From 7fdbcd51e60a2ccebc8fca89fb500ca46cfdc5b1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 9 Sep 2026 00:14:34 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20ChatGPT-style=20chat=20list=20=E2=80=94?= =?UTF-8?q?=20abbreviated=20rows=20with=20relative=20dates,=20pinned-first?= =?UTF-8?q?=20ordering,=20=E2=8B=AE=20menu=20(Rename/Pin/Export/Delete);?= =?UTF-8?q?=20clinical=20context=20always=20on;=20warn-only=20budget;=20mi?= =?UTF-8?q?c=20live-transcript=20fallback;=20learning-hub=20page=20mode;?= =?UTF-8?q?=20composer=20autosize;=20include-context=20icon=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/assistant.html | 8 +- public/css/assistant.css | 31 +++- public/js/app.js | 4 - public/js/assistant/api.js | 9 + public/js/clinicalAssistant.js | 228 +++++++++++++++++++------ src/routes/clinicalAssistant.js | 17 ++ test/assistant-message-actions.test.js | 13 +- test/generated-images-ui.test.js | 2 +- 8 files changed, 240 insertions(+), 72 deletions(-) diff --git a/public/components/assistant.html b/public/components/assistant.html index 61f1894..d892d0a 100644 --- a/public/components/assistant.html +++ b/public/components/assistant.html @@ -74,7 +74,6 @@ - @@ -88,13 +87,8 @@