Finetuning prove of concept for the dashboard

This commit is contained in:
2025-06-08 12:03:13 +00:00
parent 628a3b1fe9
commit e3c9d1b19b
4 changed files with 49 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ def Sidebar(collapsed: bool = False) -> List[Any]:
nav_items = [
{"label": "Übersicht", "href": "/overview", "icon": "mdi:view-dashboard"},
{"label": "Termine", "href": "/appointments","icon": "mdi:calendar"},
{"label": "Bildschirme", "href": "/clients", "icon": "mdi:monitor"},
{"label": "Einstellungen","href": "/settings", "icon": "mdi:cog"},
{"label": "Benutzer", "href": "/users", "icon": "mdi:account"},
]