-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: add resource override path extensions #1243
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1243.eastus2.azurestaticapps.net |
baedf77
to
39e4dcc
Compare
39e4dcc
to
4058c39
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1243.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1243.eastus2.azurestaticapps.net |
I'm not sure if additional documentation is needed? Maybe in lightweight styling? I added a sentence in the lightweight syling documentation, but I don't know if it's enough. |
4058c39
to
6bd6fd1
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1243.eastus2.azurestaticapps.net |
<CheckBox Content="Overridden checkbox style" | ||
Style="{StaticResource MaterialCheckBoxStyle}" | ||
um:ControlExtensions.ResourceOverridePath="ms-appx:///ControlResourcesOverride/CheckBox.xaml" /> |
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.
This should be used as more of a Setter attached property on a Style like here https://github.com/unoplatform/Uno.Themes/issues/1116#issuecomment-1759885473
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1243.eastus2.azurestaticapps.net |
GitHub Issue: unoplatform/uno.toolkit.ui#870
PR Type
What kind of change does this PR introduce?
Description
Added an extension that allows a control to be linked to a resource dictionary so that you can apply lightweight styling more easily
PR Checklist
Please check if your PR fulfills the following requirements:
Other information
Internal Issue (If applicable):