Calendar/src
Janus Knudsen 727a6ec53a Fixes event stacking order during drag and drop
Ensures existing events maintain their base positions when a new event is dragged and dropped into an overlapping time slot.

The fix prioritizes existing events in the stack, placing the newly dropped event on top. This ensures correct visual representation and expected behavior during event manipulation.
2025-09-04 23:56:22 +02:00
..
constants Implements event overlap rendering 2025-09-04 00:16:35 +02:00
core Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
data Implements event overlap rendering 2025-09-04 00:16:35 +02:00
factories Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
interfaces Refactors calendar initialization with factory 2025-08-17 23:44:30 +02:00
managers Improves event overlap stacking logic 2025-09-04 23:51:39 +02:00
renderers Fixes event stacking order during drag and drop 2025-09-04 23:56:22 +02:00
strategies Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
types Refactors calendar type to calendar mode 2025-08-20 21:51:49 +02:00
utils Implements event overlap rendering 2025-09-04 00:16:35 +02:00
index.ts Implements event overlap rendering 2025-09-04 00:16:35 +02:00