-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[fleet] fix overlay in integrations on mobile #215312
[fleet] fix overlay in integrations on mobile #215312
Conversation
Pinging @elastic/fleet (Team:Fleet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and worked as expected 🚀
💚 Build Succeeded
Metrics [docs]Async chunks
|
Starting backport for target branches: 9.0 https://github.com/elastic/kibana/actions/runs/13977089988 |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary This PR resolves [Integrations overlay mobile-view](elastic#214146) issue. (cherry picked from commit b39b8c4) # Conflicts: # x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx
# Backport This will backport the following commits from `main` to `9.0`: - [[fleet] fix overlay in integrations on mobile (#215312)](#215312) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Paulina Shakirova","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-03-20T18:50:12Z","message":"[fleet] fix overlay in integrations on mobile (#215312)\n\n## Summary\n\nThis PR resolves [Integrations overlay\nmobile-view](#214146) issue.","sha":"b39b8c4591609380719cf4f7ae6f2224b9a9c9fa","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport missing","Team:Fleet","backport:prev-minor","v9.1.0"],"title":"[fleet] fix overlay in integrations on mobile","number":215312,"url":"https://github.com/elastic/kibana/pull/215312","mergeCommit":{"message":"[fleet] fix overlay in integrations on mobile (#215312)\n\n## Summary\n\nThis PR resolves [Integrations overlay\nmobile-view](#214146) issue.","sha":"b39b8c4591609380719cf4f7ae6f2224b9a9c9fa"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215312","number":215312,"mergeCommit":{"message":"[fleet] fix overlay in integrations on mobile (#215312)\n\n## Summary\n\nThis PR resolves [Integrations overlay\nmobile-view](#214146) issue.","sha":"b39b8c4591609380719cf4f7ae6f2224b9a9c9fa"}}]}] BACKPORT-->
## Summary This PR resolves [Integrations overlay mobile-view](elastic#214146) issue.
Summary
This PR resolves Integrations overlay mobile-view issue.
Before:
Screen.Recording.2025-03-07.at.17.22.05.mov
After:
Screen.Recording.2025-03-20.at.12.00.31.mov