From eb05132008ddfcee11324574f8fe839c42643957 Mon Sep 17 00:00:00 2001 From: Hanzalah Waheed Date: Tue, 12 Aug 2025 00:16:21 +0400 Subject: [PATCH] fix: always show the response bubble buttons. --- .../src/conversation/ConversationBubble.tsx | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 6379eb0a..38d4053f 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -550,20 +550,16 @@ const ConversationBubble = forwardRef< )} {message && (
-
-
- -
-
-
-
- -
-
+ {type !== 'ERROR' && ( + <> +
+ +
+
+ +
+ + )} {type === 'ERROR' && (
{retryBtn}
@@ -573,10 +569,11 @@ const ConversationBubble = forwardRef< <>