Skip to content

fix(tui): highlight queued prompts on hover - #42219

Merged
kitlangton merged 1 commit into
v2from
queued-hover
Aug 13, 2026
Merged

fix(tui): highlight queued prompts on hover#42219
kitlangton merged 1 commit into
v2from
queued-hover

Conversation

@kitlangton

@kitlangton kitlangton commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

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

  • Tracks hover state in QueuedPromptDock.
  • Uses theme.raise(theme.background.default) while hovered.
  • Preserves the existing full-dock click target and layout.

Scope

This only changes the V2 TUI queued-prompts dock hover styling.

Testing

  • bun typecheck from packages/tui
  • Full repository pre-push typecheck (41 packages)
  • OpenCode Drive end-to-end capture against this worktree

Demo

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 prompts dialog on click.

queued-hover-final.mp4

@kitlangton
kitlangton merged commit c253d4d into v2 Aug 13, 2026
18 checks passed
@kitlangton
kitlangton deleted the queued-hover branch August 13, 2026 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant