From b3a146d35c88cc5b10a83352118ba7adc026daf6 Mon Sep 17 00:00:00 2001 From: Jared Schoeny Date: Wed, 17 Dec 2025 20:50:18 -1000 Subject: [PATCH] Add num pending hacks badge --- src/app/dashboard/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 7c2cb17..1975ae1 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -75,7 +75,12 @@ export default async function DashboardPage() { {pendingHacks.length > 0 && (
-

Pending hacks

+
+

Pending hacks

+ + {pendingHacks.length} + +
{/* Header row (desktop only) */}