From b9fd3a18a4eebdceb204ea75de0cdd5ca38febb3 Mon Sep 17 00:00:00 2001 From: josephsellers <6892567+josephsellers@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:40:02 +0000 Subject: [PATCH] feat: display conversation subject in list view Show the subject line between the contact name and inbox name in the conversation list. This helps agents triage tickets without having to open each conversation and navigate to the Information panel. Closes #239 --- .../src/features/conversation/list/ConversationListItem.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/features/conversation/list/ConversationListItem.vue b/frontend/src/features/conversation/list/ConversationListItem.vue index ec78b52b..b2f8d56e 100644 --- a/frontend/src/features/conversation/list/ConversationListItem.vue +++ b/frontend/src/features/conversation/list/ConversationListItem.vue @@ -42,6 +42,11 @@ + +

+ {{ conversation.subject }} +

+