• haruka's avatar
    fix(settings): remove pattern attribute blocking Claude Code version save · 6c23fadf
    haruka authored
    
    
    The `pattern="\d+\.\d+\.\d+"` on the min_claude_code_version input caused
    the browser's native HTML5 form validation to silently block form submission
    when the value was invalid or when the hidden gateway tab was active. This
    resulted in no network request being sent when clicking Save on any tab.
    
    Backend already validates semver format and returns a proper 400 error,
    so the frontend pattern attribute is redundant.
    Co-Authored-By: default avatarClaude Sonnet 4.6 <noreply@anthropic.com>
    6c23fadf
SettingsView.vue 98 KB