-
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][UX]: Consistent Layout and UI Enhancements for ML Pages #203813
Merged
+447
−260
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
6a0d029
anomaly timeline use eui button for add to actions popover
rbrtj 28d27b0
timeseries explorer controls layout update
rbrtj 924c396
log rate analysis use eui button for add to actions popover
rbrtj a3b2030
log rate analysis use eui button for add to actions popover & auto sa…
rbrtj 02aa1f3
remove unused import
rbrtj 3ae73e8
change point detection use eui button for add to actions popover
rbrtj 0e0f1de
update button colors to text
rbrtj 9960e5c
single metric viewer embeddable color
rbrtj a0bb316
update buttons to button icon with boxes horizontal icon
rbrtj 18fe658
use size s as default size for add to button
rbrtj 9142f10
keep consistent spaces between controls around ml pages
rbrtj a0bea28
fix overflowing date picker inside various ml pages
rbrtj 9aa70f6
fix data visualizer layout
rbrtj 63c3193
update toasts
rbrtj 4db66c5
Merge remote-tracking branch 'upstream/main' into ml-add-to-action-ui…
rbrtj 24eaf3d
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine e9108d6
update anomaly panel menu button
rbrtj 4c193b7
add icons for attachements actions
rbrtj 7f408c6
internationalization for cases toast messages && plural for anomaly c…
rbrtj cd56f03
timeseriesexplorer detector dropdown min width && wrap controls
rbrtj dfd2494
Merge remote-tracking branch 'upstream/main' into ml-add-to-action-ui…
rbrtj 847d00e
different message for change point table and chart attachments && plu…
rbrtj d73ab5d
revert accidentaly removed comment
rbrtj 7f47fad
rename titles variable to cases_toast_messages_titles
rbrtj e679f8e
data visualizer view revert time range selector id
rbrtj c9bf590
update cases functional tests to respect new toast title
rbrtj 1368a37
update more tests to respect new toast title
rbrtj f54f968
Merge branch 'main' into ml-add-to-action-ui-update
rbrtj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading status checks…
fix overflowing date picker inside various ml pages
commit a0bea28864bf0c3c1df06a4ba5bc65ac4a813916
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Looks like you accidentaly removed the comment for the next prop and not
flexGroup
.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.
Good catch, done in: #d73ab5d