Refactors calendar architecture for month view

Prepares the calendar component for month view implementation
by introducing a strategy pattern for view management,
splitting configuration settings, and consolidating events
into a core set. It also removes dead code and enforces type safety,
improving overall code quality and maintainability.

Addresses critical issues identified in the code review,
laying the groundwork for efficient feature addition.
This commit is contained in:
Janus Knudsen 2025-08-20 19:42:13 +02:00
parent 7d513600d8
commit 3ddc6352f2
17 changed files with 1347 additions and 428 deletions

View file

@ -6,7 +6,8 @@
"Bash(powershell:*)",
"Bash(rg:*)",
"Bash(find:*)",
"Bash(mv:*)"
"Bash(mv:*)",
"Bash(rm:*)"
],
"deny": []
}