From c1054b5406fb963d5a3b50a55d18856192512594 Mon Sep 17 00:00:00 2001 From: Stephanie Dietz <49788645+StephDietz@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:00:48 -0500 Subject: [PATCH] update loading skeletons to match new UI (#199) * update loading skeletons * fix loading skeleton spacing --- .../15-final/app/ui/dashboard/skeletons.tsx | 122 +++++++++++------- 1 file changed, 76 insertions(+), 46 deletions(-) diff --git a/dashboard/15-final/app/ui/dashboard/skeletons.tsx b/dashboard/15-final/app/ui/dashboard/skeletons.tsx index 48a9508..c0ea4cc 100644 --- a/dashboard/15-final/app/ui/dashboard/skeletons.tsx +++ b/dashboard/15-final/app/ui/dashboard/skeletons.tsx @@ -4,25 +4,29 @@ const shimmer = export function CardSkeleton() { return ( -
-
-
-
+
+
+
+

+
+
+
-
); } export function RevenueChartSkeleton() { return ( -
-
-
+
+

+
+
+
+
+
+
+
); } @@ -30,43 +34,66 @@ export function RevenueChartSkeleton() { export function LatestInvoicesSkeleton() { return (
-
-
-
-
-
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
); @@ -75,6 +102,9 @@ export function LatestInvoicesSkeleton() { export default function DashboardSkeleton() { return ( <> +