Merge remote-tracking branch 'origin/main' into feat/e2e-journey-tests

This commit is contained in:
Barcode Betty
2026-03-31 17:49:40 +00:00
5 changed files with 41 additions and 3 deletions
+1
View File
@@ -173,6 +173,7 @@ function AuthenticatedDashboard({ userName }: { userName: string }) {
function DashboardSkeleton() {
return (
<div className="animate-pulse">
<h1 className="sr-only">Loading CartSnitch</h1>
<div className="h-8 w-40 rounded bg-gray-200" />
<div className="mt-4 grid grid-cols-2 gap-3">
<div className="h-24 rounded-xl bg-gray-200" />