From ae5c61a17951406d17adc1f0c77b7fff642078cd Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 22 Apr 2026 11:08:25 -0400 Subject: [PATCH] feat(workspace): floating project chat widget Modeled on KnowledgeView's mini-chat. Three states (closed handle, collapsed input-only, expanded full panel). Takes over the project conversation lifecycle from WorkspaceView (resume-or-create on mount, delete-if-empty-and-new on unmount) and adds a restart action. Reuses ChatPanel for expanded view and ChatInputBar for collapsed. Co-Authored-By: Claude Opus 4.7 --- .../src/components/WorkspaceChatWidget.vue | 274 ++++++++++++++++++ 1 file changed, 274 insertions(+) create mode 100644 frontend/src/components/WorkspaceChatWidget.vue diff --git a/frontend/src/components/WorkspaceChatWidget.vue b/frontend/src/components/WorkspaceChatWidget.vue new file mode 100644 index 0000000..b2021e9 --- /dev/null +++ b/frontend/src/components/WorkspaceChatWidget.vue @@ -0,0 +1,274 @@ + + + + +