Add sick routes to backend and frontend; update routing and UI components for sickness tracking

This commit is contained in:
Torsten Schulz (local)
2025-10-17 21:24:00 +02:00
parent b65a13d815
commit ca4002f402
11 changed files with 735 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ const pageTitle = computed(() => {
'week-overview': 'Wochenübersicht',
'timefix': 'Zeitkorrekturen',
'vacation': 'Urlaub',
'sick': 'Krankheit',
'entries': 'Einträge',
'stats': 'Statistiken'
}