-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Scrape dialog #644
Scrape dialog #644
Conversation
@WithoutPants |
Can confirm the above bug for the performer edit page. |
Fixes #646 |
Thanks for testing this. Made a few changes:
Ready for retesting. |
Retested, looks good! |
Should be fixed. Wasn't detecting ids in different order. |
@WithoutPants Yes, that fixed it. |
* Fix performer page button spacing * Improve scene URL scrape button styling
Adds a dialog when scraping scenes and performers that shows the existing and scraped values and allows choosing between them.
Example scene dialog:
Unlike the above image, in general any field that doesn't have scraped values is not shown in the dialog.
Example performer dialog:
This dialog is not shown in the new performers screen - details are piped directly to the fields.
A future iteration on this is to present new tags/performers/studios and allow adding them from this dialog.
Resolves #551
Fixes #646