Calendar/src
Janus Knudsen 3d3577045e Moves event styling to CSS
Refactors event rendering to leverage CSS for styling.

This change simplifies the event renderer by removing styling logic from the Typescript code and placing it in the CSS file.  This improves maintainability and allows for easier customization of event appearance. Hover effects are also moved to CSS for consistency.
2025-08-05 19:12:13 +02:00
..
constants Initial commit: Calendar Plantempus project setup with TypeScript, ASP.NET Core, and event-driven architecture 2025-07-24 22:17:38 +02:00
core Improves calendar event rendering and data 2025-08-03 21:23:24 +02:00
managers Moves event styling to CSS 2025-08-05 19:12:13 +02:00
types Initial commit: Calendar Plantempus project setup with TypeScript, ASP.NET Core, and event-driven architecture 2025-07-24 22:17:38 +02:00
utils Improves grid layout and navigation 2025-07-25 00:24:15 +02:00
index.ts Implements custom scroll and event logging 2025-07-29 00:52:01 +02:00