-
Notifications
You must be signed in to change notification settings - Fork 181
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 "Change selection" button near "x document(s) selected" #428
Comments
deeplow
added a commit
that referenced
this issue
Jun 6, 2023
Implements the GUI logic necessary to change the selected document. When "Change Selection" is clicked, it opens a File Dialog on the directory of the previously selected files and highlights them. This gives the user a chance to see which ones they had selected. Fixes #428
deeplow
added a commit
that referenced
this issue
Jun 8, 2023
Implements the GUI logic necessary to change the selected document. When "Change Selection" is clicked, it opens a File Dialog on the directory of the previously selected files (if any) Fixes #428
deeplow
added a commit
that referenced
this issue
Jun 12, 2023
deeplow
added a commit
that referenced
this issue
Jul 18, 2023
Implements the GUI logic necessary to change the selected document. When "Change Selection" is clicked, it opens a File Dialog on the directory of the previously selected files (if any) Fixes #428
deeplow
added a commit
that referenced
this issue
Jul 18, 2023
deeplow
added a commit
that referenced
this issue
Jul 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User story
If I'm unsure if I've selected the right file for conversion, or if I've definitely selected the wrong one, I want to be able to change my selection, so that I'm not converting the wrong file.
Background
Ideally we'll have a progressive disclosure display of all selected files, but as an immediate step, we've discussed previously that this would be a significant improvement already that does not require UX work.
Notes / Evidence (added by @deeplow)
During user testing, a participant wanted to change the document selection because they had clicked on the wrong document but they couldn't. Restarting the application turned out the be the only way to do so.
The text was updated successfully, but these errors were encountered: