Stash-Box Performer Tagger (#1277)

* Add bulk stash-box performer task
* Add stash-box performer scraper to scrape with menu
This commit is contained in:
InfiniteTF
2021-05-03 06:21:20 +02:00
committed by GitHub
parent a3609079bb
commit 896c3874af
46 changed files with 2311 additions and 292 deletions

View File

@@ -284,10 +284,6 @@ export const SceneEditPanel: React.FC<IProps> = ({
}
}
// function onStashBoxQueryClicked(/* stashBoxIndex: number */) {
// TODO
// }
async function onScrapeClicked(scraper: GQL.Scraper) {
setIsLoading(true);
try {
@@ -361,7 +357,7 @@ export const SceneEditPanel: React.FC<IProps> = ({
key={s.endpoint}
onClick={() => onScrapeStashBoxClicked(index)}
>
stash-box
{s.name ?? "Stash-Box"}
</Dropdown.Item>
))}
{queryableScrapers.map((s) => (