Calendar/wwwroot
Janus Knudsen ff067cfac3 Implements event overlap rendering
Adds logic to handle event overlaps in the calendar view. It introduces two patterns: column sharing for events with the same start time (rendered using flexbox) and stacking for events with a >30 min difference (rendered with reduced width and z-index).

It also introduces deep linking to specific events via URL parameters.
2025-09-04 00:16:35 +02:00
..
css Implements event overlap rendering 2025-09-04 00:16:35 +02:00
index.html Adds month view design and styling 2025-08-21 22:09:15 +02:00