zadjii-msft / PowerToys

Windows system utilities to maximize productivity
MIT License
2 stars 2 forks source link

Default loading state for when extension is doing something async (returning list) #86

Open joadoumie opened 1 week ago

joadoumie commented 1 week ago

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