mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 02:25:35 +01:00
New settings layouts. Segment management screen.
This commit is contained in:
parent
2dbcf63eeb
commit
eb7b6978d3
70 changed files with 762 additions and 499 deletions
|
|
@ -4,7 +4,6 @@ import Script from 'next/script';
|
|||
import { usePathname } from 'next/navigation';
|
||||
import { UpdateNotice } from './UpdateNotice';
|
||||
import { SideNav } from '@/app/(main)/SideNav';
|
||||
import { TopNav } from '@/app/(main)/TopNav';
|
||||
import { useLoginQuery, useConfig } from '@/components/hooks';
|
||||
|
||||
export function App({ children }) {
|
||||
|
|
@ -31,7 +30,6 @@ export function App({ children }) {
|
|||
<SideNav />
|
||||
</Column>
|
||||
<Column alignItems="center" overflow="auto" position="relative">
|
||||
<TopNav />
|
||||
{children}
|
||||
</Column>
|
||||
<UpdateNotice user={user} config={config} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue