forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution] Preview navigation in document details flyout (el…
…astic#204292) ## Summary This PR enables navigation when an user is viewing an alert/event preview. - To see the new navigation, enable feature flag `newExpandableFlyoutNavigationEnabled` - This PR only covers navigations available in the alert/event preview. Links in host and user flyouts will be done in a separate PR How navigation used to work: - When a document details flyout is open, many sections have nevigation links to open the details panel in the left - However, these navigations were disabled in a preview mode, and user is limited to stay in the original flyout context Preview navigations now available - When the feature flag is on, navigation links is available - For example, an user is on an alert preview, and click on `Entities`, a new flyout will be opened (for the alert context) and the entities details section will be available. **Before** <img width="1483" alt="image" src="https://github.com/user-attachments/assets/a8a21b86-21c1-48d4-ae4e-4ca5b337a2b0" /> **After** <img width="1449" alt="image" src="https://github.com/user-attachments/assets/2db865f3-3a31-440c-bc84-3003928c1f6a" /> https://github.com/user-attachments/assets/ae62b553-1ec9-4663-9ed3-ff20b2355061 ### Checklist - [ ] 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/packages/kbn-i18n/README.md) - [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
- Loading branch information
1 parent
c42bf4a
commit d638475
Showing
35 changed files
with
1,246 additions
and
659 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.