diff --git a/apps/dashboard/src/app/(app)/[organizationId]/[projectId]/reports/report-editor.tsx b/apps/dashboard/src/app/(app)/[organizationId]/[projectId]/reports/report-editor.tsx index eecd3355..10debee6 100644 --- a/apps/dashboard/src/app/(app)/[organizationId]/[projectId]/reports/report-editor.tsx +++ b/apps/dashboard/src/app/(app)/[organizationId]/[projectId]/reports/report-editor.tsx @@ -97,7 +97,7 @@ export default function ReportEditor({ -
+
{report.ready && ( )} diff --git a/apps/dashboard/src/components/overview/overview-metrics.tsx b/apps/dashboard/src/components/overview/overview-metrics.tsx index aa6adbbf..1bff6442 100644 --- a/apps/dashboard/src/components/overview/overview-metrics.tsx +++ b/apps/dashboard/src/components/overview/overview-metrics.tsx @@ -191,14 +191,14 @@ export default function OverviewMetrics({ projectId }: OverviewMetricsProps) { const selectedMetric = reports[metric]!; return ( - <> -
+
+
{reports.map((report, index) => ( ))}
- - -
{selectedMetric.events[0]?.displayName}
-
- - - -
- + +
); } diff --git a/apps/dashboard/src/components/overview/overview-widget.tsx b/apps/dashboard/src/components/overview/overview-widget.tsx index 8cc92a8c..b49034e4 100644 --- a/apps/dashboard/src/components/overview/overview-widget.tsx +++ b/apps/dashboard/src/components/overview/overview-widget.tsx @@ -85,7 +85,7 @@ export function WidgetButtons({
-
+
{({ width, height }) => ( {/* */}
-
+
{renderValue(serie.metrics[metric], 'ml-1 font-light text-xl')}
-
+
); @@ -119,9 +127,10 @@ export function MetricCardEmpty() { export function MetricCardLoading() { return ( -
+
-
+
+
); }