Skip to content

Feature: Implement an upload manager interface #58

@faisalsayed10

Description

@faisalsayed10

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions