Allow user to display image bigger on home screen college: photo_collage#696
Merged
Conversation
theachoem
commented
Jun 30, 2026
Owner
![]() |
![]() |
There was a problem hiding this comment.
Pull request overview
Adds an optional “photo collage” presentation for story tile images (allowing larger/better image display on the home/story list), and refactors preference bottom sheets to report a live “draft” so preferences are committed once after the sheet closes (reducing mid-sheet list jank). It also updates localization strings to include the new setting label and fixes a few existing translations.
Changes:
- Add
photoCollagetoStoryTilePreferencesObjectand render a collage grid (SpAlbumGrid) in story tiles when enabled. - Refactor Story Tile / Default Story preference sheets to emit live draft changes via
onChanged, and commit after sheet close (pro users). - Update localization keys and translations (JSON +
bin/localization/data.csv) for the new “Photo Collage” toggle and a few existing strings.
Reviewed changes
Copilot reviewed 28 out of 30 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| translations/ar.json | Add “Photo Collage” translation key. |
| translations/de-DE.json | Add “Photo Collage” translation key. |
| translations/en.json | Add “Photo Collage” translation key. |
| translations/es-ES.json | Add “Photo Collage” translation key. |
| translations/es-419.json | Add “Photo Collage” translation key. |
| translations/fr-FR.json | Add “Photo Collage” translation key. |
| translations/hi-IN.json | Add “Photo Collage” translation key. |
| translations/id.json | Add “Photo Collage” translation key. |
| translations/it-IT.json | Add “Photo Collage” translation key. |
| translations/ja-JP.json | Add “Photo Collage” translation key. |
| translations/km.json | Add “Photo Collage” translation key. |
| translations/ko-KR.json | Add “Photo Collage” translation key and fix a typo in “Media”. |
| translations/pl-PL.json | Add “Photo Collage” translation key and fix “Media” translation. |
| translations/pt-BR.json | Add “Photo Collage” translation key and fix/adjust a few strings. |
| translations/ru-RU.json | Add “Photo Collage” translation key. |
| translations/th-TH.json | Add “Photo Collage” translation key. |
| translations/tr.json | Add “Photo Collage” translation key and adjust plural strings. |
| translations/uk-UA.json | Add “Photo Collage” translation key. |
| translations/vi-VN.json | Add “Photo Collage” translation key. |
| translations/zh-CN.json | Add “Photo Collage” translation key and localize “StoryPad Media”. |
| bin/localization/data.csv | Add/adjust localization rows for “Photo Collage” and a few updated strings. |
| lib/widgets/story_list/sp_story_tile.dart | Import collage grid widget for story tile parts. |
| lib/widgets/story_list/local_widgets/story_tile_contents.dart | Render SpAlbumGrid when photoCollage is enabled. |
| lib/widgets/bottom_sheets/sp_story_tile_preferences_sheet.dart | Add photo collage toggle + live draft reporting; improve preview with sampled user images. |
| lib/widgets/bottom_sheets/sp_default_story_preferences_sheet.dart | Add live draft reporting; adjust save/paywall UX. |
| lib/views/settings/local_widgets/story_tile_preferences_tile.dart | Commit story tile preference draft after sheet closes (pro users). |
| lib/views/settings/local_widgets/default_story_preferences_tile.dart | Commit default story preference draft after sheet closes (pro users). |
| lib/views/day_colors/day_colors_view.dart | Switch to SpAdaptivePopUpButton import for day color picker UI. |
| lib/core/objects/story_tile_preferences_object.dart | Add photoCollage flag with default value. |
| lib/core/objects/story_tile_preferences_object.g.dart | Update generated copyWith + JSON serialization for photoCollage. |
Files not reviewed (1)
- lib/core/objects/story_tile_preferences_object.g.dart: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.

