[Security Solution] expanded flyout#150240
Conversation
|
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
fa68b74 to
f15b27c
Compare
lgestc
left a comment
There was a problem hiding this comment.
LGTM, I've added some suggestions though
|
|
||
| import { i18n } from '@kbn/i18n'; | ||
|
|
||
| export const BACK_BUTTON = i18n.translate('expandableFlyout.previewSection.backButton', { |
There was a problem hiding this comment.
this is some cool approach right there. 😎
packages/kbn-expandable-flyout/src/components/preview_section.tsx
Outdated
Show resolved
Hide resolved
b36d1d7 to
65522b1
Compare
|
@michaelolo24 I reverted the add test data commit to make sure the review is being done only on the important files, and also have the CI run on what matters. For testing purposes we can just reset the branch to right before the last commit and get the test data back, or cherry pick the second commit! |
d67a1ac to
b4f033f
Compare
b4f033f to
f887a0f
Compare
| </EuiThemeProvider> | ||
| </KibanaPageTemplate.BottomBar> | ||
| )} | ||
| <ExpandableFlyout registeredPanels={[]} onClose={() => {}} /> |
michaelolo24
left a comment
There was a problem hiding this comment.
Sorry, it took so long to get back to this. The changes look great. Thanks for breaking it apart like this, LGTM! 💪🏾
- feature flag in security_solution plugin - new kbn-expandable-flyout package - skeleton of the expanded flyout with left, right and preview panels
f887a0f to
324909f
Compare
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
Summary
This PR is the first of many implementing a new expanded flyout.
Mocks can be found here.
This first part was based on some preliminary work done by @michaelolo24 and can be seen in this draft PR.
Here's what's included in this PR:
securityFlyoutEnabledfeature flag while we're working on the expanded flyout over multiple PRsTODO
How to test
xpack.securitySolution.enableExperimental: ['securityFlyoutEnabled']to thekibana.jsonfileScreen.Recording.2023-02-01.at.5.10.45.PM.mov
https://github.com/elastic/security-team/issues/6064
Notes
Thoughts
What's next?