From f076726362c80a87a649c3a977f9ad2959f53ff7 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:30:26 +0700 Subject: [PATCH] fix(communications): move source settings gear to contact row --- .../communications/CrmCommunicationsListSidebar.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/frontend/app/components/workspace/communications/CrmCommunicationsListSidebar.vue b/frontend/app/components/workspace/communications/CrmCommunicationsListSidebar.vue index 72873ae..de7cf9c 100644 --- a/frontend/app/components/workspace/communications/CrmCommunicationsListSidebar.vue +++ b/frontend/app/components/workspace/communications/CrmCommunicationsListSidebar.vue @@ -14,7 +14,6 @@ defineProps<{ markAvatarBroken: (threadId: string) => void; contactInitials: (contactName: string) => string; formatThreadTime: (iso: string) => string; - threadChannelLabel: (thread: any) => string; threadInboxes: (thread: any) => any[]; setInboxHidden: (inboxId: string, hidden: boolean) => void; formatInboxLabel: (inbox: any) => string; @@ -131,13 +130,10 @@ function onSearchInput(event: Event) {
-
-

{{ thread.contact }}

+
+

{{ thread.contact }}

{{ formatThreadTime(thread.lastAt) }} -
-
-

{{ threadChannelLabel(thread) }}

-