-
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
[UnifiedDataTable] Add density configuration #188495
Merged
lukasolson
merged 42 commits into
elastic:main
from
lukasolson:unified_data_table_density
Aug 19, 2024
Merged
Changes from 34 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
8e7d5ed
[UnifiedDataTable] Add density configuration
lukasolson 32dc686
Merge branch 'main' into unified_data_table_density
lukasolson 61e9849
Fill out unit tests
lukasolson 6457b74
Update comment text
lukasolson 8e7e1c0
Merge branch 'main' into unified_data_table_density
lukasolson 68d0408
Fix source document view
lukasolson 96c4d65
Use dataGridStyle instead of density
lukasolson 6c10fcd
Merge branch 'main' into unified_data_table_density
lukasolson 9868caf
Fix tests & types
lukasolson 1dc7401
Update snapshots & fix tests
lukasolson 1822c7b
Merge branch 'main' into unified_data_table_density
lukasolson 526781c
Merge branch 'main' into unified_data_table_density
lukasolson a1ba359
Use density key instead of data grid style
lukasolson 185f791
Review feedback
lukasolson 39d0734
Merge branch 'main' into unified_data_table_density
lukasolson b1e456b
Fix references to grid style
lukasolson ae547da
Merge branch 'unified_data_table_density' of github.com:lukasolson/ki…
lukasolson 9158a2e
Fix tests
lukasolson 101d311
Remove .only
lukasolson f249a19
Merge branch 'main' into unified_data_table_density
lukasolson 0ae4b4b
Update test
lukasolson c3af7e2
Merge branch 'unified_data_table_density' of github.com:lukasolson/ki…
lukasolson 3cf607a
Fix test
lukasolson 55ad28f
Add density to saved search config
lukasolson ed0866d
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine c899fe4
[CI] Auto-commit changed files from 'node scripts/jest_integration -u…
kibanamachine bbbbbc3
Merge branch 'main' into unified_data_table_density
lukasolson b54267a
Merge branch 'unified_data_table_density' github.com:lukasolson/kiba…
lukasolson b9e083c
Merge branch 'main' into unified_data_table_density
lukasolson 05e8f68
Fix additional row settings
lukasolson 69a580a
Merge branch 'main' of github.com:elastic/kibana into unified_data_ta…
lukasolson 73f460f
Update jest snapshots
lukasolson c6be703
Merge branch 'main' into unified_data_table_density
lukasolson a28d99a
Merge branch 'main' into unified_data_table_density
bhavyarm 0fd4430
Merge branch 'main' into unified_data_table_density
lukasolson 1c215ef
Review feedback & remove unnecessary state
lukasolson 54f9c02
Merge branch 'unified_data_table_density' of github.com:lukasolson/ki…
lukasolson 371ee20
Remove showDensitySelector prop
lukasolson b6b708a
Workaround for EUI bug
lukasolson c37f61e
Add density functional tests
lukasolson cdb6099
Merge branch 'main' into unified_data_table_density
lukasolson f6baa05
Merge branch 'main' into unified_data_table_density
lukasolson 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
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
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
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
Oops, something went wrong.
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.
This makes me realize we have not been keeping the Unified Data Table docs updated..