feat: add media collection overview gallery (6/7) - #3182
Open
DeveloperBlue wants to merge 64 commits into
Open
Conversation
…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
…lready passing collectionController.media
…on the stack collection
DeveloperBlue
force-pushed
the
developerblue/collections/gallery
branch
from
August 10, 2026 06:12
34af9e6 to
f00d1ef
Compare
DeveloperBlue
force-pushed
the
developerblue/collections/gallery
branch
2 times, most recently
from
August 15, 2026 08:14
8263a16 to
f00d1ef
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 a full-page collection gallery for multi-attachment message layouts by reusing the
conversation-detailsmedia grid.Built on top of #3181 (Material/Samsung grid) and continues toward #3147 / #3122.
CollectionMediaController+CollectionMediaGridPage- overview gallery viacontroller.media+N(tap)MediaGalleryCardvideo preview when unmountedfrom_stack.mp4
from_fullscreen.mp4
from_grid.mp4
Changes (commit-by-commit)
CollectionMediaGridPage+ controller — full-page gallery;openGalleryentry+Nentry — stack title + grid see-more open the overviewcollectionControllerfrom cards so paging stays on collection mediagalleryAttachments— cards usecollectionController.mediawhen presentMediaGalleryCardunmount safetyPer-file changes
collections/collection_media_controller.dartopenGallery→CollectionMediaGridPage; media/title/chat holders for fullscreen pass-through.collections/collection_media_grid_page.dartFull-page selectable grid via
MediaGridSection(no avatars; tapback overlays).collections/collection_title.dart/collection_group_grid.dart/collection_group_stack.dartTitle /
+Nopen overview; stack tapback spacing polish.collections/collection_attachment_card.dart/collection_group_collage.dartPass
collectionControllerinto fullscreen; collage overview only via fullscreen button.fullscreen_media/*Collection-scoped paging + open-gallery affordance from image/video viewers.
media_gallery_card.dart/media_grid_section.dartAvatar hide, tapback overlays, video preview dispose guard.
collections/CLAUDE.mdOverview ownership + entry-point notes.
Partially addresses #3122 and #2605 and lays groundwork for #2812