Calendar/.claude/settings.local.json
Janus C. H. Knudsen 95951358ff Refactor workweek presets management architecture
Introduces dedicated WorkweekPresetsManager to improve code organization and reduce coupling

Separates concerns by moving workweek preset logic from ViewManager
Implements event-driven CSS synchronization
Removes code duplication in configuration and CSS property updates

Enhances maintainability and testability of UI component interactions
2025-11-11 16:25:57 +01:00

20 lines
431 B
JSON

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