-
Notifications
You must be signed in to change notification settings - Fork 569
Scroll behavior component #1107
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
ForLoveOfCats
merged 21 commits into
linebender:master
from
ForLoveOfCats:ScrollComponent
Sep 6, 2020
Merged
Changes from 12 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c305d53
Naive first step to refactor out scroll logic into separate component
ForLoveOfCats b00cdca
Move a bunch of event logic to `scroll_component` from `Scroll`
ForLoveOfCats d4f390e
Add method to coordinate painting with `scroll_component`
ForLoveOfCats a19f58e
Move a bunch of lifecycle logic to `scroll_component` from `Scroll`
ForLoveOfCats b5703a9
Documentation pass on `scroll_component`
ForLoveOfCats 3a230a3
Rename `Scroll` to `AbsoluteScroll` & add scroll functionality to `List`
ForLoveOfCats bab2157
Add ability to change layout axis for `List` with builder fn
ForLoveOfCats 803ab74
Scroll behavior component changelog
ForLoveOfCats 7f6ea8f
Pass `BarHoveredState` by value and add impl Default for ScrollComponent
ForLoveOfCats 47077a9
`ScrollComponent` review changes
ForLoveOfCats 10899f4
Manually merge 'master' into 'ScrollComponent' to fix merge conflicts
ForLoveOfCats 26a9ea5
Add some missing information to `ScrollComponent` documentation
ForLoveOfCats c4f8a32
`ScrollContainer` review take 2
ForLoveOfCats 5f7c985
Changes from #1057
ForLoveOfCats 78b7700
Update ScrollComponent to master & fix conflicts
ForLoveOfCats 49b7928
ScrollComponent clippy
ForLoveOfCats 2c31314
Remove List changes (updated to master) & fix Scroll regression
ForLoveOfCats 83e9f2f
Merge 'master' into ScrollComponent (pls squash me)
ForLoveOfCats 4ba7fc8
Add missing doc comments
ForLoveOfCats 16b5846
Be a bit more careful about event consuming
ForLoveOfCats d027d27
Fix dup changelog entry & doc comment misspelling
ForLoveOfCats 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 |
|---|---|---|
|
|
@@ -11,3 +11,4 @@ Kaiyin Zhong | |
| Kaur Kuut | ||
| Leopold Luley | ||
| Andrey Kabylin | ||
| Garrett Risley | ||
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.
Uh oh!
There was an error while loading. Please reload this page.