UI needed to show users that something is loading. This should be abstracted away from the extension developers... all they should need to do is do some async thing and then return a list (or not an async thing and return a list)... once that list is returned, the loading status goes away
Description of the new feature / enhancement
UI needed to show users that something is loading. This should be abstracted away from the extension developers... all they should need to do is do some async thing and then return a list (or not an async thing and return a list)... once that list is returned, the loading status goes away
Scenario when this would be used?
This will be used by default for all loading.
Supporting information
No response