diff --git a/docs/branch-review-records/fd90b933e6bf2bd4a3be809c74e1aec9dd9be5fe870e28f21aba6f624f621ca2.record.md b/docs/branch-review-records/fd90b933e6bf2bd4a3be809c74e1aec9dd9be5fe870e28f21aba6f624f621ca2.record.md new file mode 100644 index 000000000..2a7dfc58b --- /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 | diff --git a/src/components/differentials/differential-compare-queue-page.tsx b/src/components/differentials/differential-compare-queue-page.tsx index e77088ff3..6a61cefac 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}