You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently how the system is designed is that if a component is waiting for data, it will not show anything till it retrieves the data. It's better to have a Loading Component and use it when data is loading to give feedback to the user.
We have started implementing error / loading handling in #738 , which displays <div> Loading... </div> in case the data is still loading.
Type of feature
🍕 Feature
Current behavior
Currently how the system is designed is that if a component is waiting for data, it will not show anything till it retrieves the data. It's better to have a Loading Component and use it when data is loading to give feedback to the user.
We have started implementing error / loading handling in #738 , which displays
<div> Loading... </div>
in case the data is still loading.Idea credits to @0-vortex
Suggested solution
Make a component that indicates to the user that this thing is still loading and add it to Design system. (Storybook)
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: