Calendar/src/renderers
Janus Knudsen d017d48bd6 Adds work week configuration feature
Implements configurable work week presets, allowing users to customize the days displayed in the calendar.

This includes:
- Defining work week settings (work days, day names, total days).
- Providing predefined work week presets (standard, compressed, weekend, full week).
- Adding UI elements to switch between presets.
- Updating grid and header rendering logic to reflect the selected work week.
- Emitting events when the work week changes, triggering necessary UI updates and data re-renders.

This provides a more flexible and personalized calendar experience.
2025-08-18 22:27:17 +02:00
..
ColumnRenderer.ts Adds work week configuration feature 2025-08-18 22:27:17 +02:00
EventRenderer.ts Refactors grid and navigation rendering 2025-08-17 22:54:00 +02:00
EventRendererManager.ts Refactors calendar initialization with factory 2025-08-17 23:44:30 +02:00
GridRenderer.ts Refactors calendar initialization with factory 2025-08-17 23:44:30 +02:00
GridStyleManager.ts Adds work week configuration feature 2025-08-18 22:27:17 +02:00
HeaderRenderer.ts Adds work week configuration feature 2025-08-18 22:27:17 +02:00
NavigationRenderer.ts Adds work week configuration feature 2025-08-18 22:27:17 +02:00