Calendar/src/renderers
Janus C. H. Knudsen 8b5420f367 Refactors event extraction to utility function
Moves event extraction logic to a shared utility function for reusability.

Removes redundant code and improves consistency in event handling.
The original duration is now mandatory.
2025-09-29 18:39:40 +02:00
..
AllDayEventRenderer.ts Refactors all-day event layout calculation 2025-09-27 15:01:22 +02:00
ColumnRenderer.ts Refactors calendar configuration and event handling 2025-09-03 20:04:47 +02:00
EventRenderer.ts Refactors event extraction to utility function 2025-09-29 18:39:40 +02:00
EventRendererManager.ts Refactors drag and drop column detection 2025-09-28 13:25:09 +02:00
GridRenderer.ts Uses optimized grid creation for navigation 2025-09-25 17:55:13 +02:00
GridStyleManager.ts Major refactor into type safe TS 2025-09-23 20:44:15 +02:00
HeaderRenderer.ts Creates all-day container in header renderer 2025-09-25 20:39:48 +02:00
NavigationRenderer.ts Uses optimized grid creation for navigation 2025-09-25 17:55:13 +02:00