Add timeline filters

Custom filter menu is still WIP
This commit is contained in:
Zed
2019-07-03 11:46:03 +02:00
parent a7249080db
commit 13a9f6cd1f
12 changed files with 248 additions and 65 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")