mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
## Summary Closes https://github.com/elastic/kibana/issues/160834 This PR fixes a bug with the Dashboard app in serverless projects. The Dashboard has a "Full screen" button that is intended to cause the content area of the dashboard take up the entire viewport. To do this, the dashboard app uses a chrome service to update an observable used in the rendering of the header, which sets the layout to a "chromeless" state. The bug is: in serverless, the project header must respect the chromeless state. ### Testing 1. Run `yarn es snapshot` in one terminal and then `yarn serverless` in another terminal. 2. Load sample data through the "Integrations" app, which can be found in Global Search. 3. View a sample data dashboard, and use the `Full screen` button in the app menu toolbar. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co> |
||
---|---|---|
.. | ||
core-application-browser | ||
core-application-browser-internal | ||
core-application-browser-mocks | ||
core-application-common |