mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
implement filtering and cohorts to all relevant queries
This commit is contained in:
parent
789b8b36d8
commit
2f1f704728
34 changed files with 311 additions and 167 deletions
|
|
@ -7,7 +7,7 @@ import { BoardAddButton } from './BoardAddButton';
|
|||
export function BoardsPage() {
|
||||
return (
|
||||
<PageBody>
|
||||
<Column>
|
||||
<Column margin="2">
|
||||
<PageHeader title="My Boards">
|
||||
<BoardAddButton />
|
||||
</PageHeader>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export function LinksPage() {
|
|||
|
||||
return (
|
||||
<PageBody>
|
||||
<Column gap="6">
|
||||
<Column gap="6" margin="2">
|
||||
<PageHeader title={formatMessage(labels.links)}>
|
||||
<LinkAddButton teamId={teamId} />
|
||||
</PageHeader>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export function PixelsPage() {
|
|||
|
||||
return (
|
||||
<PageBody>
|
||||
<Column gap="6">
|
||||
<Column gap="6" margin="2">
|
||||
<PageHeader title={formatMessage(labels.pixels)}>
|
||||
<PixelAddButton teamId={teamId} />
|
||||
</PageHeader>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export function WebsitesPage() {
|
|||
|
||||
return (
|
||||
<PageBody>
|
||||
<Column gap="6">
|
||||
<Column gap="6" margin="2">
|
||||
<PageHeader title={formatMessage(labels.websites)}>
|
||||
<WebsiteAddButton teamId={teamId} />
|
||||
</PageHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue