fix: improve quick actions and mobile archive nav

This commit is contained in:
2026-04-16 12:04:55 +02:00
parent 03d3a50169
commit 11ebb568db
3 changed files with 28 additions and 20 deletions

View File

@@ -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"),