-
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
[ML] Ensure Anomaly Explorer filter retained on swimlane click #33131
[ML] Ensure Anomaly Explorer filter retained on swimlane click #33131
Conversation
Pinging @elastic/ml-ui |
💔 Build Failed |
💚 Build Succeeded |
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
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.
Tested, and code changes LGTM, but a suggestion for an edit to the 'No influencers' warning text - one for a follow-up probably.
@@ -16,7 +16,6 @@ import { EuiEmptyPrompt } from '@elastic/eui'; | |||
|
|||
export const ExplorerNoInfluencersFound = ({ swimlaneViewByFieldName, showFilterMessage = false }) => ( | |||
<EuiEmptyPrompt | |||
iconType="alert" |
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.
Not specifically related to this PR, but in the case where there are no influencers returned for the selected time and filter, but there are influencer results for the job, I wonder if we should change the warning text to something like No <fieldname> influencers found matching filter
?
💚 Build Succeeded |
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.
Tested latest edits for the 'no influencers' warning text, and all LGTM
…ic#33131) * Remove noInfluencers warning icon. Fix clickOutside console warning * retain filter on overall swimlane cell click * update euiLightTheme var names to fix suggestion style * update tests * update noInfluencers component snapshot * Show no influencers filter message if filter active
… (#33239) * Remove noInfluencers warning icon. Fix clickOutside console warning * retain filter on overall swimlane cell click * update euiLightTheme var names to fix suggestion style * update tests * update noInfluencers component snapshot * Show no influencers filter message if filter active
Summary
Completes the following follow up tasks detailed in #32505
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorialsFor maintainers
- [ ] This was checked for breaking API changes and was labeled appropriately- [ ] This includes a feature addition or change that requires a release note and was labeled appropriately