mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-29 09:37:37 +08:00
2a56a0d889
Replace native HTML input elements with shadcn/ui Input and FormLabel components to ensure consistent styling across the application. Changes: - Import Input, FormLabel, Eye, and EyeOff components - Replace all credential input fields with Input component - Add show/hide toggle buttons for password fields (API Key, Access Token) - Replace label/span elements with FormLabel component - Update timeout and auto-query interval inputs to use Input component - Improve spacing consistency (space-y-4 for credential config) - Add proper id attributes for accessibility - Use muted-foreground for hint text The form now matches the styling of provider configuration forms throughout the application.