-
Notifications
You must be signed in to change notification settings - Fork 100
Port Helpers #17
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
Comments
Saw PR called out ThemeListener, is that working now with WindowsAppSDK or still broken there? |
Still broken.. was required for #25 (to detect high contrast changes) so that's why it's brought over. Still needs to be fixed - added it to the list above as a comment. |
For StorageFileHelper, see also CommunityToolkit/Labs-Windows#229 |
Uh oh!
There was an error while loading. Please reload this page.
Combination of 'helper' things from MT.Uwp and MT.Uwp.UI.
For initial port, most important things are:
Don't worry about initially:
Also need to figure out what other 'helper' things we put here from these packages, what's this overall structure/plan look like. Some of these APIs work differently in the WASDK or between packaged/unpackaged apps. If something can work the same in all cases, great let's bring it over. Otherwise, we'll have to see how much work it is to fill the gaps vs. being something completely new. i.e. let's focus on easy wins first for highly used things (like a lot of our controls), and then can tackle other things as we see need for.
The text was updated successfully, but these errors were encountered: