Add profile routes to backend and frontend; implement user state handling for holidays and workdays, and update UI components for profile settings

This commit is contained in:
Torsten Schulz (local)
2025-10-17 23:03:29 +02:00
parent 67ddf812cd
commit b2cef4d306
11 changed files with 738 additions and 76 deletions

View File

@@ -73,6 +73,7 @@ const pageTitle = computed(() => {
'workdays': 'Arbeitstage',
'calendar': 'Kalender',
'admin-holidays': 'Feiertage',
'settings-profile': 'Persönliches',
'entries': 'Einträge',
'stats': 'Statistiken'
}