Calendar/src/utils
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
..
AllDayLayoutEngine.ts Refactors all-day event layout calculation 2025-09-27 15:01:22 +02:00
ColumnDetectionUtils.ts Removes unnecessary destroy methods 2025-10-01 22:38:15 +02:00
DateService.ts Refactors calendar configuration and DI container setup 2025-10-30 22:05:06 +01:00
PositionUtils.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
TimeFormatter.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
URLManager.ts Implements event overlap rendering 2025-09-04 00:16:35 +02:00