Calendar/src/utils
Janus C. H. Knudsen 83e01f9cb7 Improves all-day event drag and drop
Refactors all-day event conversion during drag and drop to
use the event payload, improving code clarity and reducing
redundancy.

Removes unnecessary style settings and fixes column detection
logic. Addresses an issue where event removal occurred before
successful placement.
2025-09-29 20:50:52 +02:00
..
AllDayLayoutEngine.ts Refactors all-day event layout calculation 2025-09-27 15:01:22 +02:00
ColumnDetectionUtils.ts Improves all-day event drag and drop 2025-09-29 20:50:52 +02:00
DateCalculator.ts Refactors DateCalculator to be a static class 2025-09-03 18:38:52 +02:00
OverlapDetector.ts Refactors project structure and event rendering 2025-09-09 17:15:06 +02:00
PositionUtils.ts Refactors drag and drop column detection 2025-09-28 13:25:09 +02:00
TimeFormatter.ts Centralizes time formatting with timezone support 2025-09-12 22:21:56 +02:00
URLManager.ts Implements event overlap rendering 2025-09-04 00:16:35 +02:00