Add timeline filters

Custom filter menu is still WIP
This commit is contained in:
Zed 2019-07-03 11:46:03 +02:00
commit 13a9f6cd1f
12 changed files with 234 additions and 51 deletions

View file

@ -1,6 +1,6 @@
import xmltree, sequtils, strtabs, strutils, strformat, json
import ./types, ./parserutils, ./formatters
import types, parserutils, formatters
proc parsePopupProfile*(node: XmlNode): Profile =
let profile = node.select(".profile-card")