-
Notifications
You must be signed in to change notification settings - Fork 27
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: Responsive markup extension #926
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
5091e2d
to
a241159
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
e1a0b14
to
28eb6bc
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
53cf6d8
to
044e0d1
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
...it.Samples/Uno.Toolkit.Samples.Shared/Content/Helpers/ResponsiveExtensionsSamplePage.xaml.cs
Outdated
Show resolved
Hide resolved
src/Uno.Toolkit.RuntimeTests/Tests/ResponsiveExtensionsTests.cs
Outdated
Show resolved
Hide resolved
src/Uno.Toolkit.RuntimeTests/Tests/ResponsiveExtensionsTests.cs
Outdated
Show resolved
Hide resolved
src/Uno.Toolkit.RuntimeTests/Tests/ResponsiveExtensionsTests.cs
Outdated
Show resolved
Hide resolved
044e0d1
to
8d4a202
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-926.eastus2.azurestaticapps.net |
GitHub Issue (If applicable):
closes https://github.com/unoplatform/uno.chefs/issues/723
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Currently, there is no clean and concise way to handle responsive layouting with XAML. The main way of accomplishing this is through Visual States and AdaptiveTriggers.
What is the new behavior?
This PR introduces a custom markup extension called
ResponsiveExtension
that allows for any property to be dynamically set.PR Checklist
Please check if your PR fulfills the following requirements:
Other information
Internal Issue (If applicable):