Calendar/wwwroot/css
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
..
calendar-base-css.css Improves all-day event rendering and placement 2025-08-31 23:48:34 +02:00
calendar-components-css.css Adds fuzzy search filter system 2025-08-23 00:01:59 +02:00
calendar-events-css.css Adds fuzzy search filter system 2025-08-23 00:01:59 +02:00
calendar-layout-css.css Improves header animation performance 2025-09-01 20:13:15 +02:00
calendar-month-css.css Adds month view design and styling 2025-08-21 22:09:15 +02:00
calendar-popup-css.css Improves grid layout and navigation 2025-07-25 00:24:15 +02:00
calendar-sliding-animation.css Steps in the right direction for animated date change 2025-08-12 00:07:39 +02:00
calendar.css Renaming part 1 2025-08-07 00:15:44 +02:00