File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
src/frontend_react/src/components/content Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments