application-research / delta-ui

7 stars 0 forks source link

[Bug] Reimplement loading indicator state #79

Closed elijaharita closed 1 year ago

elijaharita commented 1 year ago

In the past, loading indicator would show when the corresponding data was set to undefined. This was mostly to reduce complexity. Now that a context is used for tracking UI state, a loading boolean can be easily added.

Dependent on #78