From b55a7483619d86f60893ced9053f2b1e6ef704a4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 10 Sep 2026 04:25:10 +0200 Subject: [PATCH] fix: remove the assistant's second top bar and give the toggle a menu icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The assistant carried its own bar above the layout, on top of the blue app header that both pages now share. On desktop it held a visually-hidden title, a mobile-only drawer button and a status pill — so it was mostly dead space, and it made the assistant taller than the app page it is supposed to match. The bar is gone. The ready/busy indicator moved into the composer footer, next to the work it describes, and the drawer button floats on phones rather than occupying a strip the desktop layout does not have. The rail now sticks to the top of the layout instead of 52px below a bar that no longer exists. The menu toggle used fa-table-columns, a split-pane glyph that does not read as "menu". Both copies now use fa-bars and rotate when collapsed to show which way they will act. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01GmpYHPSLGmXGZMyLpn2Lbe --- public/components/assistant.html | 15 ++-------- public/css/assistant.css | 25 +++++++++------- public/index.html | 2 +- test/assistant-workspace-layout.test.js | 39 ++++++++++++++++++------- 4 files changed, 46 insertions(+), 35 deletions(-) diff --git a/public/components/assistant.html b/public/components/assistant.html index 43c903e9..9ffdcb21 100644 --- a/public/components/assistant.html +++ b/public/components/assistant.html @@ -1,20 +1,10 @@ -
- -
-

AI Clinical Assistant

-
-
- - Ready -
-
-
+