From 85aed38cc74ab4cf49500d846ac85caef8c12371 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Mon, 23 Feb 2026 17:19:28 +0530 Subject: [PATCH] chore: Review fix --- .../ConversationCard/CardLabels.vue | 208 ++++++------------ .../ConversationCard/CardLabelsV5.vue | 175 +++++++++++++++ .../ConversationCardCompact.vue | 2 +- .../ConversationCardExpanded.vue | 2 +- 4 files changed, 241 insertions(+), 146 deletions(-) create mode 100644 app/javascript/dashboard/components-next/Conversation/ConversationCard/CardLabelsV5.vue diff --git a/app/javascript/dashboard/components-next/Conversation/ConversationCard/CardLabels.vue b/app/javascript/dashboard/components-next/Conversation/ConversationCard/CardLabels.vue index 2f6b413f8..dfd4115e8 100644 --- a/app/javascript/dashboard/components-next/Conversation/ConversationCard/CardLabels.vue +++ b/app/javascript/dashboard/components-next/Conversation/ConversationCard/CardLabels.vue @@ -1,175 +1,95 @@