Calendar/src/renderers
Janus C. H. Knudsen 8bbb2f05d3 Refactors dependency injection and configuration management
Replaces global singleton configuration with dependency injection
Introduces more modular and testable approach to configuration
Removes direct references to calendarConfig in multiple components
Adds explicit configuration passing to constructors

Improves code maintainability and reduces global state dependencies
2025-10-30 23:47:30 +01:00
..
AllDayEventRenderer.ts Improves drag and drop functionality 2025-10-12 22:00:02 +02:00
ColumnRenderer.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
EventRenderer.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
EventRendererManager.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
GridRenderer.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
GridStyleManager.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
HeaderRenderer.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
NavigationRenderer.ts Removes unnecessary destroy methods 2025-10-01 22:38:15 +02:00