fix(web): preserve composer model labels before overflow - #183
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 16:03
410ae23 to
d75e244
Compare
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 16:17
d75e244 to
7618dcd
Compare
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 16:29
7618dcd to
495abfe
Compare
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 16:44
495abfe to
6e6fc92
Compare
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 16:59
6e6fc92 to
5feefb3
Compare
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 17:12
5feefb3 to
7cbb0bc
Compare
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 17:27
7cbb0bc to
f933b2c
Compare
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 17:42
f933b2c to
6fab2ff
Compare
Collaborator
Author
|
Closing this repair so it no longer blocks the requested Dependabot queue. The responsive browser-test issue is a pre-existing main regression and will be handled separately. |
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 18:46
6fab2ff to
0e2c78a
Compare
badcuban
force-pushed
the
fix/composer-footer-browser-ci
branch
from
August 24, 2026 18:55
0e2c78a to
082b90c
Compare
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.
The composer collapsed its model and reasoning labels as soon as secondary controls switched to icons. That made those labels disappear too early and left the browser suite red.
Use the true compact overflow state for model and reasoning controls. Interaction and access controls can still switch to icons earlier. The browser test now resizes the actual composer element and verifies both responsive states.