-
Notifications
You must be signed in to change notification settings - Fork 18
Loading indicator for long running (API) transaction missing #1837
Comments
@norbertschuler we will need to slowly build loading components when we need It is possible Haider's pr made this change. |
It's about the removal of |
@sagararyal @haideralishah please check the above listed API requests to decide which (e.g. register trees) could need a process indicator for giving users feedback. |
Maybe instead showing the old loading indicator we want to add a loading indicator as we added on the button of the login or the register trees screen? This could be useful for e.g. the button on the registration screen as this request sometimes takes quite long and the user might think the app has crashed. |
Here is a list of currently integrated |
We seem to have lost our progress dialog (spinner) appearing in the native apps for longer transactions triggered with
dispatch(setProgressModelState(true));
and stopped withdispatch(setProgressModelState(false));
.The text was updated successfully, but these errors were encountered: