From aad6d655d5602270802d80bb9954839b0de16f88 Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 29 May 2025 18:45:28 -0600 Subject: [PATCH] fix: Update design to fix the crowded header (#11633) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Before:** Screenshot 2025-05-29 at 3 21 00 PM **After:** Screenshot 2025-05-29 at 3 20 33 PM --- .../components-next/sidebar/Sidebar.vue | 2 +- .../widgets/conversation/ConversationBox.vue | 1 - .../conversation/ConversationHeader.vue | 307 +++++++++--------- .../conversation/ConversationSidebar.vue | 2 +- .../widgets/conversation/MoreActions.vue | 178 +++++----- .../conversation/components/SLACardLabel.vue | 211 ++++++------ .../widgets/conversation/linear/index.vue | 19 +- .../conversation/specs/MoreActions.spec.js | 110 ------- .../composables/spec/useFontSize.spec.js | 16 +- .../dashboard/composables/useFontSize.js | 1 - .../i18n/locale/en/conversation.json | 1 + 11 files changed, 363 insertions(+), 485 deletions(-) delete mode 100644 app/javascript/dashboard/components/widgets/conversation/specs/MoreActions.spec.js diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index 0bfcf4142..dbb417533 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -477,7 +477,7 @@ const menuItems = computed(() => {