Calendar/src/renderers
Janus Knudsen 86fa7d5bab Improves event drag and drop stack handling
Addresses an issue where dragging events that are part of a stack could lead to inconsistencies.

This change ensures that when an event is dragged and dropped, the other events in the stack are also repositioned correctly.
It traverses the stack, removes the related events from their original positions, and re-renders them in the correct column.
It also removes stack link data from the dragged element to prevent unexpected behavior.
2025-09-09 22:57:38 +02:00
..
ColumnRenderer.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
EventRenderer.ts Improves event drag and drop stack handling 2025-09-09 22:57:38 +02:00
EventRendererManager.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
GridRenderer.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
GridStyleManager.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
HeaderRenderer.ts Refactors DateCalculator to be a static class 2025-09-03 18:38:52 +02:00
NavigationRenderer.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00