feat(ios): detached thumbnail cards for attached images in user messages - #323
Open
kingbootoshi wants to merge 1 commit into
Open
feat(ios): detached thumbnail cards for attached images in user messages#323kingbootoshi wants to merge 1 commit into
kingbootoshi wants to merge 1 commit into
Conversation
Attached images previously stacked vertically inside the message bubble at up to 200pt each, ballooning the bubble far beyond its text. Images now render as 100pt rounded thumbnail cards in rows of three sitting on the chat background above the bubble, and the tinted bubble wraps only the text - attachments and speech read as separate layers, matching how major chat clients present image turns. Drag-out of full images still works from each thumbnail. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Renders images attached to a user message as a detached thumbnail card row above the text bubble, instead of stretching them inside it. Attachments and text read as two clean pieces, matching how the composer previews them.
Net -13 visual-layout lines: one thumbnail card component reused, the old inline stretch path deleted.
Demo
image-grid-multi-send.mp4
(same take also exercises the 10-image attachment limit from #321 - the two PRs are independent, each builds clean against main on its own)
🤖 Generated with Claude Code