-
Notifications
You must be signed in to change notification settings - Fork 41
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
Avoid duplicate downloads of files #116
Comments
See also #388 where we have a similar problem. From a UX perspective, we want the download to transition to an active state when it is underway. This is described in #288. In active "Downloading .." state, the element should no longer be clickable, so it should be impossible to even trigger a duplicate download. |
@redshiftzero #853 was a ticket about login error messaging... not sure how it's relevant to this? Wrong number typed? Yeah, a trip to a sunny beach is probably overdue. |
If a user clicks a file to begin its download, and a user becomes impatient and clicks the file again, using the current logic, another API request to download a file download will occur. We should only have each file downloading once.
Note that how to implement this cleanly needs some discussion and is related to #100.
Followup from: #113
The text was updated successfully, but these errors were encountered: