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

This commit is contained in:
Torsten Schulz (local)
2025-10-17 21:37:47 +02:00
parent 2868d64e37
commit a58504a93e
7 changed files with 423 additions and 0 deletions

View File

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