-
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
[Discover] Add field types in-product help #126657
Merged
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
9098107
added base popover
andreadelrio 1fc6acd
add field types popover
andreadelrio 57db5f6
Merge branch 'main' into field-types-help
kibanamachine 750d2fb
replace callout
andreadelrio f8c49ce
Merge branch 'field-types-help' of https://github.com/andreadelrio/ki…
andreadelrio bea575b
fix anchor
andreadelrio 1038e96
use another euifilterbutton
andreadelrio 5cf6f73
clean up table and add more field types
andreadelrio 8e924c4
Merge branch 'main' into field-types-help
kibanamachine 38642cd
[Discover] add pagination
dimaanj 892702c
Merge pull request #4 from Dmitriynj/field-types-help
andreadelrio 69541c3
[Discover] show field types which are present in current data view, s…
dimaanj 4be422a
Merge pull request #5 from Dmitriynj/field-types-help
andreadelrio 13f3310
renaming
andreadelrio dc11636
more progress
andreadelrio 7b998ed
remove _source
andreadelrio 6a8e518
fix mobile view
andreadelrio 0dd77a4
update icon
andreadelrio ef05603
Merge branch 'main' into field-types-help
dimaanj 71c38d8
[Discover] improve unit tests
dimaanj 0faad6d
Merge pull request #6 from Dmitriynj/field-types-help
andreadelrio 36a9dae
Merge branch 'main' into field-types-help
kibanamachine 33e1507
Scrolling instead of pagination
66ced34
Merge pull request #7 from cchaos/field-types-help
andreadelrio 1435c12
i18n feedback
andreadelrio 0f97f0b
cleanup
andreadelrio 1fb3afb
Update src/plugins/discover/public/application/main/components/sideba…
andreadelrio 24dfdba
Merge branch 'main' into field-types-help
kibanamachine ea7cdd2
Update discover_field_search.tsx
kertal df5dfac
add missing links
andreadelrio e24a184
fix conflic
andreadelrio 17b25b8
Merge branch 'main' into field-types-help
kibanamachine 58c07f7
Merge branch 'main' into field-types-help
kibanamachine 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
remove _source
- Loading branch information
commit 7b998edcb90b4509d08ef6646b2c202e4e5a6c5f
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
|
||
.dscFieldTypesHelp__popover { | ||
flex-grow: 0; | ||
} | ||
min-width: 0 !important; // Reduce width of icon-only button | ||
} |
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.
i18n