-
Notifications
You must be signed in to change notification settings - Fork 401
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
Implementation of LazyView + Sample + Unit Tests #1102
Conversation
samples/CommunityToolkit.Maui.Sample/ViewModels/Views/ViewsGalleryViewModel.cs
Outdated
Show resolved
Hide resolved
src/CommunityToolkit.Maui/Views/LazyView/BaseLazyView.shared.cs
Outdated
Show resolved
Hide resolved
src/CommunityToolkit.Maui.UnitTests/Views/LazyView/LazyViewTests.cs
Outdated
Show resolved
Hide resolved
…leryViewModel.cs Nice catch - 🤦 Co-authored-by: Vladislav Antonyuk <33021114+VladislavAntonyuk@users.noreply.github.com>
Co-authored-by: Vladislav Antonyuk <33021114+VladislavAntonyuk@users.noreply.github.com>
Thanks Kym!! I've added the
pending documentation
Just FYI - I made a couple tweaks:
I also fixed the namespace for |
@kphillpotts Great work on this! Did you want any help with the docs writing? |
I'll give them a shot myself to check I have correct permissions and processes - mostly they will be moved from XCT anyway. But I'll reach out if I have questions. Thanks! |
Added the Docs PR so I think we're good to go with this one? |
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.
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 the one minor thing, otherwise merge away!
Description of Change
This pull request migrates LazyView from XCT, along with unit tests and page in the Sample App
Linked Issues
PR Checklist
approved
(bug) orChampioned
(feature/proposal)main
at time of PRAdditional information