-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
Tasks page refactor #1949
Tasks page refactor #1949
Conversation
Restyled based on feedback. Tasks with a separate ellipsis button will run the task using the default settings if the main button is clicked, and will open the dialog if the ellipsis button is clicked. Where there is no defaults set in the configuration, the dialog will open regardless of which button is clicked. A toast message now appears saving defaults indicating that the default settings will be used when clicking the main button. Added default setting support for scan, auto tag and generate tasks. |
Bloody config refactor biting me again. Should be fixed now. |
Sorry, didn't read the entire list. The other issues should now be addressed. |
Resolves #908
Moves the Scan, Generate and Clean tasks behind dialogs and reorders the tasks page:
Folder selection is integrated in the dialogs if the selective method was available prior.
Note that the preview generation settings and the overwrite flag have been rolled into the generate dialog so that they are available both on the tasks page and from scene selection.
Todo:
The following should be implemented after this PR is merged: