Calendar/src/managers
Janus Knudsen 7a1c776bc1 Improves drag and drop functionality
Enhances drag and drop behavior by introducing free positioning during auto-scroll and snapping to grid intervals.

- Introduces a `calculateFreePosition` method to allow events to follow the mouse exactly during auto-scroll.
- Modifies the drag move event to emit the snapped position during normal drag behavior.
- Updates event rendering to use grid settings for snap intervals.
- Updates grid styles to configure CSS variables dynamically.
2025-09-03 20:48:23 +02:00
..
CalendarManager.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
DragDropManager.ts Improves drag and drop functionality 2025-09-03 20:48:23 +02:00
EventFilterManager.ts Removes excessive logging statements 2025-08-31 22:39:09 +02:00
EventManager.ts Refactors calendar managers and renderers 2025-09-03 18:51:19 +02:00
GridManager.ts Improves drag and drop functionality 2025-09-03 20:48:23 +02:00
NavigationManager.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
ScrollManager.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
ViewManager.ts Refactors calendar managers and renderers 2025-09-03 18:51:19 +02:00
WorkHoursManager.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00