kibana/x-pack/packages/security-solution
Andrew Macri 0fda51d5cd
[Security Solution] Elastic Security Assistant fixes (#159054)
- Changes the `New chat` button text from `New chat` to `Chat`, because a new chat context is not created if an existing chat is in progress
- Updates the Data Quality dashboard user prompt to remove references to API requests
- Fixes an issue where user prompts were not filtered by category
2023-06-05 14:06:18 -07:00
..
data_table
ecs_data_quality_dashboard [Security Solution] Elastic Security Assistant fixes (#159054) 2023-06-05 14:06:18 -07:00
side_nav [8.8] [Defend Workflows][Bug] Case flyout z-index (#153219) (#156505) 2023-05-03 08:31:46 -07:00
storybook/config
README.mdx

## Security Solution package

This package compiles components used by Security Solution

### Lazy by default

All components are exported to be lazily-loaded with a default `React.Suspense` default most appropriate to its nature.

If a page needs to alter the `React.Suspense` behavior, (e.g. a different "loading" component), one can import the `Lazy[ComponentName]` version and surround it with a custom `React.Suspense` component.