feat(gallery): add masonry gallery layout mode#9124
Open
AsuraAce wants to merge 1 commit intoinvoke-ai:mainfrom
Open
feat(gallery): add masonry gallery layout mode#9124AsuraAce wants to merge 1 commit intoinvoke-ai:mainfrom
AsuraAce wants to merge 1 commit intoinvoke-ai:mainfrom
Conversation
036e2e9 to
0adeaa8
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.
Summary
Adds a new gallery layout mode for browsing images in a masonry layout while preserving the existing square grid as the default.
This PR adds:
grid | masonrygallery layout setting, defaulting togridwith a persisted-state migration.View screenshots
Masonry View:Grid (Regular Default)

Related Issues / Discussions
N/A
QA Instructions
Validated locally with:
pnpm --dir invokeai/frontend/web exec vitest run src/features/gallery/components/GalleryImageGridMasonry.test.ts src/features/gallery/components/galleryLayout.test.ts src/features/gallery/store/types.test.tspnpm --dir invokeai/frontend/web exec tsc --noEmitpnpm --dir invokeai/frontend/web run lint:eslintpnpm --dir invokeai/frontend/web run lint:prettierpnpm --dir invokeai/frontend/web run lint:dpdmManual browser QA covered:
Merge Plan
No special merge handling expected.
Checklist
What's Newcopy (if doing a release after this PR)