mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Goals components. Removed some completed reports.
This commit is contained in:
parent
7662b77ce3
commit
4552256930
39 changed files with 120 additions and 740 deletions
|
|
@ -25,7 +25,7 @@ export function LanguageButton() {
|
|||
return (
|
||||
<Button key={value} variant="quiet" onPress={() => handleSelect(value)}>
|
||||
<Text
|
||||
weight={value === locale ? 'bold' : 'normal'}
|
||||
weight={value === locale ? 'bold' : 'medium'}
|
||||
color={value === locale ? undefined : 'muted'}
|
||||
>
|
||||
{label}
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ export function TeamsButton({
|
|||
</Row>
|
||||
</Button>
|
||||
<Popover placement="bottom start">
|
||||
<Box minWidth={300}>
|
||||
<Box minWidth="300px">
|
||||
<Menu
|
||||
selectionMode="single"
|
||||
selectedKeys={selectedKeys}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export function WebsiteDateFilter({
|
|||
websiteId,
|
||||
showAllTime = true,
|
||||
showButtons = true,
|
||||
allowCompare = true,
|
||||
allowCompare,
|
||||
}: {
|
||||
websiteId: string;
|
||||
compare?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue