Add calendar routes to backend and frontend; update routing and UI components for calendar feature

This commit is contained in:
Torsten Schulz (local)
2025-10-17 21:46:32 +02:00
parent a58504a93e
commit 6a0b23e694
7 changed files with 683 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ const pageTitle = computed(() => {
'vacation': 'Urlaub',
'sick': 'Krankheit',
'workdays': 'Arbeitstage',
'calendar': 'Kalender',
'entries': 'Einträge',
'stats': 'Statistiken'
}