Calendar/src
Janus C. H. Knudsen d7867d4a9f Renders all-day events based on header data
Refactors all-day event rendering to use header column data.
This ensures events are rendered based on the actual visible
dates in the header, improving accuracy and responsiveness to view changes.

Removes direct dependency on week dates in `AllDayManager` and
`EventRenderingService`, instead, the all-day manager is instantiated
with event manager.

Updates `HeaderManager` to emit header bounds.
2025-10-01 21:27:13 +02:00
..
constants Implements event overlap rendering 2025-09-04 00:16:35 +02:00
core Major refactor into type safe TS 2025-09-23 20:44:15 +02:00
data Improves all-day event layout calculation 2025-09-26 17:47:02 +02:00
elements Improves all-day event drag and drop 2025-09-29 20:50:52 +02:00
factories Renders all-day events based on header data 2025-10-01 21:27:13 +02:00
interfaces Major refactor into type safe TS 2025-09-23 20:44:15 +02:00
managers Renders all-day events based on header data 2025-10-01 21:27:13 +02:00
renderers Renders all-day events based on header data 2025-10-01 21:27:13 +02:00
strategies Major refactor into type safe TS 2025-09-23 20:44:15 +02:00
types Renders all-day events based on header data 2025-10-01 21:27:13 +02:00
utils Renders all-day events based on header data 2025-10-01 21:27:13 +02:00
index.ts Major refactor into type safe TS 2025-09-23 20:44:15 +02:00