-
Notifications
You must be signed in to change notification settings - Fork 4
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
File upload progress reporting #9
Comments
- add circular progress - add percentage in the middle of the circle - show time remainining in seconds or minutes - add PropTypes for components - edit css styles
@rufuspollock I did some changes in this commit the result you can see in the picture below. Tomorrow I pretend to review these changes and keep working. |
@mariorodeghiero this is great! |
- change layout style to improve UI - add more information about the upload and file to show to user - add drag and drop area - add a list of files uploading - add name of the file with overflow - add function convert bytes in KB, MB, GB - add test to cover the onFormatBytes
@rufuspollock Check the gif below, please. I did some changes here, do you think is necessary to show kb/s? |
@mariorodeghiero no, time remaining is great - don't think we need kb/s atm. BTW luurve ❤️ the gif - so great for understanding the feature 👏 I think you can close. |
Thanks, and yes! I agree with you. FIXED.
|
When the user uploads a file to the storage the upload progress expects to be tracked showing a progress bar to the user with percentage done, time remaining and kb/s sec.
Acceptance
Tasks
The text was updated successfully, but these errors were encountered: