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. |
||
|---|---|---|
| .. | ||
| CalendarManager.ts | ||
| DataManager.ts | ||
| EventManager.ts | ||
| EventRenderer.ts | ||
| GridManager.ts | ||
| NavigationManager.ts | ||
| ScrollManager.ts | ||
| ViewManager.ts | ||