Skip to content
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

Resume or retry stopped, interrupted, or failed uploads #61

Open
MoralCode opened this issue Oct 18, 2019 · 0 comments
Open

Resume or retry stopped, interrupted, or failed uploads #61

MoralCode opened this issue Oct 18, 2019 · 0 comments

Comments

@MoralCode
Copy link

MoralCode commented Oct 18, 2019

if i'm uploading a large number of files, and i accidentally click away from the upload window or lose network connectivity, the upload's individual progress bars will just appear to freeze and not move, given the impression that it might still be uploading.

Here's what i think could be done to make the upload flow more clear and intuitive:

  • add a button to explicitly cancel uploads
  • add a confirmation when the user clicks outside of the upload popup (something like "uploads are still in progress, do you really want to cancel them?")
  • detect when network connectivity is lost (iirc there is an online and offline event) and pop up an alert informing the user that they are offline and asking if they want to retry the uploads that failed
    • if it's just a single upload that failed, let the user know (maybe show a semitransparent refresh icon over it to indicate that the user should click it to retry) and/or automatically retry until a retry limit is hit
@MoralCode MoralCode changed the title Resume stopped or interrupted uploads Resume or retry stopped, interrupted, or failed uploads Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant