-
Notifications
You must be signed in to change notification settings - Fork 6
feat(ListBox): select all #735
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c59405b
feat(ListBox): support for all value
tenphi 5d8bca7
feat(ListBox): select all
tenphi 212d5a1
fix(Button): layout
tenphi 5ce5472
fix(ListBox): select all issue
tenphi aa1432a
chore(ListBox): add tests
tenphi 996e4d3
fix(FilterPicker): initial state inconsistency
tenphi 2d0f978
fix(ListBox): improved select all behavior
tenphi a3b9e2e
chore: linting
tenphi 1263bbd
fix(ListBox): select all behavior
tenphi 7a32e44
fix(FilterPicker): story
tenphi 39ab37c
fix(ListBox): minor fixes
tenphi d4f87e6
chore: increase the size limit
tenphi f2aa1e0
fix(Button): icon position
tenphi 5b869a1
fix(Button): icon position * 2
tenphi ff03f7e
fix(FilterListBox): support for items prop
tenphi cc0c552
chore(FilterPicker): update documentation
tenphi 0e9466a
fix(Menu): styles after button update
tenphi 47d903f
chore(FilterPicker): remove custom trigger styles story
tenphi d134a82
fix(Button): single-icon mod
tenphi 36661aa
fix(Button): text overflow ellipsis with icons
tenphi 76c2820
refactor(Select): improve button styles usage
tenphi 0a86e06
fix(Button): layout
tenphi 664ee58
fix(FilterPicker): layout and rightIcon pass
tenphi 770c843
fix(FilterPicker): typing
tenphi 40cf970
fix(ListBox): prop types
tenphi 3be0dc3
fix(FilterPicker): type issues
tenphi be2ca69
fix(Button): layout styles
tenphi be753ce
fix(FilterListBox): custom value with all keys
tenphi a2e5b44
fix(Button): children rendering
tenphi 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 hidden or 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cube-dev/ui-kit": patch | ||
--- | ||
|
||
Fix flipping of popover in FilterPicker if it's already open. |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cube-dev/ui-kit": patch | ||
--- | ||
|
||
Improved Button layout. |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cube-dev/ui-kit": patch | ||
--- | ||
|
||
Improved FilterPicker layout with additional wrapper for consistency. |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cube-dev/ui-kit": patch | ||
--- | ||
|
||
Fix initial state inconsistency in FilterPicker. |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cube-dev/ui-kit": patch | ||
--- | ||
|
||
Overflow text ellipsis in Buttons with icons by default. |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cube-dev/ui-kit": patch | ||
--- | ||
|
||
Add `showSelectAll` and `selectAllLabel` options for ListBox, FilterListBox, and FilterPicker to add "Select All" option. The label can be customized. |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.