Steve Bilogan

Results 193 issues of 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,...

kind/enhancement

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

kind/enhancement
theme/material

RatingControl v2 style should be migrated from v1

kind/bug
theme/material

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...

kind/enhancement

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...

kind/enhancement

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...

kind/enhancement

Selected Date foreground clashes with the background and appears blank the Current Day should have a Background of Primary color ## Current behavior

kind/bug
theme/material

https://m3.material.io/components/switch/overview

kind/enhancement
theme/material

https://m3.material.io/components/icon-buttons/overview

kind/enhancement
theme/material

https://m3.material.io/styles/color/the-color-system/color-roles ![MicrosoftTeams-image (3)](https://user-images.githubusercontent.com/4793020/171445961-c161eb0b-08e8-4284-9587-0df734547f60.png)

kind/enhancement
theme/material