fix(ui): unify chat composer surfaces and compact tracks - #2931
Open
kev1n77 wants to merge 1 commit into
Open
Conversation
Share composer radius, padding, border, context tint and shadow across both public editor shells. Use a 24px compact action track with 8px padding; remove the generic shell's extra border and inset. Match the context blur with reduced-transparency and forced-color fallbacks. Preserve editor and queue ownership, existing product controls, and footer measurement. Lab covers compact without context, expanded long input, queued attachments, busy and disabled slots. Legacy Appearance field-border and subtle-surface overrides retain precedence over newly introduced defaults. Validation: design-system:check; 89 focused Appearance/composer/input-layout/tail-reservation tests; check:web including all theme audits and TypeScript. Native expanded composer and context band inspected; full streaming, narrow-window and remote interaction matrix remains pending. No viewport compensation or backend protocol changes.
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.
Summary
Type and Areas
Type: Bug fix / UI/UX
Areas: Design system, web UI, desktop appearance, Design Lab
Motivation / Impact
Compact controls had inconsistent dimensions and surface colors, while the two composer shells applied different padding and borders.
This change introduces 24px badges, 14px keyboard hints, 18px status pills, and a 72px launcher. Both composer shells now share their geometry and use a 24px compact action track with 8px padding.
Existing editor behavior, attachment queues, product controls, and footer measurement remain intact.
Verification
Recorded during implementation:
pnpm run design-system:check— passed.pnpm run check:web— passed, including theme audits and TypeScript checks.These checks were not rerun while preparing this PR description.
Pending manual coverage: compact indicator states, narrow layouts, live streaming, and the complete theme/density matrix.
Reviewer Notes
Checklist