-
Notifications
You must be signed in to change notification settings - Fork 186
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
Add new discover component and children components #6205
Conversation
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.
- The PR is pointing to
master
branch - The file names use snake case and we use kebab case.
plugins/main/public/components/common/doc_viewer/doc_viewer.tsx
Outdated
Show resolved
Hide resolved
plugins/main/public/components/common/doc_viewer/doc_viewer.tsx
Outdated
Show resolved
Hide resolved
plugins/main/public/components/common/hooks/data_grid/data_grid_service.ts
Outdated
Show resolved
Hide resolved
Yes, The PR is pointing to master because is a 4.9.0 feature |
plugins/main/public/components/common/hooks/search_bar/use_search_bar.tsx
Outdated
Show resolved
Hide resolved
plugins/main/public/components/common/wazuh_discover/wz_discover.tsx
Outdated
Show resolved
Hide resolved
plugins/main/public/components/common/wazuh_discover/wz_discover.tsx
Outdated
Show resolved
Hide resolved
plugins/main/public/components/common/wazuh_discover/wz_discover.tsx
Outdated
Show resolved
Hide resolved
plugins/main/public/components/common/wazuh_discover/wz_discover.tsx
Outdated
Show resolved
Hide resolved
plugins/main/public/components/common/wazuh_discover/wz_discover.tsx
Outdated
Show resolved
Hide resolved
plugins/main/public/components/common/wazuh_discover/config/chart.ts
Outdated
Show resolved
Hide resolved
plugins/main/public/components/common/hooks/data_grid/data_grid_service.ts
Outdated
Show resolved
Hide resolved
@lucianogorza, Replaced file name convention to kebab-case in 3784f94 commit |
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.
LGTM
|
|
|
Description
Add all components necessary to compose the new discover component and make it available for reusability
Testing
This PR only makes available discover components in
public/components/common folder
.Closes #6197
Check List
yarn test:jest