From 56048e6700044e062e236318a97655d70d279e12 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 17 Aug 2026 15:51:49 +0000 Subject: [PATCH 1/2] Simplify Differentials compare-queue hero card Drop the small uppercase "Compare queue" eyebrow label and the helper paragraph, which duplicated messaging already shown lower on the page. Fold the search-query pill into a compact inline row under the heading so the hero reads as icon + count + query, with no small instructional copy competing for attention. --- .../differential-compare-queue-page.tsx | 34 +++++++------------ 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/src/components/differentials/differential-compare-queue-page.tsx b/src/components/differentials/differential-compare-queue-page.tsx index e77088ff3e..6a61cefac3 100644 --- a/src/components/differentials/differential-compare-queue-page.tsx +++ b/src/components/differentials/differential-compare-queue-page.tsx @@ -81,28 +81,20 @@ export function DifferentialCompareQueuePage({
-
-
-
- -
-
-

- Compare queue -

-

- {items.length} {items.length === 1 ? "diagnosis" : "diagnoses"} selected -

-

- Review your shortlist, then open a side-by-side workspace to distinguish the diagnoses. +

+
+ +
+
+

+ {items.length} {items.length === 1 ? "diagnosis" : "diagnoses"} selected +

+ {trimmedQuery ? ( +

+ + {trimmedQuery}

- {trimmedQuery ? ( -

- - Search: {trimmedQuery} -

- ) : null} -
+ ) : null}
From 7af89ea8293c73feb3ede0a0d9b57831da0e493d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 17 Aug 2026 15:55:33 +0000 Subject: [PATCH 2/2] docs(ledger): record review for PR #2050 (differentials compare-queue hero) --- ...bd4a3be809c74e1aec9dd9be5fe870e28f21aba6f624f621ca2.record.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/branch-review-records/fd90b933e6bf2bd4a3be809c74e1aec9dd9be5fe870e28f21aba6f624f621ca2.record.md diff --git a/docs/branch-review-records/fd90b933e6bf2bd4a3be809c74e1aec9dd9be5fe870e28f21aba6f624f621ca2.record.md b/docs/branch-review-records/fd90b933e6bf2bd4a3be809c74e1aec9dd9be5fe870e28f21aba6f624f621ca2.record.md new file mode 100644 index 0000000000..2a7dfc58bc --- /dev/null +++ b/docs/branch-review-records/fd90b933e6bf2bd4a3be809c74e1aec9dd9be5fe870e28f21aba6f624f621ca2.record.md @@ -0,0 +1 @@ +| 2026-08-17 | claude/differentials-design-refinement-xh1znl | 56048e6700044e062e236318a97655d70d279e12 | src/components/differentials/differential-compare-queue-page.tsx | created PR #2050: simplified compare-queue hero card (removed eyebrow label + helper paragraph, tightened search-query chip) | test:focused (3 passed); manual Playwright visual check at phone/desktop viewports |