Rustelo/.claude/settings.local.json
Jesús Pérex 2f0f807331 feat: add dark mode functionality and improve navigation system
- Add complete dark mode system with theme context and toggle
- Implement dark mode toggle component in navigation menu
- Add client-side routing with SSR-safe signal handling
- Fix language selector styling for better dark mode compatibility
- Add documentation system with mdBook integration
- Improve navigation menu with proper external/internal link handling
- Add comprehensive project documentation and configuration
- Enhance theme system with localStorage persistence
- Fix arena panic issues during server-side rendering
- Add proper TypeScript configuration and build optimizations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-11 20:53:20 +01:00

38 lines
1.2 KiB
JSON

{
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(cargo:*)",
"Bash(pkill:*)",
"Bash(RUST_LOG=debug leptos serve watch)",
"Bash(RUST_LOG=debug cargo leptos watch)",
"Bash(rm:*)",
"Bash(sqlite3:*)",
"Bash(lsof:*)",
"Bash(RUST_LOG=info cargo leptos watch)",
"Bash(RUST_LOG=info ./target/debug/server)",
"Bash(env)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(ENVIRONMENT=development cargo run --bin server)",
"Bash(ls:*)",
"Bash(CONFIG_FILE=config.dev.toml cargo run --bin server)",
"Bash(git checkout:*)",
"Bash(CONFIG_FILE=/Users/Akasha/Development/rustelo/template/config.dev.toml cargo run --bin server)",
"Bash(ENVIRONMENT=development CONFIG_FILE=config.dev.toml cargo run --bin server)",
"Bash(find:*)",
"Bash(ln:*)",
"Bash(cp:*)",
"Bash(npm run build:css:*)",
"Bash(killall:*)",
"Bash(true)",
"Bash(mv:*)",
"Bash(LEPTOS_OUTPUT_NAME=website cargo leptos build)",
"Bash(LEPTOS_OUTPUT_NAME=website cargo leptos serve --hot-reload)",
"Bash(pgrep:*)",
"Bash(./scripts/link-pkg-files.sh:*)",
"Bash(LEPTOS_OUTPUT_NAME=website cargo run --bin server)"
],
"deny": []
}
}