Skip to content

chat: fix dropdown action order to match default#298365

Merged
connor4312 merged 2 commits intomainfrom
connor4312/297559
Feb 27, 2026
Merged

chat: fix dropdown action order to match default#298365
connor4312 merged 2 commits intomainfrom
connor4312/297559

Conversation

@connor4312
Copy link
Member

  • Reorders dropdown actions to show queue/steer (the default actions) before stop and send (destructive action)
  • Marks the configured default action as checked so it's focused when the dropdown opens with keyboard
  • This ensures the dropdown pre-selection matches the action that would be triggered by pressing Enter

Fixes #297559

(Commit message generated by Copilot)

- Reorders dropdown actions to show queue/steer (the default actions) before stop and send (destructive action)
- Marks the configured default action as checked so it's focused when the dropdown opens with keyboard
- This ensures the dropdown pre-selection matches the action that would be triggered by pressing Enter

Fixes #297559

(Commit message generated by Copilot)
Copilot AI review requested due to automatic review settings February 27, 2026 22:16
@connor4312 connor4312 enabled auto-merge February 27, 2026 22:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adjusts the Chat execute toolbar’s queue/steer dropdown so its initial keyboard focus and item ordering align with the configured default action (the same action triggered by pressing Enter), addressing the reported UX mismatch.

Changes:

  • Reorders dropdown items so the default actions (Add to Queue / Steer with Message) appear before “Stop and Send”.
  • Marks the configured default (queue vs steer) as checked so the dropdown focuses it on open (keyboard).

@connor4312 connor4312 merged commit 3cfe883 into main Feb 27, 2026
30 of 31 checks passed
@connor4312 connor4312 deleted the connor4312/297559 branch February 27, 2026 22:40
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.

Nit: the order of the send dropdown seems wrong

3 participants