Skip to content
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

Add modes for performer/tag for bulk scene editing #412

Merged
merged 4 commits into from
Mar 22, 2020

Conversation

WithoutPants
Copy link
Collaborator

Resolves #250

Adds a button to the performer and tag controls in the bulk scene update UI. This button shows the current mode of the operation - Add, Remove and Set. The set mode overwrites the existing ids with the ids supplied. Add and Remove are iterative operations using existing data.

Added to version 2 and 2.5 UI.

@WithoutPants WithoutPants added the improvement Something needed tweaking. label Mar 20, 2020
@WithoutPants WithoutPants added this to the Version 0.2.0 milestone Mar 20, 2020
@bnkai
Copy link
Collaborator

bnkai commented Mar 20, 2020

Looks ok , tests ok.
When you select a few scenes and they have the same tags or performers they used to appear in the controls list. Now to make them appear you have to cycle to the edit button. Is this the expected behaviour?

@WithoutPants
Copy link
Collaborator Author

Given that add/remove operations are iterative, I made the design decision to only show the common tags/performers when in Set mode. I think it would be unhelpful to fill in these values in the other modes, but I'm not convinced that my implementation is the most intuitive either, so I am open to suggestion.

@bnkai
Copy link
Collaborator

bnkai commented Mar 20, 2020

Just wasn't sure what to expect, it works for me. Might be better to merge it as is and get feedback from more users.

@WithoutPants WithoutPants merged commit d886012 into stashapp:develop Mar 22, 2020
Tweeticoats pushed a commit to Tweeticoats/stash that referenced this pull request Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Something needed tweaking.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Insert tag & overwrite tag button group for bulk scene editing
2 participants