{{ thread.contact }}
{{ formatThreadTime(thread.lastAt) }} -Sources
-No sources.
-+ {{ threadChannelLabel(thread) }} +
From 68cbe7bc64386fac22fa88c88de9fd43fb01506a Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:24:58 +0700 Subject: [PATCH] fix(chat-ui): move source settings to thread header --- .../components/workspace/CrmWorkspaceApp.vue | 38 +++++++++++++-- .../CrmCommunicationsListSidebar.vue | 48 +++---------------- 2 files changed, 41 insertions(+), 45 deletions(-) diff --git a/frontend/app/components/workspace/CrmWorkspaceApp.vue b/frontend/app/components/workspace/CrmWorkspaceApp.vue index deb50b6..f6f3d18 100644 --- a/frontend/app/components/workspace/CrmWorkspaceApp.vue +++ b/frontend/app/components/workspace/CrmWorkspaceApp.vue @@ -4784,10 +4784,6 @@ async function decideFeedCard(card: FeedCard, decision: "accepted" | "rejected") :contact-initials="contactInitials" :format-thread-time="formatThreadTime" :thread-channel-label="threadChannelLabel" - :thread-inboxes="threadInboxes" - :set-inbox-hidden="setInboxHidden" - :format-inbox-label="formatInboxLabel" - :is-inbox-toggle-loading="isInboxToggleLoading" :people-deal-list="peopleDealList" :selected-deal-id="selectedDealId" :is-review-highlighted-deal="isReviewHighlightedDeal" @@ -4809,6 +4805,40 @@ async function decideFeedCard(card: FeedCard, decision: "accepted" | "rejected")
{{ selectedCommThread.contact }}
Sources
+No sources.
+{{ thread.contact }}
{{ formatThreadTime(thread.lastAt) }} -Sources
-No sources.
-+ {{ threadChannelLabel(thread) }} +