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
{{ message }}
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
As a user, when I browse a stopped application,
I want to see a spinner with a message during the application start
And be redirected to the application once it's ready
That could be achieved that way:
when the app_manager receives a startApp request, it doesn't wait for the response and instead sends a "please wait" template
when the app is actually started, it sends a realtime event to the "please wait" template that triggers a refresh
I'm not sure this is an actual improvements in every case (i.e. not for slow connection) so I'd suggest we only do it for desktop devices.
The text was updated successfully, but these errors were encountered:
That could be achieved that way:
app_manager
receives astartApp
request, it doesn't wait for the response and instead sends a "please wait" templateI'm not sure this is an actual improvements in every case (i.e. not for slow connection) so I'd suggest we only do it for desktop devices.
The text was updated successfully, but these errors were encountered: