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

show file download indicator when downloading space #100

Open
juancarlosfarah opened this issue Jun 14, 2019 · 0 comments
Open

show file download indicator when downloading space #100

juancarlosfarah opened this issue Jun 14, 2019 · 0 comments
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@juancarlosfarah
Copy link
Member

Currently we show a loading div when downloading a space. It would be great to have a loading bar that advances as the number of files that need to be downloaded are downloaded.

A simple first version could keep the loading div and a counter below:

Downloading file XX / XX...

In order to achieve this, we need to have a channel that sends info from the Electron process to the React front end. The information could then be kept in the space reducer under the current object, or in a new "Download" reducer, with its own objects "current" and "all" or something like that.

@juancarlosfarah juancarlosfarah added feature New feature or request help wanted Extra attention is needed labels Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant