From f96eea8e93ad443d923726dcb1ba71f8c039a7f7 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 10 May 2026 14:53:47 +0800 Subject: [PATCH] fix(web): dashboard reminders card uses X/Y; hide /accounts duplicate H1 Dashboard: * "Active reminders" card retitled to "Reminders" and now shows active / total in the same X / Y format as the Accounts card (mirroring 2 / 3 connected / total). Accounts list: * The page-level

Accounts

is now hidden on mobile (the top bar already shows it), matching the Dashboard pattern. The "Add Account" button still shows on every breakpoint. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/web/src/app/page.tsx | 8 ++++---- apps/web/src/components/accounts-list-view.tsx | 5 +++-- apps/web/src/lib/queries.ts | 9 +++++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index 5e72b2a..b6cc2fd 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -168,11 +168,11 @@ export default async function DashboardPage() { href="/accounts" /> -
-

Accounts

+
+ {/* Hidden on mobile — the top header already shows "Accounts". */} +

Accounts