[Obs AI Assistant] Fix page height of the AI Assistant page#233924
Merged
viduni94 merged 4 commits intoelastic:mainfrom Sep 5, 2025
Merged
[Obs AI Assistant] Fix page height of the AI Assistant page#233924viduni94 merged 4 commits intoelastic:mainfrom
viduni94 merged 4 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
Contributor
Author
|
Related to #225263 |
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
Author
|
/oblt-deploy |
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
Saved Objects .kibana field count
History
cc @viduni94 |
arturoliduena
approved these changes
Sep 5, 2025
shahargl
pushed a commit
to shahargl/kibana
that referenced
this pull request
Sep 7, 2025
…233924) Closes elastic#231292 ## Summary The AI Assistant page was not taking the full height of the viewport as only the max block size was set. This PR fixes it by defining the height of the page (with respect to the headers in each solution view and classic view). ## Before <img width="1542" height="1161" alt="image" src="https://github.com/user-attachments/assets/0bde604d-0877-41ec-964c-7e9005f1a46d" /> ## After ### Current layout - Classic space <img width="1203" height="1276" alt="image" src="https://github.com/user-attachments/assets/771ddb30-a52b-4b64-80c3-6a4156448632" /> ### Current layout - Obs space <img width="1203" height="1276" alt="image" src="https://github.com/user-attachments/assets/366efff8-2dcc-44ce-a79a-1b7145abebed" /> ### Current layout - Search space <img width="1203" height="1275" alt="image" src="https://github.com/user-attachments/assets/3fc3cc9d-d5d1-4a2e-8bf0-4e7d76f2675d" /> ### New layout - Classic space <img width="1206" height="1274" alt="image" src="https://github.com/user-attachments/assets/b7f25bba-08d4-46a8-b2f9-582555e4220f" /> ### New layout - Obs space <img width="1204" height="1274" alt="image" src="https://github.com/user-attachments/assets/c0efb081-a68e-4982-b14c-f8746239cedd" /> ### New layout - Search space <img width="1201" height="1274" alt="image" src="https://github.com/user-attachments/assets/4e33aa5b-d1a0-4a6d-84c6-93b601101632" /> ## Testing instructions 1. Current layout - Verify that the AI Assistant page takes full height in a classic space, observability space and search space. 2. Add the following to `kibana.dev.yml` to enable the new grid layout ``` feature_flags.overrides: core.chrome.layoutType: 'grid' ``` 3. Refresh Kibana 4. Verify that the AI Assistant page takes full height in a classic space, observability space and search space in the new grid layout as well. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. ### Release notes Fixes the page height of the Observability AI Assistant page
KodeRad
pushed a commit
to KodeRad/kibana
that referenced
this pull request
Sep 15, 2025
…233924) Closes elastic#231292 ## Summary The AI Assistant page was not taking the full height of the viewport as only the max block size was set. This PR fixes it by defining the height of the page (with respect to the headers in each solution view and classic view). ## Before <img width="1542" height="1161" alt="image" src="https://github.com/user-attachments/assets/0bde604d-0877-41ec-964c-7e9005f1a46d" /> ## After ### Current layout - Classic space <img width="1203" height="1276" alt="image" src="https://github.com/user-attachments/assets/771ddb30-a52b-4b64-80c3-6a4156448632" /> ### Current layout - Obs space <img width="1203" height="1276" alt="image" src="https://github.com/user-attachments/assets/366efff8-2dcc-44ce-a79a-1b7145abebed" /> ### Current layout - Search space <img width="1203" height="1275" alt="image" src="https://github.com/user-attachments/assets/3fc3cc9d-d5d1-4a2e-8bf0-4e7d76f2675d" /> ### New layout - Classic space <img width="1206" height="1274" alt="image" src="https://github.com/user-attachments/assets/b7f25bba-08d4-46a8-b2f9-582555e4220f" /> ### New layout - Obs space <img width="1204" height="1274" alt="image" src="https://github.com/user-attachments/assets/c0efb081-a68e-4982-b14c-f8746239cedd" /> ### New layout - Search space <img width="1201" height="1274" alt="image" src="https://github.com/user-attachments/assets/4e33aa5b-d1a0-4a6d-84c6-93b601101632" /> ## Testing instructions 1. Current layout - Verify that the AI Assistant page takes full height in a classic space, observability space and search space. 2. Add the following to `kibana.dev.yml` to enable the new grid layout ``` feature_flags.overrides: core.chrome.layoutType: 'grid' ``` 3. Refresh Kibana 4. Verify that the AI Assistant page takes full height in a classic space, observability space and search space in the new grid layout as well. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. ### Release notes Fixes the page height of the Observability AI Assistant page
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this pull request
Sep 24, 2025
…233924) Closes elastic#231292 ## Summary The AI Assistant page was not taking the full height of the viewport as only the max block size was set. This PR fixes it by defining the height of the page (with respect to the headers in each solution view and classic view). ## Before <img width="1542" height="1161" alt="image" src="https://github.com/user-attachments/assets/0bde604d-0877-41ec-964c-7e9005f1a46d" /> ## After ### Current layout - Classic space <img width="1203" height="1276" alt="image" src="https://github.com/user-attachments/assets/771ddb30-a52b-4b64-80c3-6a4156448632" /> ### Current layout - Obs space <img width="1203" height="1276" alt="image" src="https://github.com/user-attachments/assets/366efff8-2dcc-44ce-a79a-1b7145abebed" /> ### Current layout - Search space <img width="1203" height="1275" alt="image" src="https://github.com/user-attachments/assets/3fc3cc9d-d5d1-4a2e-8bf0-4e7d76f2675d" /> ### New layout - Classic space <img width="1206" height="1274" alt="image" src="https://github.com/user-attachments/assets/b7f25bba-08d4-46a8-b2f9-582555e4220f" /> ### New layout - Obs space <img width="1204" height="1274" alt="image" src="https://github.com/user-attachments/assets/c0efb081-a68e-4982-b14c-f8746239cedd" /> ### New layout - Search space <img width="1201" height="1274" alt="image" src="https://github.com/user-attachments/assets/4e33aa5b-d1a0-4a6d-84c6-93b601101632" /> ## Testing instructions 1. Current layout - Verify that the AI Assistant page takes full height in a classic space, observability space and search space. 2. Add the following to `kibana.dev.yml` to enable the new grid layout ``` feature_flags.overrides: core.chrome.layoutType: 'grid' ``` 3. Refresh Kibana 4. Verify that the AI Assistant page takes full height in a classic space, observability space and search space in the new grid layout as well. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. ### Release notes Fixes the page height of the Observability AI Assistant page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #231292
Summary
The AI Assistant page was not taking the full height of the viewport as only the max block size was set.
This PR fixes it by defining the height of the page (with respect to the headers in each solution view and classic view).
Before
After
Current layout - Classic space
Current layout - Obs space
Current layout - Search space
New layout - Classic space
New layout - Obs space
New layout - Search space
Testing instructions
kibana.dev.ymlto enable the new grid layoutChecklist
release_note:*label is applied per the guidelinesbackport:*labels.Release notes
Fixes the page height of the Observability AI Assistant page