mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Visual editor in admin settings for configuring Telegram button colors and custom emoji IDs per menu section. Includes API client, draft state management, save/reset, and translations for ru/en/fa/zh locales.
19 lines
496 B
TypeScript
19 lines
496 B
TypeScript
// Components
|
|
export * from './AdminBackButton';
|
|
export * from './icons';
|
|
export * from './Toggle';
|
|
export * from './SettingInput';
|
|
export * from './SettingRow';
|
|
export * from './AnalyticsTab';
|
|
export * from './BrandingTab';
|
|
export * from './ButtonsTab';
|
|
export * from './ThemeTab';
|
|
export * from './FavoritesTab';
|
|
export * from './SettingsTab';
|
|
export * from './SettingsMobileTabs';
|
|
export * from './SettingsSearch';
|
|
|
|
// Constants and utils
|
|
export * from './constants';
|
|
export * from './utils';
|