From ed590a06844486cf414cc8abe0edb2748ea1468f Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 16 Jan 2026 01:21:51 +0530 Subject: [PATCH] chore: Update feedback fixes --- .../Contacts/ContactLabels/ContactLabels.vue | 10 +- .../Contacts/ContactsDetailsLayout.vue | 2 +- .../Contacts/Pages/ContactDetails.vue | 9 +- .../ConversationCard/CardLabels.vue | 6 +- .../ConversationCard/CardMetaSection.vue | 5 - .../ConversationCardCompact.vue | 18 +- .../ConversationCardExpanded.vue | 20 ++- .../Conversation/Sla/SLACardLabel.vue | 23 ++- .../components-next/label/AddLabel.vue | 63 ++++++- .../dashboard/components-next/label/Label.vue | 4 +- .../components/Accordion/AccordionItem.vue | 46 ++++- .../ConversationActiveFiltersPreview.vue | 2 +- .../conversation/linear/IssuesList.vue | 29 ++-- .../conversation/linear/LinearIssueItem.vue | 2 +- .../specs/useDropdownPosition.spec.js | 164 +++++------------- .../composables/useDropdownPosition.js | 101 ++++++----- .../i18n/locale/en/conversation.json | 2 + .../conversation/AgentAssignment.vue | 6 +- .../dashboard/conversation/ContactPanel.vue | 10 +- .../conversation/LabelAssignment.vue | 37 ++-- .../dashboard/conversation/Macros/List.vue | 1 + .../conversation/Macros/MacroItem.vue | 12 +- .../conversation/ParticipantAssignment.vue | 6 +- .../conversation/PriorityAssignment.vue | 6 +- .../dashboard/conversation/TeamAssignment.vue | 6 +- .../conversation/contact/ContactNotes.vue | 25 +-- theme/icons.js | 7 +- 27 files changed, 346 insertions(+), 276 deletions(-) diff --git a/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue b/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue index 22d0f3562..dead5b10f 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue @@ -6,6 +6,10 @@ import LabelItem from 'dashboard/components-next/label/LabelItem.vue'; import AddLabel from 'dashboard/components-next/label/AddLabel.vue'; const props = defineProps({ + wrapperRef: { + type: Object, + default: null, + }, contactId: { type: [String, Number], default: null, @@ -117,10 +121,7 @@ const handleLabelHover = labelId => {