mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
- 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)
25 lines
706 B
TypeScript
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';
|