-
Notifications
You must be signed in to change notification settings - Fork 214
feat: Open create index modal with query context CLOUDP-311788 #6904
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
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.
- lgtm once tests and check are green!
// const enableInIndexesGuidanceExp = usePreference('enableIndexesGuidanceExp'); | ||
// const showIndexesGuidanceVariant = | ||
// usePreference('showIndexesGuidanceVariant') && enableInIndexesGuidanceExp; | ||
const enableInIndexesGuidanceExp = true; | ||
const showIndexesGuidanceVariant = 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.
revert this?
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.
oh woops 😓 sloppy commits. removed though!
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!
CLOUDP-311788
Description
query
field to Create Index redux store and redux actionsopen-create-index-modal
events withquery
contextquery
context from store to componentsScreen.Recording.2025-05-07.at.1.51.49.PM.mov
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes