Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ES|QL] Vertical align expand icon in history component #207042

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

stratoula
Copy link
Contributor

@stratoula stratoula commented Jan 17, 2025

Summary

Closes #204072

Aligns in top the expandable icon in the history component

image

It also fixes a small bug. When the query was expanded and the user resized the window, the icon was vanished.

@stratoula stratoula added v9.0.0 Feature:ES|QL ES|QL related features in Kibana Team:ESQL ES|QL related features in Kibana v8.18.0 backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes labels Jan 17, 2025
@stratoula stratoula marked this pull request as ready for review January 17, 2025 09:42
@stratoula stratoula requested a review from a team as a code owner January 17, 2025 09:42
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
esql 214.6KB 214.7KB +88.0B

History

@stratoula stratoula merged commit 4a6891f into elastic:main Jan 21, 2025
9 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/12883616241

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 21, 2025
## Summary

Closes elastic#204072

Aligns in top the expandable icon in the history component

<img width="1675" alt="image"
src="https://github.com/user-attachments/assets/0a2a98ae-759f-408e-9a30-dd0c7f884153"
/>

It also fixes a small bug. When the query was expanded and the user
resized the window, the icon was vanished.

(cherry picked from commit 4a6891f)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jan 21, 2025
… (#207301)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ES|QL] Vertical align expand icon in history component
(#207042)](#207042)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Stratoula
Kalafateli","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-21T09:10:47Z","message":"[ES|QL]
Vertical align expand icon in history component (#207042)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/204072\r\n\r\nAligns in top the
expandable icon in the history component\r\n\r\n<img width=\"1675\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/0a2a98ae-759f-408e-9a30-dd0c7f884153\"\r\n/>\r\n\r\n\r\nIt
also fixes a small bug. When the query was expanded and the
user\r\nresized the window, the icon was
vanished.","sha":"4a6891ff9f896d49a9eb6816e075cfdb0cfa17e7","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Feature:ES|QL","Team:ESQL","backport:version","v8.18.0"],"title":"[ES|QL]
Vertical align expand icon in history
component","number":207042,"url":"https://github.com/elastic/kibana/pull/207042","mergeCommit":{"message":"[ES|QL]
Vertical align expand icon in history component (#207042)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/204072\r\n\r\nAligns in top the
expandable icon in the history component\r\n\r\n<img width=\"1675\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/0a2a98ae-759f-408e-9a30-dd0c7f884153\"\r\n/>\r\n\r\n\r\nIt
also fixes a small bug. When the query was expanded and the
user\r\nresized the window, the icon was
vanished.","sha":"4a6891ff9f896d49a9eb6816e075cfdb0cfa17e7"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/207042","number":207042,"mergeCommit":{"message":"[ES|QL]
Vertical align expand icon in history component (#207042)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/204072\r\n\r\nAligns in top the
expandable icon in the history component\r\n\r\n<img width=\"1675\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/0a2a98ae-759f-408e-9a30-dd0c7f884153\"\r\n/>\r\n\r\n\r\nIt
also fixes a small bug. When the query was expanded and the
user\r\nresized the window, the icon was
vanished.","sha":"4a6891ff9f896d49a9eb6816e075cfdb0cfa17e7"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Stratoula Kalafateli <[email protected]>
cqliu1 pushed a commit to cqliu1/kibana that referenced this pull request Jan 21, 2025
## Summary

Closes elastic#204072

Aligns in top the expandable icon in the history component

<img width="1675" alt="image"
src="https://github.com/user-attachments/assets/0a2a98ae-759f-408e-9a30-dd0c7f884153"
/>


It also fixes a small bug. When the query was expanded and the user
resized the window, the icon was vanished.
viduni94 pushed a commit to viduni94/kibana that referenced this pull request Jan 23, 2025
## Summary

Closes elastic#204072

Aligns in top the expandable icon in the history component

<img width="1675" alt="image"
src="https://github.com/user-attachments/assets/0a2a98ae-759f-408e-9a30-dd0c7f884153"
/>


It also fixes a small bug. When the query was expanded and the user
resized the window, the icon was vanished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:version Backport to applied version labels Feature:ES|QL ES|QL related features in Kibana release_note:skip Skip the PR/issue when compiling release notes Team:ESQL ES|QL related features in Kibana v8.18.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ES|QL][Editor] Align expand icon of the Recent tab vertically aligned on top
4 participants