Add timewish routes to backend and frontend; implement routing and UI components for timewish settings

This commit is contained in:
Torsten Schulz (local)
2025-10-17 23:20:13 +02:00
parent 4fe6b27b8f
commit 876c2964dd
7 changed files with 750 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ const pageTitle = computed(() => {
'admin-holidays': 'Feiertage',
'settings-profile': 'Persönliches',
'settings-password': 'Passwort ändern',
'settings-timewish': 'Zeitwünsche',
'entries': 'Einträge',
'stats': 'Statistiken'
}