-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I want to display a global "pending" status whenever my app gets disconnected from the server, but I hate to use the default "fake progress" mode as that's actively misleading to users, but I didn't see anything already in the code for an indeterminate progress bar.
A more recent development is the indeterminate progress bar, which is used in situations where the extent of the task is unknown or the progress of the task cannot be determined in a way that could be expressed as a percentage. This bar uses motion or some other indicator (such as a barber's pole pattern) to show that progress is taking place, rather than using the size of the filled portion to show the total amount of progress, making it more like a throbber than a progress bar.
https://en.wikipedia.org/wiki/Progress_bar#:~:text=indeterminate%20progress%20bar