Calendar/docs
Janus Knudsen c07d83d86f Refactors calendar event rendering and management
Improves code organization and maintainability by separating concerns related to all-day event rendering, header management, and event resizing.

Moves all-day event rendering logic into a dedicated `AllDayEventRenderer` class, utilizing the factory pattern for event element creation.

Refactors `AllDayManager` to handle all-day row height animations, separated from `HeaderManager`.

Removes the `ResizeManager` and related functionality.

These changes aim to reduce code duplication, improve testability, and enhance the overall architecture of the calendar component.
2025-09-12 00:36:02 +02:00
..
calendar-initialization-sequence.md Refactors calendar initialization with factory 2025-08-17 23:44:30 +02:00
code-improvement-plan.md Refactors calendar event rendering and management 2025-09-12 00:36:02 +02:00
date-mode-initialization-sequence.md Major refactorering to get a hold on all these events 2025-08-09 00:31:44 +02:00
fuzzy-search-filter-system.md Adds fuzzy search filter system 2025-08-23 00:01:59 +02:00
improved-initialization-strategy.md Major refactorering to get a hold on all these events 2025-08-09 00:31:44 +02:00
stack-binding-system.md wip 2025-09-09 14:35:21 +02:00