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... + +
+ )}