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
A clear and concise description of the problem or missing capability...
When a major event is taking place, and the result of that event is essential to next state of the app, we should have a global loading indicator to prevent user from messing up.
Describe the solution you'd like
If you have a solution in mind, please describe it.
Currently in redux store/app, there is an isPageLoading state. We can wrap the outer of the app with a loading component, and enable when isPageLoading is true.
The text was updated successfully, but these errors were encountered:
🚀 feature request
Description
A clear and concise description of the problem or missing capability...When a major event is taking place, and the result of that event is essential to next state of the app, we should have a global loading indicator to prevent user from messing up.
Describe the solution you'd like
If you have a solution in mind, please describe it.Currently in redux store/app, there is an isPageLoading state. We can wrap the outer of the app with a loading component, and enable when isPageLoading is true.
The text was updated successfully, but these errors were encountered: