Steve Bilogan
Steve Bilogan
Allow Material/Cupertino to be initialized and setup through the Hosting model, similar to the patterns used in Uno.Extensions ```csharp public static IHostBuilder UseMaterial( this IHostBuilder hostBuilder, ResourceDictionary? materialResources, ResourceDictionary? colorPaletteOverrideResources,...
Extension needed to be able to set Badge text on a control Add support for the use of ControlExtensions.Badge on any of the Material control styles where it makes sense
RatingControl v2 style should be migrated from v1
There are currently many areas in Material and Cupertino that are hardcoding references to specific brush resources within the template of the control. Example: The [Disabled VisualState for TextBox](https://github.com/unoplatform/Uno.Themes/blob/4ce64a407a6a8d62ba78574a58ed8c46ec351b2c/src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml#L133-L144) forces...
We currently need to explicitly initialize `MaterialFonts`, `MaterialColors`, and `MaterialResources` within the `App.xaml`. Same goes for Uno.Cupertino. We should be able to have a single point of initialization that would...
We need to add UI tests, starting with the tests that are currently within the [Uno.Gallery Test Project](https://github.com/unoplatform/Uno.Gallery/tree/master/Uno.Gallery/Uno.Gallery.UITest). Add tests for each theme and make sure the tests are run...
Selected Date foreground clashes with the background and appears blank the Current Day should have a Background of Primary color ## Current behavior
https://m3.material.io/components/switch/overview
https://m3.material.io/components/icon-buttons/overview
https://m3.material.io/styles/color/the-color-system/color-roles 