feat: Introduce shared settings components, implement user settings pages, and refactor agent settings pages to utilize them.

This commit is contained in:
pradeepkumar
2026-01-20 12:37:22 +05:30
parent f035129b6a
commit d325089ce0
17 changed files with 1284 additions and 725 deletions

View File

@@ -0,0 +1,6 @@
// Shared Settings Components
export { SettingsSidebar } from './SettingsSidebar';
export { ProfileSettingsForm } from './ProfileSettingsForm';
export { PasswordSecurityForm } from './PasswordSecurityForm';
export { NotificationsForm } from './NotificationsForm';
export { PrivacyForm } from './PrivacyForm';