feat(frontend): adding status indicator and unit test#12111
feat(frontend): adding status indicator and unit test#12111amanape merged 14 commits intoOpenHands:mainfrom
Conversation
hieptl
left a comment
There was a problem hiding this comment.
Hello @HeyItsChloe, I encountered some issues while testing the pull request locally.
issue: The state and component transition occurs too quickly. When the state is "Running", we could consider keeping the component visible for a few seconds before applying a fade-out animation. However, this is just my suggestion; you may consult Paul, as he can provide valuable feedback and recommendations. For further reference, please see the video below.
Screen.Recording.2025-12-23.at.18.27.41.mov
issue: When confirmation mode is enabled, the icon appears above the new component, which may not be visually ideal. You may consult Paul for valuable feedback and recommendations. For further reference, please see the image below.
issue: When the agent is waiting for user confirmation (confirmation mode is enabled), the new component may be displayed unexpectedly. If I understand correctly, the component is intended to appear only when starting or resuming conversations. Please refer to the image below for further details.
Thank you! 🙏
|
To respond on some of @hieptl’s feedback:
I think it is fine to leave as is for now. Hiding this component when everything is ready can serve as an indicator itself that everything is OK. We just need to make sure this shows up when something errors as expected.
Make them next to each other, with the lock icon to the start
This is probably related to the fact that one of the conditionals we use to check for status is set to some |
|
@HeyItsChloe this all sounds correct. |
…status text, moved unit tests to chat-interface
|
Addressed feedback:
Screen.Recording.2026-01-05.at.11.01.00.AM.mov |
amanape
left a comment
There was a problem hiding this comment.
Looking better! Few additional comments:
…-motion, adjust indicator styles
…m/HeyItsChloe/OpenHands into APP-232/add-chat-status-indicator

Summary of PR
Screen.Recording.2025-12-22.at.12.18.45.AM.mov
Change Type
Checklist
Fixes
Resolves #11946
Release Notes
Adding a status indicator above the chatbox until the conversation is ready.