Calendar/.claude/settings.local.json
Janus Knudsen 6026d28e6f 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.
2025-08-17 22:09:50 +02:00

12 lines
No EOL
234 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(powershell:*)",
"Bash(rg:*)",
"Bash(find:*)"
],
"deny": []
}
}