Skip to content

Commit 7bd72ae

Browse files
committed
Update PlanChat.tsx
1 parent d3ccaf3 commit 7bd72ae

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/frontend_react/src/components/content/PlanChat.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ const PlanChat: React.FC<PlanChatProps> = ({
6565
</Body1>
6666
</div>
6767
))}</div>
68-
69-
70-
{isTyping && (
71-
<div className="typing-indicator">
72-
<span>Thinking...</span>
73-
</div>
74-
)}
7568
</div>
7669
{showScrollButton && (
7770
<Tag
@@ -98,20 +91,6 @@ const PlanChat: React.FC<PlanChatProps> = ({
9891
disabled={planData.hasHumanClarificationRequest && (isTyping || !input.trim())}
9992
/>
10093

101-
{messages.length > 0 && (
102-
<HeaderTools>
103-
<ToolbarDivider />
104-
<Button
105-
106-
onClick={clearChat}
107-
appearance="transparent"
108-
icon={<ChatDismiss20Regular />}
109-
disabled={isTyping || messages.length === 0} />
110-
111-
</HeaderTools>
112-
113-
)}
114-
11594
</ChatInput>
11695
</div>
11796

0 commit comments

Comments
 (0)