Collaborative-pixel-art/.claude/settings.local.json
martin 194fc8da4c Fix pixel persistence and improve mobile UX
- Fix pixel data storage to include user information (userId, username, timestamp)
- Enhance zoom controls to center properly without drift
- Improve mobile modal centering with flexbox layout
- Add dynamic backend URL detection for network access
- Fix CORS configuration for development mode
- Add mobile-optimized touch targets and safe area support
2025-08-22 20:14:48 +02:00

27 lines
No EOL
586 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(npm run build:*)",
"Bash(npm view:*)",
"Bash(npm install)",
"Bash(rm:*)",
"Bash(npm run dev:*)",
"Bash(curl:*)",
"Bash(node:*)",
"Bash(taskkill:*)",
"Bash(npx kill-port:*)",
"Bash(mv:*)",
"Bash(move start-dev.js scripts )",
"Bash(move setup.js scripts)",
"Bash(npm run type-check:*)",
"Bash(git push:*)",
"Bash(git add:*)"
],
"deny": [],
"ask": [],
"additionalDirectories": [
"C:\\c\\Users\\marti"
]
}
}