Calendar/src/renderers
Janus C. H. Knudsen 8e52d670d6 Refactor entity services with hybrid sync pattern
Introduces BaseEntityService and SyncPlugin to eliminate code duplication across entity services

Improves:
- Code reusability through inheritance and composition
- Sync infrastructure for all entity types
- Polymorphic sync status management
- Reduced boilerplate code by ~75%

Supports generic sync for Event, Booking, Customer, and Resource entities
2025-11-18 16:37:33 +01:00
..
AllDayEventRenderer.ts Updates all-day event rendering selectors 2025-11-11 20:29:32 +01:00
ColumnRenderer.ts Refactor calendar datasource architecture 2025-11-14 16:25:03 +01:00
DateHeaderRenderer.ts Refactor calendar datasource architecture 2025-11-14 16:25:03 +01:00
EventRenderer.ts Refactor entity services with hybrid sync pattern 2025-11-18 16:37:33 +01:00
EventRendererManager.ts Refactor entity services with hybrid sync pattern 2025-11-18 16:37:33 +01:00
GridRenderer.ts Refactor calendar datasource architecture 2025-11-14 16:25:03 +01:00
WeekInfoRenderer.ts Simplify navigation event handling and week info rendering 2025-11-13 21:33:53 +01:00