mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
style: flip controls and status message for chat (#1278)
This commit is contained in:
parent
bc23c9429c
commit
ffa62b9928
@ -125,8 +125,8 @@ function ChatInterface(): JSX.Element {
|
||||
</div>
|
||||
<MessageList />
|
||||
<div className="flex justify-between items-center px-4">
|
||||
<AgentControlBar />
|
||||
<AgentStatusBar />
|
||||
<AgentControlBar />
|
||||
</div>
|
||||
<ChatInput disabled={!initialized} onSendMessage={sendChatMessage} />
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user