1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: make range picker show actual range with ceiled to date (fix #175)

This commit is contained in:
Ferdinand Mütsch
2021-04-16 11:53:37 +02:00
parent a22836a644
commit a9739a6db0
8 changed files with 454 additions and 313 deletions

View File

@@ -47,6 +47,7 @@ type SummaryItemContainer struct {
type SummaryViewModel struct {
*Summary
*SummaryParams
User *User
LanguageColors map[string]string
EditorColors map[string]string