-
Notifications
You must be signed in to change notification settings - Fork 9
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 bulk image downloads from client side #907
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a small status dialog at the bottom left similar to the design we were looking to implement for background task updates on each import page showing the status of the download so a user is not left wondering what is happening when a download is occurring.
this commit adds the ability to bulk-download an archive of images from the UI. there is no UI for progress yet. unfortunately, the relevant UI widgets do not render on mobile, so mobile testing was a bust.
6b69680
to
d5d72cb
Compare
Correction: the notification remains on screen and is stuck at the point display if there are NO images to be downloaded |
Two new issues:
|
While you're fixing this, can we change the toast title to "Download Progress"? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
this pull request attempts to solve nditech/apollo-issues#181 by adding an extra menu item to the export dropdown on the submission list view