-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Sample app updates for 7.0 #3824
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
Conversation
Since optimizing SwitchPresenter, the delayed loading being in another control's template was causing an issue where the cases weren't available to evaluate when SwitchPresenter was ready. Since we no longer listened to all downstream changes in SwitchPresenter this meant we never evaluated once the parent control was loaded. Added a couple of cases to ensure that once we're fully loaded we can evaluate again to ensure we pick a case. This also covers a case where if somehow the entire collection gets swapped out later. Added some extra checks ahead of the evaluate cases to break out early in case we don't need to update the Visual Tree.
Fix issue with version history display on About page Add Wiki Link Add MVVM Toolkit entry to sample for docs Clean-up ColorPickerPage sample
Thanks michael-hawker for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
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.
The ColorPicker
works great now, looks good to me! 🚀
Remove Custom NavigationView template, it should support everything we need now Remove workaround for WinUI 2.4 bug Add new workaround for another issue...
Have docs in release mode look at live branch of last shipped docs.
Can't add examples back as we haven't rebuilt the Graph Controls library yet.
This should be good to go now? Just need to do some final validation in release mode with the final docs. But think everything else is updated for merging back into the repo, the final part is still manual for me offline. |
Hello @michael-hawker! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Fixes lots
Smorgasbord of changes found or related to updating the Sample App for 7.0 shipping.
TODO