From 5dfb94feaecbb232cb843c33fa4ab0e46fa4ad89 Mon Sep 17 00:00:00 2001 From: fcarraUniSa Date: Tue, 17 Feb 2026 13:26:52 +0100 Subject: [PATCH] Update ClientPortal.tsx --- components/ClientPortal.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/components/ClientPortal.tsx b/components/ClientPortal.tsx index b1d708e..bc3044b 100644 --- a/components/ClientPortal.tsx +++ b/components/ClientPortal.tsx @@ -444,6 +444,19 @@ export const ClientPortal: React.FC = ({ ))} + + {isTyping && ( +
+ {settings.aiConfig.agentAvatar ? ( + + ) : ( +
...
+ )} + + {settings.aiConfig.agentName || 'AI'} sta scrivendo... + +
+ )}