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.
12 lines
No EOL
234 B
JSON
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": []
|
|
}
|
|
} |