Progress bar & spinning wheel widgets #74
mehrdadfeller
started this conversation in
Ideas
Replies: 3 comments 4 replies
-
@sassanh perhaps we can break this into smaller items / issues? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Other places that can benefit from a progress bar:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
We need to have an abstraction for async tasks with progression, some suggestions:
I will do some benchmarking on python-redux and will report back here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In certain interactions such as fetching a docker image, and generally waiting for a process to finish, we need to define progress bar & spinning wheel widgets. The UI logic for progress bar is that it takes a float between 0 and 1 and sets the bar. The spinning wheel only spins freely with no "up to" point.
We need to have some business logics baked into these widget that offers a high-level implementation for specific applications such as download progress bar. I guess for download we should show some estimated download speed if there's an easy way for it.
Currently the user may feel a bit lost and not so sure if the download is indeed in progress or it is just stuck.
Beta Was this translation helpful? Give feedback.
All reactions