From a3290bfd42ab6bd836ebe4a5abc39b5bc62f35bc Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 11 Dec 2024 08:06:21 -0800 Subject: [PATCH] fix: Update design of the conversation sidebar, chatlist (#10572) - Increase the sidebar and chatlist width on screens bigger than 2xl - Fix background of the copilot sidebar - Increase the breakpoint for hiding chatlist from 1024 to 1200 --- app/javascript/dashboard/components/ChatList.vue | 4 ++-- .../widgets/conversation/ConversationBox.vue | 10 ++++------ .../widgets/conversation/ConversationSidebar.vue | 2 +- .../components/widgets/conversation/MessagesView.vue | 5 ++--- app/javascript/dashboard/constants/globals.js | 2 +- .../routes/dashboard/conversation/ConversationView.vue | 10 +--------- 6 files changed, 11 insertions(+), 22 deletions(-) diff --git a/app/javascript/dashboard/components/ChatList.vue b/app/javascript/dashboard/components/ChatList.vue index 953d5f2cc..796c37451 100644 --- a/app/javascript/dashboard/components/ChatList.vue +++ b/app/javascript/dashboard/components/ChatList.vue @@ -782,10 +782,10 @@ watch(conversationFilters, (newVal, oldVal) => {