Calendar/wwwroot
Janus Knudsen 58d6ad2ed2 Improves header animation performance
Simplifies header animation logic by leveraging CSS Grid for height transitions.

This change removes the direct height animation of the calendar header and relies on CSS Grid's auto row feature to manage the header expansion.
It also removes the manual spacer height calculations in Typescript, and relies on CSS variables to control this.
This results in a smoother and more efficient animation, especially when all-day events are present.
2025-09-01 20:13:15 +02:00
..
css Improves header animation performance 2025-09-01 20:13:15 +02:00
index.html Adds month view design and styling 2025-08-21 22:09:15 +02:00