You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #1247 (issue #1242) unified the composer's attachment entry points into one chip design: file chips with icon + filename + size, image chips with thumbnails, a bare close-small remove glyph, and a capability warning triangle, all sharing one right-edge rail inside the chip.
The sent message bubble still renders attachments with the older design (packages/ui/src/components/message-file.ts classification + user-message.tsxrenderAttachments): square tiles with a filename overlay, different sizing, no shared visual language with the composer.
Bring the bubble's attachment row in line with the composer chip design so an attachment looks the same before and after sending.
The bubble row is display-only (no remove button), so the chip visual carries over minus interactive affordances; click-to-expand for images should be kept.
Follow docs/DESIGN.md and verify with the existing attachment-chips snap target plus a bubble-side snap or manual walk.
What needs to be done
PR #1247 (issue #1242) unified the composer's attachment entry points into one chip design: file chips with icon + filename + size, image chips with thumbnails, a bare close-small remove glyph, and a capability warning triangle, all sharing one right-edge rail inside the chip.
The sent message bubble still renders attachments with the older design (
packages/ui/src/components/message-file.tsclassification +user-message.tsxrenderAttachments): square tiles with a filename overlay, different sizing, no shared visual language with the composer.Bring the bubble's attachment row in line with the composer chip design so an attachment looks the same before and after sending.
Scope notes
metadata.attachmentchip classification from [Feature] Unified attachment chips in the desktop composer #1242 stay as they are.docs/DESIGN.mdand verify with the existingattachment-chipssnap target plus a bubble-side snap or manual walk.Context
packages/app/src/components/prompt-input/attachment-chips.tsxpackages/ui/src/components/message-part/user-message.tsx