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

Feature: Implement an upload manager interface #58

Open
faisalsayed10 opened this issue Jul 13, 2023 · 0 comments
Open

Feature: Implement an upload manager interface #58

faisalsayed10 opened this issue Jul 13, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@faisalsayed10
Copy link
Owner

Currently, there is a simple toast that shows the file's progress while it is being uploaded. We want to change that to show a Google Chrome-like downloads UI from where a user can manage their ongoing uploads and resume unfinished uploads. I'm thinking of a simple notion-like sidebar that expands into a full page on a button click.

There is also a case to handle when it comes to file uploading:

CASE: The upload continues sometime later after closing the window / on a different computer:

  • check for all the ongoing uploads from the bucket's API, and list them in the upload manager
  • when resumed - get the upload data from the API → start the upload again with the remaining chunks.
@faisalsayed10 faisalsayed10 added enhancement New feature or request help wanted Extra attention is needed labels Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant