mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
Updated reports components.
This commit is contained in:
parent
f5bc3dc6c2
commit
0f6cdf8b80
95 changed files with 580 additions and 698 deletions
|
|
@ -5,7 +5,7 @@ import { usePathname } from 'next/navigation';
|
|||
import { UpdateNotice } from './UpdateNotice';
|
||||
import { Nav } from '@/app/(main)/Nav';
|
||||
import { MenuBar } from '@/app/(main)/MenuBar';
|
||||
import { Page } from '@/components/layout/Page';
|
||||
import { Page } from '@/components/common/Page';
|
||||
import { useLoginQuery, useConfig } from '@/components/hooks';
|
||||
|
||||
export function App({ children }) {
|
||||
|
|
@ -33,7 +33,13 @@ export function App({ children }) {
|
|||
<Grid height="100vh" width="100%" columns="auto 1fr" rows="auto 1fr" overflow="hidden">
|
||||
<Nav gridColumn="1 / 2" gridRow="1 / 3" />
|
||||
<MenuBar gridColumn="2 / 3" gridRow="1 / 2" />
|
||||
<Column gridColumn="2 / 3" gridRow="2 / 3" alignItems="center" overflow="auto">
|
||||
<Column
|
||||
gridColumn="2 / 3"
|
||||
gridRow="2 / 3"
|
||||
alignItems="center"
|
||||
overflow="auto"
|
||||
backgroundColor="1"
|
||||
>
|
||||
<Page>
|
||||
{children}
|
||||
{process.env.NODE_ENV === 'production' && !pathname.includes('/share/') && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue