-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: add virtualization to S2 combobox and picker #8110
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
44 commits
Select commit
Hold shift + click to select a range
27260f4
set overflow to visible on ListLayout
yihuiliao f8b1745
add separator height to list layout
yihuiliao b272469
change css for picker and combobox
yihuiliao 7a2877c
Merge branch 'main' into s2-combobox-picker-virtualizer
yihuiliao 5c423d4
fix separator height
yihuiliao fdf423f
fix picker's separator
yihuiliao 711dff6
cleanup
yihuiliao 286d8b8
Merge branch 'main' into s2-combobox-picker-virtualizer
yihuiliao 0938fb9
update yarn lock
yihuiliao 5fc224f
fix lint
yihuiliao 18c65b2
remove workflow dependency
yihuiliao 85b7edb
remove style from s1 theme oops
yihuiliao 7f57506
fix lint
yihuiliao d493fc4
picker fixes
yihuiliao a69a794
picker cleanup
yihuiliao 4523888
fix lint
yihuiliao 3052001
fix line height in header
yihuiliao 7f062b8
fix lint?
yihuiliao 0c3a3b4
Merge branch 'main' into s2-combobox-picker-virtualizer
yihuiliao 85440fc
update grid areas and fix edgeToText
yihuiliao 48caf94
Merge branch 'main' into s2-combobox-picker-virtualizer
yihuiliao 379fba7
fix install?
yihuiliao 160e9a0
fix sizes
yihuiliao fac1920
fix lint
yihuiliao 77b4b62
fix delay when opening many items S2 select
LFDanLu 1bbd69c
sorta get selected item to scroll into view virtualized
yihuiliao bebc44b
fix tests
yihuiliao 9976091
cleanup fix lint
yihuiliao 9c51d0d
more cleanup
yihuiliao ebba44e
Merge branch 'main' into select-scrollview
yihuiliao cb52f58
fix overflow on windows potentially...
yihuiliao 112df59
Merge branch 'select-scrollview' of https://github.com/adobe/react-sp…
yihuiliao 3cbb286
fix s2 picker scroll selected item into view
yihuiliao 923e260
fix lint
yihuiliao 01ead63
update yarn lock
yihuiliao 3ae8f29
remove comment
yihuiliao dd0a3f7
review follow-up
yihuiliao c5ddd4d
fix v3 picker selection and fix tests
yihuiliao 08437c7
simplify separator
yihuiliao 2ba7e3d
fix lint
yihuiliao cabcf11
Merge branch 'main' into s2-combobox-picker-virtualizer
yihuiliao 6b45081
fix css according to theme update
yihuiliao ad58e65
consolidate some of the css
yihuiliao 176868a
clean up raf
yihuiliao 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
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
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.
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.
is this going to be problematic for users of v3 in their own tests?
will we need to call out in release?
Uh oh!
There was an error while loading. Please reload this page.
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.
Probably something we'd like to call out but we also we have this section in are docs where we do mock the scrollHeight for virtualized components
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.
just my 2 cents, would be good to call out in the release notes. Just spent some time trying to figure out why one of my Picker tests were failing and it turned out it also needed this scrollHeight mock lol