Calendar/src/renderers
Janus C. H. Knudsen 78ca23c07a Enables all-day event conversion on column hover
Allows users to convert all-day events to timed events by dragging them over a day column.

This implementation adds logic to the DragDropManager to detect when an all-day event is dragged over a column.
It then emits a new event, 'drag:mouseenter-column', carrying the event data and target column information.

The event rendering service handles this event.
2025-10-10 16:41:48 +02:00
..
AllDayEventRenderer.ts Improves event drag and drop highlighting 2025-10-09 22:31:49 +02:00
ColumnRenderer.ts Refactors date handling with DateService 2025-10-03 20:50:40 +02:00
EventRenderer.ts Improves event drag and drop 2025-10-08 21:50:41 +02:00
EventRendererManager.ts Enables all-day event conversion on column hover 2025-10-10 16:41:48 +02:00
GridRenderer.ts wip 2025-10-06 22:29:31 +02:00
GridStyleManager.ts Improves drag and drop functionality 2025-09-30 00:13:52 +02:00
HeaderRenderer.ts Improves date header localization 2025-10-09 23:08:33 +02:00
NavigationRenderer.ts Removes unnecessary destroy methods 2025-10-01 22:38:15 +02:00