Calendar/src/managers
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
..
CalendarManager.ts Initial commit: Calendar Plantempus project setup with TypeScript, ASP.NET Core, and event-driven architecture 2025-07-24 22:17:38 +02:00
DataManager.ts Initial commit: Calendar Plantempus project setup with TypeScript, ASP.NET Core, and event-driven architecture 2025-07-24 22:17:38 +02:00
EventManager.ts wip 2025-08-05 00:49:00 +02:00
EventRenderer.ts Moves event styling to CSS 2025-08-05 19:12:13 +02:00
GridManager.ts wip 2025-08-05 00:49:00 +02:00
NavigationManager.ts Snapshot 2025-07-25 23:31:25 +02:00
ScrollManager.ts A step in the right direction for this time axis 2025-08-01 23:45:13 +02:00
ViewManager.ts Snapshot 2025-07-25 23:31:25 +02:00