Spice up the UI.
All checks were successful
Build & Test / Main (push) Successful in 58s

* Full screen ("alt framebuffer").
* Rounded borders.
* Spinner that starts during a refresh.
* Colored table headers.
* Table header have bottom border.
This commit is contained in:
2024-03-21 02:28:56 -07:00
parent 80855a15a9
commit 4a40899653
3 changed files with 78 additions and 47 deletions

View File

@@ -146,8 +146,6 @@ var DefaultGoals = []Goal{
var DefaultConstantBases = []ConstantBase{
{"2020-", time.Unix(1577836800, 0)},
{"2019-", time.Unix(1546300800, 0)},
{"2018-", time.Unix(1514764800, 0)},
{"2017-", time.Unix(1483228800, 0)},
}