-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Cases] Fix add Lens markdown plugin UX #109178
[Cases] Fix add Lens markdown plugin UX #109178
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.
Changes in designs LGTM. Thanks! (Design changes issue #19021)
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.
Works like a dream! Great work here @patrykkopycinski
I would like to see tests for use_lens_button_toggle.ts
, doesn't have to be in this PR but. please definitely follow up on it! thanks!! LGTM 🚀
@elasticmachine merge upstream |
💔 Backport failed
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
@@ -10,7 +10,7 @@ import { schema, TypeOf } from '@kbn/config-schema'; | |||
export const ConfigSchema = schema.object({ | |||
enabled: schema.boolean({ defaultValue: true }), | |||
markdownPlugins: schema.object({ | |||
lens: schema.boolean({ defaultValue: false }), | |||
lens: schema.boolean({ defaultValue: true }), |
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.
Just wanted to double check that we're intentionally turning this feature on by default?
Co-authored-by: Patryk Kopyciński <[email protected]>
# Conflicts: # package.json
Pinging @elastic/security-solution (Team: SecuritySolution) |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
Summary
Follow up to #96703
Design followup issue: #109121