Calendar/src/managers
Janus Knudsen 9cdf4fbe96 Improves drag and drop functionality and fixes issues
Refactors drag and drop logic to dynamically find the dragged element, ensuring correct behavior even when the DOM changes during the drag operation.

Creates all-day container if it doesn't exist.

This resolves issues where drag and drop operations would fail if the original element was no longer present in the DOM or if the container didn't exist.
2025-09-13 20:47:42 +02:00
..
AllDayManager.ts Refactors event positioning and drag-and-drop 2025-09-13 00:39:56 +02:00
CalendarManager.ts Enhances drag and drop functionality 2025-09-10 22:07:40 +02:00
DragDropManager.ts Improves drag and drop functionality and fixes issues 2025-09-13 20:47:42 +02:00
EventFilterManager.ts Refactors project structure and event rendering 2025-09-09 17:15:06 +02:00
EventManager.ts wip 2025-09-09 14:35:21 +02:00
GridManager.ts Improves drag and drop functionality 2025-09-03 20:48:23 +02:00
HeaderManager.ts Refactors calendar event rendering and management 2025-09-12 00:36:02 +02:00
NavigationManager.ts Implements event overlap rendering 2025-09-04 00:16:35 +02:00
ScrollManager.ts Refactors event positioning and drag-and-drop 2025-09-13 00:39:56 +02:00
SimpleEventOverlapManager.ts wip 2025-09-09 14:35:21 +02:00
ViewManager.ts Refactors calendar managers and renderers 2025-09-03 18:51:19 +02:00
WorkHoursManager.ts Refactors event positioning and drag-and-drop 2025-09-13 00:39:56 +02:00