From d08c8f00a00d3c00b2e839477702441023fe01eb Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 21 Feb 2026 23:42:12 +0100 Subject: [PATCH] style: add transition effects to shadow properties across multiple components for improved visual feedback --- app/share/[id]/page.tsx | 2 +- app/sites/[id]/funnels/[funnelId]/page.tsx | 2 +- app/sites/[id]/uptime/page.tsx | 6 +++--- components/OfflineBanner.tsx | 2 +- components/dashboard/Chart.tsx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/share/[id]/page.tsx b/app/share/[id]/page.tsx index c408fa2..5ed4452 100644 --- a/app/share/[id]/page.tsx +++ b/app/share/[id]/page.tsx @@ -199,7 +199,7 @@ export default function PublicDashboardPage() { if (isPasswordProtected && !data) { return (
-
+
diff --git a/app/sites/[id]/funnels/[funnelId]/page.tsx b/app/sites/[id]/funnels/[funnelId]/page.tsx index fa2fbae..3695f52 100644 --- a/app/sites/[id]/funnels/[funnelId]/page.tsx +++ b/app/sites/[id]/funnels/[funnelId]/page.tsx @@ -225,7 +225,7 @@ export default function FunnelReportPage() { const data = payload[0].payload; return (
-
+
{formattedDate}
{stat && stat.total_checks > 0 ? (
@@ -305,7 +305,7 @@ function ResponseTimeChart({ checks }: { checks: UptimeCheck[] }) { if (!active || !payload?.length) return null return (
{showProtocolDropdown && ( -
+