Skip to content
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

Abstract internal Content Container from Scroll Container #5

Merged
merged 16 commits into from
May 27, 2024
Merged

Conversation

azimgd
Copy link
Owner

@azimgd azimgd commented May 27, 2024

Rewrote ShadowListScrollContainer to improve its behavior with inverted lists. Before, we had a ScrollContainer and an ItemContainer. To fix the issues, I added a new middle layer called ContentContainer. This structure works better with inverted lists and makes the ScrollContainer and ScrollContent more modular.

ScrollContainer → ContentContainer → ItemContainer

@azimgd azimgd merged commit a3b2e73 into main May 27, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant