From 649c0f124b0f439f21c5e09bcbcb2f1b9264b9a8 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 22 Apr 2026 11:10:54 -0400 Subject: [PATCH] feat(workspace): history dropdown on project chat widget MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clicking the ▾ button reveals conversations where rag_project_id === projectId, most-recent first. Selecting one repoints the widget (and the workspace_conv_{pid} storage key) to that conversation without deleting the previously active one. Co-Authored-By: Claude Opus 4.7 --- .../src/components/WorkspaceChatWidget.vue | 128 ++++++++++++++++-- 1 file changed, 118 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/WorkspaceChatWidget.vue b/frontend/src/components/WorkspaceChatWidget.vue index 5443700..618ab2f 100644 --- a/frontend/src/components/WorkspaceChatWidget.vue +++ b/frontend/src/components/WorkspaceChatWidget.vue @@ -1,5 +1,5 @@