-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 Image pulling downloaded sizes when available #5712
🎨 Image pulling downloaded sizes when available #5712
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.
Very very nice! Thanks
One thing though, when you show the pulling of the image with the total size, I would show the 0.0/total
, from your gif it looks like only the total
is shown?
Also I would try to keep the number of digits constant if possible.
services/static-webserver/client/source/class/osparc/data/model/NodeProgressSequence.js
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
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.
Looks nice. I see that the total is showing something like 456/11GB which to me reads wrong. could you make sure that the first part is properly converted to GB and it's not in bytes or megabytes?
What do these changes do?
Show the downloaded progress, when available, while the dynamic services boot. If they aren't available show the percentage progress.
Related issue/s
How to test
Dev-ops checklist