From 1f308b43428646c273864641bbce130d3c1a637f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gjermund=20H=C3=B8s=C3=B8ien=20Wiggen?= Date: Tue, 9 Jun 2026 22:25:17 +0200 Subject: [PATCH] =?UTF-8?q?redesign:=20triage=20panel=20=E2=80=94=20compac?= =?UTF-8?q?t,=20visual,=20actionable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Colored status dot with glow ring in header (at-a-glance) - Status change via colored dots (click circles, not text pills) - Subject + ID + queue + owner in one compact line - Open full view is now a subtle chevron button, not a giant CTA - Take it button appears inline when unassigned - Activity feed as a timeline with connecting line and dots - Shorter transaction labels with inline values Co-Authored-By: Claude Opus 4.8 --- web/src/app/page.tsx | 165 +++++++++++++++++++++---------------------- 1 file changed, 80 insertions(+), 85 deletions(-) diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 0c208ce..dbb1021 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -1071,113 +1071,109 @@ function TicketWorkbenchContent() { )} -