feat(app): show which messages are queued#15587
Merged
nexxeln merged 6 commits intoanomalyco:devfrom Mar 2, 2026
Merged
Conversation
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds UI support to indicate which user messages are currently queued (similar to the TUI), including localized label text and subtle styling changes.
Changes:
- Compute a per-turn
queuedstate inSessionTurnand pass it into message rendering. - Render a “Queued” indicator + dim styling for queued user messages.
- Add
ui.message.queuedtranslations across supported locales.
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/ui/src/components/session-turn.tsx | Determines which user messages are queued and passes queued into <Message />; hides “thinking” UI for queued turns. |
| packages/ui/src/components/message-part.tsx | Adds queued?: boolean plumbing and renders a queued indicator in UserMessageDisplay. |
| packages/ui/src/components/message-part.css | Adds queued visual styling (reduced opacity) and layout tweaks for the new indicator/copy action wrapper. |
| packages/ui/src/i18n/en.ts | Adds English string for ui.message.queued. |
| packages/ui/src/i18n/ar.ts | Adds Arabic string for ui.message.queued. |
| packages/ui/src/i18n/br.ts | Adds Portuguese (BR) string for ui.message.queued. |
| packages/ui/src/i18n/bs.ts | Adds Bosnian string for ui.message.queued. |
| packages/ui/src/i18n/da.ts | Adds Danish string for ui.message.queued. |
| packages/ui/src/i18n/de.ts | Adds German string for ui.message.queued. |
| packages/ui/src/i18n/es.ts | Adds Spanish string for ui.message.queued. |
| packages/ui/src/i18n/fr.ts | Adds French string for ui.message.queued. |
| packages/ui/src/i18n/ja.ts | Adds Japanese string for ui.message.queued. |
| packages/ui/src/i18n/ko.ts | Adds Korean string for ui.message.queued. |
| packages/ui/src/i18n/no.ts | Adds Norwegian string for ui.message.queued. |
| packages/ui/src/i18n/pl.ts | Adds Polish string for ui.message.queued. |
| packages/ui/src/i18n/ru.ts | Adds Russian string for ui.message.queued. |
| packages/ui/src/i18n/th.ts | Adds Thai string for ui.message.queued. |
| packages/ui/src/i18n/tr.ts | Adds Turkish string for ui.message.queued. |
| packages/ui/src/i18n/zh.ts | Adds Simplified Chinese string for ui.message.queued. |
| packages/ui/src/i18n/zht.ts | Adds Traditional Chinese string for ui.message.queued. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nexxeln
approved these changes
Mar 2, 2026
Contributor
nexxeln
left a comment
There was a problem hiding this comment.
This is great, thank you
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue for this PR
Closes #15586
Type of change
What does this PR do?
Shows in the UI which messages are currently queued
Mimicking the TUI behaviour
If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!
How did you verify your code works?
Screenshots / recordings
2026-03-01.16-10-57.mp4
Checklist
If you do not follow this template your PR will be automatically rejected.