-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ux: Standard stop button 🟥 #10639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ux: Standard stop button 🟥 #10639
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
All issues resolved. Ready for merge.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
Contributor
All issues resolved. Ready for merge.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
mrubens
approved these changes
Jan 13, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue/PR - Triage
New issue. Needs quick review to confirm validity and assign labels.
lgtm
This PR has been approved by a maintainer
size:L
This PR changes 100-499 lines, ignoring generated files.
UI/UX
UI/UX related or focused
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Instead of turning the "send message" button into a stop button, we show a big "cancel" button right above the chat area, which is a bit odd and takes up a lot of space.
This PR makes the behavior more standard:
When the user clicks it, we show friendlier and easier to understand button copy:
And if you type more text, you can see a button to enqueue messages, which clarifies the interaction.
Hopefully it's one less thing for people to learn when getting started, getting them going.
Closes ROO-493
Important
Introduces a standard stop button and message enqueue functionality in the chat interface, with updates to UI and i18n files.
ChatTextArea.tsx.ChatTextArea.tsx.onStopandonEnqueueMessageprops inChatTextArea.tsx.handleStopTaskandhandleEnqueueCurrentMessageinChatView.tsx.This description was created by
for 95111e1. You can customize this summary. It will automatically update as commits are pushed.