Calendar/src/managers
Janus C. H. Knudsen 34cf4fbfca Refactor resize and event rendering with performance improvements
Optimizes event resize and rendering logic by:
- Simplifying resize handle management
- Improving single column event rendering
- Reducing unnecessary DOM operations
- Removing redundant event caching and subscriptions

Improves performance and reduces complexity in event interaction flow
2025-11-06 23:05:20 +01:00
..
AllDayManager.ts Implements offline-first calendar sync infrastructure 2025-11-05 00:37:57 +01:00
CalendarManager.ts Implements offline-first calendar sync infrastructure 2025-11-05 00:37:57 +01:00
DragDropManager.ts Tracks original column during drag and drop 2025-11-06 16:18:31 +01:00
EdgeScrollManager.ts Refactors event rendering and drag-and-drop logic 2025-11-06 21:11:22 +01:00
EventFilterManager.ts Adds I-prefix to all interfaces 2025-11-03 21:30:50 +01:00
EventLayoutCoordinator.ts Batch update, WIP 2025-11-03 22:04:37 +01:00
EventManager.ts Implements offline-first calendar sync infrastructure 2025-11-05 00:37:57 +01:00
EventStackManager.ts Batch update, WIP 2025-11-03 22:04:37 +01:00
GridManager.ts WIP on master 2025-11-03 14:54:57 +01:00
HeaderManager.ts Batch update, WIP 2025-11-03 22:04:37 +01:00
NavigationManager.ts Refactors and optimizes core calendar managers 2025-11-01 21:07:07 +01:00
ResizeHandleManager.ts Refactor resize and event rendering with performance improvements 2025-11-06 23:05:20 +01:00
ScrollManager.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
ViewManager.ts Enhances CSS grid configuration synchronization 2025-11-03 23:07:30 +01:00
WorkHoursManager.ts Batch update, WIP 2025-11-03 22:04:37 +01:00