We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ccaf3 commit 7bd72aeCopy full SHA for 7bd72ae
1 file changed
src/frontend_react/src/components/content/PlanChat.tsx
@@ -65,13 +65,6 @@ const PlanChat: React.FC<PlanChatProps> = ({
65
</Body1>
66
</div>
67
))}</div>
68
-
69
70
- {isTyping && (
71
- <div className="typing-indicator">
72
- <span>Thinking...</span>
73
- </div>
74
- )}
75
76
{showScrollButton && (
77
<Tag
@@ -98,20 +91,6 @@ const PlanChat: React.FC<PlanChatProps> = ({
98
91
disabled={planData.hasHumanClarificationRequest && (isTyping || !input.trim())}
99
92
/>
100
93
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
115
94
</ChatInput>
116
95
117
96
0 commit comments