Conversation
Adding in Search all and Create all buttons to tagger view.
|
This plugin way of finding and clicking buttons via the DOM isn't an appropriate approach in the core React UI. The correct approach is likely going to involve lifting the selected result states out of This won't be a trivial change unfortunately. |
I figured as much which is why I had you take a look before I went further. I have no idea how to implement it the way you are wanting but I'm all for giving it a shot. |
|
I've made a start for prototyping purposes here. |
Adding in Search all and Create all buttons to tagger view.
So far this will add a Search All button, and then if any scenes have been found, generate a create all button. Once you are comfortable that all scenes are matched correctly you can click "create all" and it will create all performers and studios for you.
This is currently a WIP, the core functionality is there, but the CSS is a smidge wonky. I will also be adding in a "Save ID" button which will click the save StashID button so that any performers and scenes can get an associated StashID. This takes some very well used userscripts and plugins to the core app.
closes #3122