Files
bedolaga-cabinet/src
PEDZEO 8776e2d128 Refactor AdminSettings into modular components
Split 1123-line monolithic AdminSettings.tsx into 11 modules:

Components:
- icons.tsx (85 lines) - All SVG icons
- Toggle.tsx (21 lines) - Reusable toggle component
- SettingInput.tsx (89 lines) - Text/select input for settings
- SettingRow.tsx (104 lines) - Single setting card
- BrandingTab.tsx (212 lines) - Logo, name, animation settings
- ThemeTab.tsx (277 lines) - Theme presets and custom colors
- FavoritesTab.tsx (59 lines) - Starred settings display
- SettingsTab.tsx (144 lines) - Accordion categories view

Utilities:
- constants.ts (55 lines) - MENU_SECTIONS, THEME_PRESETS
- utils.ts (35 lines) - formatSettingKey, stripHtml
- index.ts (13 lines) - Barrel exports

Result: AdminSettings.tsx reduced from 1123 to 251 lines
2026-01-21 03:56:21 +03:00
..
2026-01-20 14:40:13 +03:00
2026-01-21 01:30:14 +05:00
2026-01-15 19:18:17 +03:00
2026-01-20 14:38:42 +03:00
2026-01-20 02:17:47 +03:00
2026-01-21 00:58:24 +05:00
2026-01-20 14:41:08 +03:00
2026-01-15 19:18:17 +03:00