Felix Schlusche
11c9440806
feat: add version info endpoint and display in UI
Build and Push Docker Image / build (push) Successful in 35s
2025-10-24 17:50:21 +02:00
Felix Schlusche
3f36ec3cc7
feat: implement maximum net working hours validation and auto-stop timer after 10 hours
Build and Push Docker Image / build (push) Successful in 36s
2025-10-24 17:41:38 +02:00
Felix Schlusche
a02f97cc7f
feat: update Docker build workflow to include additional paths for triggering builds
Build and Push Docker Image / build (push) Successful in 35s
2025-10-24 16:56:30 +02:00
Felix Schlusche
73b83198cb
feat: add database export and import functionality with user confirmation
2025-10-24 15:23:10 +02:00
Felix Schlusche
1cc8dc3b6c
feat: enhance PDF generation and improve Lucide icon initialization
2025-10-24 14:41:10 +02:00
Felix Schlusche
af23aa369c
fix: improve holiday name retrieval by comparing year, month, and day directly to avoid timezone issues
...
refactor: change exported variables to local scope in state management for better encapsulation
2025-10-23 19:36:55 +02:00
Felix Schlusche
426859ea0d
feat: update bulk export logic to correctly handle flextime hours on weekends/holidays
2025-10-23 19:13:48 +02:00
Felix Schlusche
e1be63b1ca
Add utility functions for date formatting, time rounding, and notifications
...
- Implemented functions to format dates between YYYY-MM-DD and DD.MM.YYYY
- Added functions to get today's date in ISO format
- Created functions to round time to the nearest 15 minutes
- Developed a function to format time as HH:MM
- Added a function to format duration in HH:MM:SS
- Implemented a toast notification system with auto-remove functionality
- Added functions to get day of the week and month names in German
2025-10-23 17:53:03 +02:00