Files
evidencija-rezija/.claude/settings.local.json
Knee Cola 9e3d49c74f Refactor AccountForm with 2D code toggle and conditional validation
- Refactor AccountForm to use toggle for showing/hiding profile fields
- Add show2dCodeInMonthlyStatement field to UserProfile database schema
- Implement conditional validation: all fields mandatory when 2D code is enabled
- Update FormSchema with .refine() methods for firstName, lastName, address, and IBAN
- IBAN validation includes both presence check and format validation when required
- Add validation error messages to English and Croatian localization files
- Initialize toggle state from persisted database value
- Form fields conditionally displayed based on toggle state

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 12:24:11 +01:00

23 lines
503 B
JSON

{
"permissions": {
"allow": [
"mcp__serena__read_file",
"mcp__serena__search_for_pattern",
"mcp__serena__find_file",
"mcp__serena__list_dir",
"mcp__serena__think_about_collected_information",
"Bash(git add:*)",
"Bash(git commit:*)",
"mcp__serena__replace_regex",
"Bash(npm install:*)",
"mcp__ide__getDiagnostics"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"serena",
"context7",
"git"
]
}