From 1b758a4540edbc3cbdb50ed7a49ca16522f379d3 Mon Sep 17 00:00:00 2001 From: testvalue Date: Wed, 1 Apr 2026 18:08:44 -0400 Subject: [PATCH 1/6] fix(ui): corrects tab badge counts, toolbar layout, and ignore flash --- src/app/components/dashboard/ActionsTab.tsx | 54 +++++----- .../components/dashboard/DashboardPage.tsx | 29 +++++- src/app/components/dashboard/IssuesTab.tsx | 90 +++++++++-------- .../components/dashboard/PullRequestsTab.tsx | 68 +++++++------ src/app/lib/reorderHighlight.ts | 7 +- tests/components/DashboardPage.test.tsx | 99 ++++++++++++++++++- 6 files changed, 240 insertions(+), 107 deletions(-) diff --git a/src/app/components/dashboard/ActionsTab.tsx b/src/app/components/dashboard/ActionsTab.tsx index c20267fb..c9361344 100644 --- a/src/app/components/dashboard/ActionsTab.tsx +++ b/src/app/components/dashboard/ActionsTab.tsx @@ -211,37 +211,41 @@ export default function ActionsTab(props: ActionsTabProps) { const highlightedReposActions = createReorderHighlight( () => repoGroups().map(g => g.repoFullName), () => viewState.lockedRepos.actions, + () => viewState.ignoredItems.length, ); return (
{/* Toolbar */} -
-