From 50b6c07114c7dffc53423da95bedc4de3b2a2806 Mon Sep 17 00:00:00 2001 From: Pranav Date: Fri, 9 May 2025 14:02:38 -0700 Subject: [PATCH] Add support for the uiState --- .../components-next/copilot/Copilot.vue | 2 +- .../components/copilot/CopilotContainer.vue | 2 +- .../widgets/conversation/ConversationBox.vue | 22 --------- .../conversation/ConversationSidebar.vue | 48 +++++++++++++++---- .../widgets/conversation/MessagesView.vue | 23 --------- .../i18n/locale/en/conversation.json | 3 +- .../dashboard/conversation/ContactPanel.vue | 12 +---- .../conversation/ConversationView.vue | 19 ++------ .../dashboard/store/modules/uiState.js | 2 +- 9 files changed, 48 insertions(+), 85 deletions(-) diff --git a/app/javascript/dashboard/components-next/copilot/Copilot.vue b/app/javascript/dashboard/components-next/copilot/Copilot.vue index 55c80f6db..cc445257a 100644 --- a/app/javascript/dashboard/components-next/copilot/Copilot.vue +++ b/app/javascript/dashboard/components-next/copilot/Copilot.vue @@ -98,7 +98,7 @@ watch( class="flex items-center justify-between px-4 py-2 border-b border-n-weak h-12" >
- + {{ $t('CAPTAIN.COPILOT.TITLE') }}
diff --git a/app/javascript/dashboard/components/copilot/CopilotContainer.vue b/app/javascript/dashboard/components/copilot/CopilotContainer.vue index 799dca672..9a1918925 100644 --- a/app/javascript/dashboard/components/copilot/CopilotContainer.vue +++ b/app/javascript/dashboard/components/copilot/CopilotContainer.vue @@ -117,7 +117,7 @@ watchEffect(() => {