mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
Unified loading states.
This commit is contained in:
parent
7b5591a3ce
commit
da8c7e99c5
52 changed files with 506 additions and 364 deletions
|
|
@ -8,7 +8,7 @@ export function RealtimeHeader({ data }: { data: RealtimeData }) {
|
|||
const { totals }: any = data || {};
|
||||
|
||||
return (
|
||||
<MetricsBar isFetched={true}>
|
||||
<MetricsBar>
|
||||
<MetricCard label={formatMessage(labels.views)} value={totals.views} />
|
||||
<MetricCard label={formatMessage(labels.visitors)} value={totals.visitors} />
|
||||
<MetricCard label={formatMessage(labels.events)} value={totals.events} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue