-
-
Notifications
You must be signed in to change notification settings - Fork 981
FR: Save & New Button on Objects #6438
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
Conversation
|
This seems like the perfect use-case for making
Example https://mui.com/material-ui/react-button-group/#split-button |
I like this. Never used it but seems like the better option. The next question will be do we want Save or Save & New to be default? I prefer Save |
|
@Gykes Definitely, |
|
@echo6ix I updated the image above to reflect your recommendations. I definitely prefer your method better. Thanks for the recommendation |
WithoutPants
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is a bit more verbose than what is necessary. I've added a note to condense the gallery implementation, but this should be rolled out to all of the types.
This modifies the "Save" button into a split button and adds a "Save & New" option.
Updated: Performers, Studios, Tags, Scenes, Galleries, Groups
UI for Studios:
Fixes: #5921