Add SettingsSidebar and SettingsSearch components to AdminSettings

- Introduced SettingsSidebar for improved navigation and organization.
- Added SettingsSearch and its mobile variant for enhanced search functionality.
- Updated AdminSettings to utilize new components, streamlining the layout and improving user experience.
This commit is contained in:
PEDZEO
2026-01-21 04:31:07 +03:00
parent 82d38b829a
commit 8d4c00d176
3 changed files with 28 additions and 129 deletions

View File

@@ -7,6 +7,8 @@ export * from './BrandingTab'
export * from './ThemeTab'
export * from './FavoritesTab'
export * from './SettingsTab'
export * from './SettingsSidebar'
export * from './SettingsSearch'
// Constants and utils
export * from './constants'