Skip to content

fix(frontend): show stop action button for running or starting conversations#12215

Merged
amanape merged 3 commits intoOpenHands:mainfrom
kub938:fix/conversation-panel
Dec 31, 2025
Merged

fix(frontend): show stop action button for running or starting conversations#12215
amanape merged 3 commits intoOpenHands:mainfrom
kub938:fix/conversation-panel

Conversation

@kub938
Copy link
Copy Markdown
Contributor

@kub938 kub938 commented Dec 30, 2025

Summary of PR

  • Logic Update: Restricted the "Close Conversation / Stop Runtime" option to be displayed only when the conversationStatus is RUNNING or STARTING.
  • Testing: Added comprehensive UI visibility test cases using it.each to cover all five conversation statuses (STARTING, RUNNING, STOPPED, ARCHIVED, ERROR).

Change Type

  • [v ] Bug fix

Checklist

  • [v] I have read and reviewed the code and I understand what the code is doing.
  • [v] I have tested the code to the best of my ability and ensured it works as expected.

Fixes

Resolves #12206

Release Notes

  • Include this change in the Release Notes.

@kub938 kub938 changed the title fix(frontend): show stop action button only for running conversations fix(frontend): show stop action button for running or starting conversations Dec 31, 2025
Copy link
Copy Markdown
Contributor

@amanape amanape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for opening this PR and happy new year 🎉

@amanape amanape merged commit 2734a5a into OpenHands:main Dec 31, 2025
24 checks passed
@kub938
Copy link
Copy Markdown
Contributor Author

kub938 commented Dec 31, 2025

Thank you for merging the PR. I wish you a very Happy New Year!

@kub938 kub938 deleted the fix/conversation-panel branch December 31, 2025 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Close conversation option incorrectly shown for archived conversations

2 participants