Respect user preference for type-to-create in image/scene multi-select form#6376
Merged
WithoutPants merged 5 commits intodevelopfrom Dec 10, 2025
unknown repository
Merged
Respect user preference for type-to-create in image/scene multi-select form#6376WithoutPants merged 5 commits intodevelopfrom unknown repository
WithoutPants merged 5 commits intodevelopfrom
unknown repository
Conversation
Author
|
I slightly misunderstood the codegen and was adding a redundant resolver, but I've cleaned it up now. |
Author
|
I'm not sure how I didn't catch this before, but it's pretty no-brainer to enable this for performers and tags at the same time. I'll update this PR with that soon |
Author
Author
|
This should be ready for review now.
|
Collaborator
|
WithoutPants
requested changes
Dec 8, 2025
Author
|
I decided to retain the base case, but just added a switch with the existing selection components to return versions where the props would populate creatable from the configuration. Thoughts? |
WithoutPants
approved these changes
Dec 10, 2025
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.

When selecting multiple images, you were previously unable to create new galleries from the edit images form itself. This PR adds the functionality, and corresponding disable behavior.
To be transparent, I am new to much of the tech stack in this repository, so I implemented this PR with some help from Claude Opus 4.5. If anything seems off, I'm happy to investigate and learn why. I would like to help enhance image-related features in the future, as it's my primary use case.
I get some linter errors when I validate, but I tested

developHEADand get the same thing, so I'm ignoring.