Is there any way to show a loading animation like a loading circle instead of an interface while the integration is running?
For example my main site is built with 8 interfaces where one of the interfaces calls an integration that might sometimes be slower (can take up to 5sec to load). In the current version if I force the backend API to take longer to load and then try to load the main site the integration call blocks the loading of the whole page while the data is loading.
What I would optimally like to have is that all the other interfaces get loaded while the one that calls the api shows a loading symbol until the data is loaded from the API.
If anyone has any suggestions on how to achieve this please let me know.
Thanks, Jan
Discussion posts and replies are publicly visible
I do not think we can conditionally handle loading of one interface in a group using loading animation. But as Stefan suggested, you can try the SAIL Events Field plugin