Show loading indicator while application is mounting #50938
Labels
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
The ApplicationService in the Kibana Platform should show some indication that an application is loading while it's
mount
function is running. This is not a blocker for 8.0 but would improve the UX quite a bit since an application'smount
function may take some time to resolve as it fetches any asyncimport
bundles.The loading indicator should start showing when as soon as we start unmounting the previous application and should stop showing after the next application's
mount
function resolves. We can probably reuse the existing loading bar indicator that shows at the top of the page.This should not require any API changes to the ApplicationService.
The text was updated successfully, but these errors were encountered: