fix(tui): highlight queued prompts on hover - #42219
Merged
Merged
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
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.
What
Adds a subtle raised background when the queued-prompts dock is hovered, making its existing click behavior discoverable.
Before / After
Before: The queued-prompts dock looked identical at rest and under the pointer, so it did not read as interactive.
After: Hovering raises the dock background using the existing elevated theme treatment. Clicking still opens the queued-prompts manager.
How
QueuedPromptDock.theme.raise(theme.background.default)while hovered.Scope
This only changes the V2 TUI queued-prompts dock hover styling.
Testing
bun typecheckfrompackages/tuiDemo
OpenCode Drive capture with a seeded simulated queued prompt. The dock starts at its default background, raises visibly for two seconds on hover, then opens the matching
Queued promptsdialog on click.queued-hover-final.mp4