Feature Request: Indeterminate Bar
Closed this issue · 1 comments
Hello. I Come to make a Feature request.
It would be nice to be able to show an Indeterminate Loading Bar(that has lower priority over the regular one, that shows only when the regular bar is not showing) for particular requests. I for one, block the UI for some requests in my Application. It would be nice to add an Indeterminate bar that doesn't block the UI to distinguish these non-blocking requests from the blocking ones. How about that?
Cheers.
Interesting idea but it won't make it into core. Reason: philosophy of this module is to keep things simple and serve the most common use case as well as possible.
I have some requests that are blocking, that block all or part of my UI. For these I indicate the "blockedness" to the user using https://github.com/faceleg/angular-busy-plus on the portion(s) of the UI that are being blocked.