-
-
Notifications
You must be signed in to change notification settings - Fork 989
Respect user preference for type-to-create in image/scene multi-select form #6376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Respect user preference for type-to-create in image/scene multi-select form #6376
Conversation
|
I slightly misunderstood the codegen and was adding a redundant resolver, but I've cleaned it up now. |
|
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 |
|
This should be ready for review now.
|
|
|
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? |

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.