mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Cohort selection.
This commit is contained in:
parent
05f9a67727
commit
bab4f8ebcc
32 changed files with 841 additions and 655 deletions
|
|
@ -11,7 +11,7 @@ import { WebsiteControls } from './WebsiteControls';
|
|||
export function WebsitePage({ websiteId }: { websiteId: string }) {
|
||||
const {
|
||||
router,
|
||||
query: { view, compare },
|
||||
query: { view },
|
||||
updateParams,
|
||||
} = useNavigation();
|
||||
const handleClose = (close: () => void) => {
|
||||
|
|
@ -30,7 +30,7 @@ export function WebsitePage({ websiteId }: { websiteId: string }) {
|
|||
<WebsiteControls websiteId={websiteId} />
|
||||
<WebsiteMetricsBar websiteId={websiteId} showChange={true} />
|
||||
<Panel minHeight="520px">
|
||||
<WebsiteChart websiteId={websiteId} compareMode={compare} />
|
||||
<WebsiteChart websiteId={websiteId} />
|
||||
</Panel>
|
||||
<WebsitePanels websiteId={websiteId} />
|
||||
<Modal isOpen={!!view} onOpenChange={handleOpenChange} isDismissable>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue