mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
Added menu options for cloud mode. Async fixes.
This commit is contained in:
parent
4df6f06485
commit
f639bb07f4
12 changed files with 47 additions and 27 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
Search,
|
||||
Type,
|
||||
SquareSlash,
|
||||
SquareArrowRight,
|
||||
Share2,
|
||||
Megaphone,
|
||||
Earth,
|
||||
Globe,
|
||||
|
|
@ -20,7 +20,7 @@ import {
|
|||
Monitor,
|
||||
Cpu,
|
||||
LightningSvg,
|
||||
LucideCaseSensitive,
|
||||
Network,
|
||||
Tag,
|
||||
} from '@/components/icons';
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ export function WebsiteExpandedView({
|
|||
id: 'referrer',
|
||||
label: formatMessage(labels.referrer),
|
||||
path: updateParams({ view: 'referrer' }),
|
||||
icon: <SquareArrowRight />,
|
||||
icon: <Share2 />,
|
||||
},
|
||||
{
|
||||
id: 'channel',
|
||||
|
|
@ -167,7 +167,7 @@ export function WebsiteExpandedView({
|
|||
id: 'hostname',
|
||||
label: formatMessage(labels.hostname),
|
||||
path: updateParams({ view: 'hostname' }),
|
||||
icon: <LucideCaseSensitive />,
|
||||
icon: <Network />,
|
||||
},
|
||||
{
|
||||
id: 'tag',
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import {
|
|||
MagnetSvg,
|
||||
Tag,
|
||||
MoneySvg,
|
||||
Network,
|
||||
NetworkSvg,
|
||||
ChartPie,
|
||||
UserPlus,
|
||||
CompareSvg,
|
||||
|
|
@ -137,7 +137,7 @@ export function WebsiteNav({ websiteId }: { websiteId: string }) {
|
|||
{
|
||||
id: 'attribution',
|
||||
label: formatMessage(labels.attribution),
|
||||
icon: <Network />,
|
||||
icon: <NetworkSvg />,
|
||||
path: renderPath('/attribution'),
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue