Settings refactor.

This commit is contained in:
Mike Cao 2025-07-11 22:55:30 -07:00
parent 1b81074752
commit c98f324c22
56 changed files with 706 additions and 348 deletions

View file

@ -13,6 +13,11 @@ export function SettingsLayout({ children }: { children: ReactNode }) {
const { pathname } = useNavigation();
const items = [
{
id: 'preferences',
label: formatMessage(labels.preferences),
url: '/settings/preferences',
},
{
id: 'profile',
label: formatMessage(labels.profile),