mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Settings refactor.
This commit is contained in:
parent
1b81074752
commit
c98f324c22
56 changed files with 706 additions and 348 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue