-
Notifications
You must be signed in to change notification settings - Fork 4
feat(uploader): add ETA implementation with upload speed information #1627
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super good! Tested and works great!
We could need slight changes though:
Thank you!
Makes sense, I will think of a good way :)
We can check the current speed if it will be just a few seconds and directly show "few seconds left" instead of estimating?
Makes sense! |
Good option! 👍 |
This feature implements the following: - Implement the ETA class our selfe - Provide upload speed information in the ETA class - Move the ETA information to the uploader class - Remove custom ETA from uploader component and add uploading speed. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
"a few seconds left" is so long that there is no space. So we only show it when there is enough space - otherwise just as a title attribute. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
All points resolved I think :) |

This feature implements the following:
Due to the risks of something breaking this is 100% test covered (unit tests) and additionally added component tests for it.