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:
parent
a03f314c4a
commit
6026d28e6f
4 changed files with 7 additions and 81 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"allow": [
|
||||
"Bash(npm run build:*)",
|
||||
"Bash(powershell:*)",
|
||||
"Bash(rg:*)"
|
||||
"Bash(rg:*)",
|
||||
"Bash(find:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue