feat: add collage layout for 2-3 collection attachments (4/7) - #3176
Open
DeveloperBlue wants to merge 38 commits into
Open
feat: add collage layout for 2-3 collection attachments (4/7)#3176DeveloperBlue wants to merge 38 commits into
DeveloperBlue wants to merge 38 commits into
Conversation
DeveloperBlue
force-pushed
the
developerblue/collections/collage
branch
from
August 8, 2026 11:36
05718ec to
172913d
Compare
…ecent, and gallery cards
…ttachments (swipe-to-reply, popover, reply preview)
…ollapsed galleries via coversPartId
…l for mixed attachments
…e title and card widgets.
…attachments from collection cards
…ing-to message box
DeveloperBlue
force-pushed
the
developerblue/collections/collage
branch
from
August 10, 2026 05:35
172913d to
52d93b2
Compare
DeveloperBlue
force-pushed
the
developerblue/collections/collage
branch
2 times, most recently
from
August 15, 2026 08:14
6d7f947 to
52d93b2
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.
Adds the iMessage vertical overlapping collage layout for multi-attachment messages with 2-3 attachments.
Built on top of #3175 (collection building blocks) and continues toward #3147 / #3122.
CollectionGroupCollage- overlapping cards with horizontal stagger, vertical overlap, and light tiltcollections/routing table + collage ownership notesswipe_to_reply.mp4
Changes (commit-by-commit)
CollectionGroupCollage- vertical overlapping collage widget (stagger, overlap, tilt, download wrap)MediaCollectionLayout+resolveMediaCollectionLayout;MessagePartContentswitches collage vs stack_CollageSwipeCard/SwipeToReplyWrappercollections/CLAUDE.mdReplyHolderwhen redacted mode is onPer-file changes
collections/collection_group_collage.dartNew collage layout: sized/overlapped cards, iOS tilt, stagger rules, download wrap, per-card swipe-to-reply.
collections/collection_attachment_card.dartReaction tail type: inside for stack, standard for collage (and future grid).
message_part_content.dartiOS media collections resolve collage vs stack; pass
canSwipeToReplyinto collage only.helpers/types/constants.dart/helpers/ui/message_widget_helpers.dartMediaCollectionLayout+resolveMediaCollectionLayout(iOS collage 2–3 / stack 4+; non-iOS grid reserved).collections/CLAUDE.mdRouting table and collage ownership notes.
text_field/reply_holder.dartPass redaction flags into
getNotificationText; resolve sender display name viaHandleState/ fake name when contact info is hidden.Partially addresses #3122 and #2605 and lays groundwork for #2812