fix: improve quick actions and mobile archive nav
This commit is contained in:
@@ -99,6 +99,7 @@ def create_app(config_class: type[Config] = Config) -> Flask:
|
||||
"mobile_nav_items": [
|
||||
("tasks.my_tasks", "Meine Aufgaben", "house"),
|
||||
("tasks.all_tasks", "Alle Aufgaben", "list"),
|
||||
("tasks.archive_view", "Archiv", "check-double"),
|
||||
("tasks.calendar_view", "Kalender", "calendar"),
|
||||
("scoreboard.index", "Highscore", "trophy"),
|
||||
("settings.index", "Optionen", "gear"),
|
||||
|
||||
Reference in New Issue
Block a user