Files
orca/src
Jinjing a1cd7eaa7e refactor(terminal): redesign quick command dialog with expanded layout (#15011)
* refactor(terminal): redesign quick command dialog with expanded layout a

- Enlarge dialog to 52rem width and add scrollable content area for improved editing experience
- Restructure textarea with header (label, status badge) and footer (hints, controls)
- Compact action toggle to use shorter labels with grid layout
- Move append enter switch to textarea footer (compact mode) for terminal commands
- Add scope summary to Advanced toggle when collapsed for quick reference
- Update dialog description and add contextual hints for user guidance

* fix(terminal): restore defaultAdvancedOpen on quick command dialog

Settings still opens the Advanced section from settings; the redesign dropped the prop and failed typecheck.

* Improve accessibility of terminal quick command dialog

- Add inert attribute to prevent keyboard/screen reader access to hidden advanced section
- Add aria-label to textarea for clearer form field labeling
- Extract label text to variable to avoid duplication and ensure consistency

* refactor: remove status badge from quick command header

Simplifies the dialog header layout by removing the "sent to agent" /
"runs in terminal" badge and its associated translation strings.
2026-08-17 08:07:38 -07:00
..