[8.18] [Security Solution][Expandable flyout] show last open in the history (#210286)#211669
Merged
PhilippeOberti merged 1 commit intoelastic:8.18from Feb 19, 2025
Merged
Conversation
…lastic#210286) ## Summary This PR makes a small UI addition to the expandable flyout package history functionality [merged not long ago](elastic#184970). We are snow saving the time at which a panel was opened, along side the panel's information. This allows us to show when previous flyout panels were opened, making it users easier for users to know which host/user/network/alerts/event document they recently looked at. The primary logic change happens in the expandable flyout package. Most of the other code changes are in Security Solution unit tests. #### Before  #### After  You'll notice in the screenshot above that another small improvement was added: we're limiting the width of the text rendered and show an ellipsis. This will prevent really long texts to have the popover really wide or to be rendered over multiple lines ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [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 (cherry picked from commit dd471d1) # Conflicts: # x-pack/solutions/security/plugins/security_solution/public/flyout/entity_details/host_right/index.test.tsx # x-pack/solutions/security/plugins/security_solution/public/flyout/entity_details/service_right/index.test.tsx # x-pack/solutions/security/plugins/security_solution/public/flyout/entity_details/user_right/index.test.tsx
3 tasks
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
|
christineweng
approved these changes
Feb 19, 2025
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.
Backport
This will backport the following commits from
mainto8.18:Questions ?
Please refer to the Backport tool documentation