mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 05:55:35 +01:00
Updated expanded view. Some style fixes.
This commit is contained in:
parent
c8fe93dd9d
commit
08f9adaddf
13 changed files with 164 additions and 115 deletions
|
|
@ -29,7 +29,7 @@ export function WebsitePage({ websiteId }: { websiteId: string }) {
|
|||
<Column gap>
|
||||
<WebsiteControls websiteId={websiteId} allowCompare={true} />
|
||||
<WebsiteMetricsBar websiteId={websiteId} showChange={true} />
|
||||
<Panel>
|
||||
<Panel minHeight="520px">
|
||||
<WebsiteChart websiteId={websiteId} compareMode={compare} />
|
||||
</Panel>
|
||||
<WebsitePanels websiteId={websiteId} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue