From d82498fb19ecf72934730b1286a85b29407e349e Mon Sep 17 00:00:00 2001 From: louispaulb Date: Mon, 15 Jun 2026 07:15:23 -0400 Subject: [PATCH] feat(inbox): show the agent's real name as sender + cleaner Gmail-style thread Sender identity on outbound: - Replies/new emails now go out as e.g. "Gilles Drolet" instead of the generic alias name "Service TARGO". The name is derived from the agent's SSO email (gilles.drolet@ -> "Gilles Drolet"); the ADDRESS stays the monitored alias so replies still land in the shared inbox. Verified: Gmail honors the custom display name on the send-as alias (sent From header = "Gilles Drolet "). - gmail.sendFrom() exported; conversation.js agentSendFrom() builds the From from the stamped msg.agent (replies) / x-authentik-email (new sends via email-new). UI cleanup (space + clarity, Gmail-style): - One thin separator line between messages; removed the rounded gray card box around emails (.email-card flat), the email-card-head bar, and the blue expanded-head highlight. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../components/shared/ConversationPanel.vue | 13 ++++++----- services/targo-hub/lib/conversation.js | 23 +++++++++++++++---- services/targo-hub/lib/gmail.js | 2 +- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/apps/ops/src/components/shared/ConversationPanel.vue b/apps/ops/src/components/shared/ConversationPanel.vue index 82e4082..9c701cc 100644 --- a/apps/ops/src/components/shared/ConversationPanel.vue +++ b/apps/ops/src/components/shared/ConversationPanel.vue @@ -1430,9 +1430,9 @@ function formatDate (dateStr) {