Calendar/src/managers
Janus C. H. Knudsen 6ccc071587 Refactors drag and drop column detection
Improves drag and drop functionality by refactoring column detection to use column bounds instead of dates.
This change enhances the accuracy and efficiency of determining the target column during drag operations.
It also removes redundant code and simplifies the logic in both the DragDropManager and AllDayManager.
2025-09-28 13:25:09 +02:00
..
AllDayManager.ts Refactors drag and drop column detection 2025-09-28 13:25:09 +02:00
CalendarManager.ts Major refactor into type safe TS 2025-09-23 20:44:15 +02:00
DragDropManager.ts Refactors drag and drop column detection 2025-09-28 13:25:09 +02:00
EventFilterManager.ts Major refactor into type safe TS 2025-09-23 20:44:15 +02:00
EventManager.ts Supports dynamic event types; refactors navigation DOM access 2025-09-23 23:39:01 +02:00
GridManager.ts Major refactor into type safe TS 2025-09-23 20:44:15 +02:00
HeaderManager.ts Refactors drag and drop column detection 2025-09-28 13:25:09 +02:00
NavigationManager.ts Refactors grid creation to GridRenderer 2025-09-25 17:46:49 +02:00
ScrollManager.ts Separates all-day event rendering; handles header lifecycle 2025-09-22 21:53:18 +02:00
SimpleEventOverlapManager.ts wip 2025-09-09 14:35:21 +02:00
ViewManager.ts Fixes drag and drop to header issues 2025-09-17 23:39:29 +02:00
WorkHoursManager.ts Refactors event positioning and drag-and-drop 2025-09-13 00:39:56 +02:00