-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fixed animation sample links and icons #3827
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
Fixed animation sample links and icons #3827
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
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.
Thanks Sergio0694 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 🙌 |
"About": "Activity chaining Actions from the Behaviors package into an Animation schedule.", | ||
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Behaviors/Animations", | ||
"CodeFile": "/SamplePages/Animations/Activities/InvokeActionsActivityCode.bind", | ||
"XamlCodeFile": "/SamplePages/Animations/Activities/InvokeActionsActivity.bind", | ||
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/Fade.md" | ||
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/AnimationSet.md" | ||
}, | ||
{ | ||
"Name": "Fade", |
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 fade and other behavior animations docs are out-dated and redirect, eh? So we should just point directly to the redirected recommended doc so that it'll appear in the Sample App alongside the sample?
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.
Ah, right, fixed in 7a0fda9 🙂
Thanks @Sergio0694! I'm just going to merge this directly into my branch for my own tracking here: #3824. |
Follow up for #3824
PR Type
What kind of change does this PR introduce?
What is the current behavior?
No images for some animation samples, and broken links.
What is the new behavior?
Fixed the issues above.
PR Checklist
Please check if your PR fulfills the following requirements:
Pull Request has been submitted to the documentation repository instructions. Link: