From 1183f09967f783c32eb53a940bcfc36793ad4ab6 Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Wed, 29 Oct 2025 15:32:20 +0000 Subject: [PATCH] Update status position (#1124) --- .../NormalizedConversation/DisplayConversationEntry.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/NormalizedConversation/DisplayConversationEntry.tsx b/frontend/src/components/NormalizedConversation/DisplayConversationEntry.tsx index fe6b67a2..b5ae115e 100644 --- a/frontend/src/components/NormalizedConversation/DisplayConversationEntry.tsx +++ b/frontend/src/components/NormalizedConversation/DisplayConversationEntry.tsx @@ -499,8 +499,10 @@ const ToolCallCard: React.FC<{
- {entryType && getStatusIndicator(entryType)} - {entryType && getEntryIcon(entryType)} + + {entryType && getStatusIndicator(entryType)} + {entryType && getEntryIcon(entryType)} + {showInlineSummary ? ( {inlineText} ) : (