From dcd41cdae00fcc5adba8113a3b8e659c13e1b72a Mon Sep 17 00:00:00 2001 From: iamsivin Date: Mon, 22 Dec 2025 17:22:42 +0530 Subject: [PATCH] chore: Feedback fixes --- .../ContactCustomAttributeItem.vue | 2 +- .../components/ContactNoteItem.vue | 2 +- .../Conversation/InboxName.vue | 9 ++---- .../CustomAttributes/DateAttribute.vue | 4 +-- .../CustomAttributes/ListAttribute.vue | 4 +-- .../CustomAttributes/OtherAttribute.vue | 4 +-- .../components-next/SidebarActionsHeader.vue | 4 +-- .../components-next/button/Button.vue | 13 ++++++++- .../dashboard/components-next/label/Label.vue | 2 +- .../components/Accordion/AccordionItem.vue | 2 +- .../components/buttons/ResolveAction.vue | 2 +- .../conversation/ShopifyOrdersList.vue | 2 +- .../conversation/linear/IssuesList.vue | 12 ++++++-- .../conversation/linear/LinearIssueItem.vue | 4 +-- .../dashboard/i18n/locale/en/contact.json | 4 ++- .../conversation/AgentAssignment.vue | 7 ++++- .../conversation/ContactDetailsItem.vue | 2 +- .../dashboard/conversation/ContactPanel.vue | 2 +- .../conversation/ConversationInfo.vue | 29 +++++++++++++++---- .../dashboard/conversation/Macros/List.vue | 6 ++-- .../conversation/Macros/MacroItem.vue | 2 +- .../conversation/Macros/MacroPreview.vue | 4 +-- .../conversation/ParticipantAssignment.vue | 11 ++++++- .../conversation/PriorityAssignment.vue | 2 +- .../conversation/SidePanelEmptyState.vue | 2 +- .../dashboard/conversation/TeamAssignment.vue | 11 ++++++- .../conversation/contact/ContactInfo.vue | 11 +++---- .../conversation/contact/ContactInfoRow.vue | 12 ++++---- .../conversation/contact/ContactNotes.vue | 11 ++++++- .../customAttributes/CustomAttributes.vue | 2 +- 30 files changed, 124 insertions(+), 60 deletions(-) diff --git a/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/ContactCustomAttributeItem.vue b/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/ContactCustomAttributeItem.vue index e9a141a16..2155de2e2 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/ContactCustomAttributeItem.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/ContactCustomAttributeItem.vue @@ -84,7 +84,7 @@ const CurrentAttributeComponent = computed(() => { v-if="attribute.attributeDescription" :message="attribute.attributeDescription" /> - + {{ attribute.attributeDisplayName }} diff --git a/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/components/ContactNoteItem.vue b/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/components/ContactNoteItem.vue index 1c9f253b0..0cd9aee4d 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/components/ContactNoteItem.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/components/ContactNoteItem.vue @@ -82,7 +82,7 @@ onMounted(() => {