refactor(settings): reorganize api-keys section into folder

- Move api-keys-section.tsx into api-keys/ folder
- Move child components (api-key-field, authentication-status-display, security-notice) into api-keys/
- Move custom hook (use-api-key-management) into api-keys/hooks/
- Move config (api-provider-config) into api-keys/config/
- Update import paths in use-api-key-management.ts
- Update settings-view.tsx to import from new location
- All TypeScript diagnostics passing
- Improves code organization and maintainability
This commit is contained in:
Kacper
2025-12-11 00:24:18 +01:00
parent d5d6cdf80f
commit da78bed47d
7 changed files with 924 additions and 1544 deletions

File diff suppressed because it is too large Load Diff