Files
bedolaga-cabinet/src/components/admin/index.ts
Fringg 21813ef82e feat: redesign admin settings with tree navigation and compact layout
- Replace flat sidebar with collapsible tree groups (7 groups, 52 sub-items)
- Map all 61 backend category keys to sidebar navigation
- Add QuickToggles panel for boolean settings
- Replace card-style SettingRow with compact SettingsTableRow
- Add breadcrumb navigation for tree sub-items
- Add source badges (modified/DB/ENV) on settings
- Implement two-level mobile navigation with group chips
- Add i18n translations for all new keys (en, ru, zh, fa)
2026-03-29 02:38:52 +03:00

25 lines
706 B
TypeScript

// Components
export * from './AdminBackButton';
export * from './ColoredItemCombobox';
export * from './icons';
export * from './Toggle';
export * from './SettingInput';
export * from './SettingRow';
export * from './SettingsTableRow';
export * from './AnalyticsTab';
export * from './BrandingTab';
export * from './ButtonsTab';
export * from './ThemeTab';
export * from './FavoritesTab';
export * from './SettingsTab';
export * from './SettingsMobileTabs';
export * from './SettingsSearch';
export * from './SettingsTreeSidebar';
export * from './QuickToggles';
export * from './LocaleTabs';
export * from './LocalizedInput';
// Constants and utils
export * from './constants';
export * from './utils';