fix: keep quick prompts in composer flow
This commit is contained in:
@@ -45,9 +45,10 @@ runtime summaries, live-build indicators, dialogs, and status chips may report
|
||||
context, but they must never cover or intercept clicks intended for the command
|
||||
composer, Code Agent input, send controls, or quick-prompt buttons. If a fixed
|
||||
or visually persistent status surface can overlap after `scrollIntoView`, mobile
|
||||
reflow, or trace updates, the composer layer must win the stacking order and
|
||||
non-interactive summary text must not become a pointer target. Layout/browser
|
||||
smoke should treat this as a real hit-target failure, not as a test flake.
|
||||
reflow, or trace updates, the command composer must keep quick prompts inside
|
||||
its own flow below the primary input controls, and non-interactive summary text
|
||||
must not become a pointer target. Layout/browser smoke should treat this as a
|
||||
real hit-target failure, not as a test flake.
|
||||
|
||||
The left resource explorer is a controlled resizable column on desktop-class
|
||||
viewports. Its width defaults to `292px`, clamps inside a bounded range
|
||||
|
||||
Reference in New Issue
Block a user