From 1705ecbb9f8523e27331a705c98cefc4f2c142e4 Mon Sep 17 00:00:00 2001 From: chihlasm Date: Wed, 1 Apr 2026 23:02:14 +0000 Subject: [PATCH] feat: MSP-native language pass + conclude modal update (Phase 6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ConcludeSessionModal: "Conclude Session" → "Close Case" - ChatSidebar: "New Chat" → "New Case", "chat history" → "case history" - Language pass in AssistantChatPage already done in Phase 5 Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/assistant/ChatSidebar.tsx | 4 ++-- frontend/src/components/assistant/ConcludeSessionModal.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/assistant/ChatSidebar.tsx b/frontend/src/components/assistant/ChatSidebar.tsx index 9c450050..1a12236a 100644 --- a/frontend/src/components/assistant/ChatSidebar.tsx +++ b/frontend/src/components/assistant/ChatSidebar.tsx @@ -68,7 +68,7 @@ export function ChatSidebar({ className="flex-1 flex items-center justify-center gap-2 bg-primary text-white font-semibold text-sm rounded-lg px-4 py-2.5 hover:brightness-110 active:scale-[0.98] transition-all" > - New Chat + New Case {onToggleCollapse && (