Add O-counter (#334)

* Add backend support for o-counter

* Add o-counter buttons everywhere

* Put o-counter button right-aligned on tabs

* Add o-counter filter
This commit is contained in:
WithoutPants
2020-02-03 11:17:28 +11:00
committed by GitHub
parent 066295f0c9
commit f87117b0d6
22 changed files with 325 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ import (
)
var DB *sqlx.DB
var appSchemaVersion uint = 2
var appSchemaVersion uint = 3
const sqlite3Driver = "sqlite3_regexp"