Improves calendar event rendering and UX

Refactors calendar rendering for improved user experience and performance.

- Removes unused function for rendering week content directly, streamlining the rendering process.
- Updates mock events to better reflect realistic all-day events.
- Adds file system search permission to claude settings.
- Removes console logs in scroll and navigation managers.
This commit is contained in:
Janus Knudsen 2025-08-17 22:09:50 +02:00
parent a03f314c4a
commit 6026d28e6f
4 changed files with 7 additions and 81 deletions

View file

@ -4,7 +4,8 @@
"allow": [
"Bash(npm run build:*)",
"Bash(powershell:*)",
"Bash(rg:*)"
"Bash(rg:*)",
"Bash(find:*)"
],
"deny": []
}