Xiaotian Gu

Results 168 comments of Xiaotian Gu

task includes: - [x] confirm the new opacities - [x] update the opacities & regenerate brushes in code - [x] regenerate docs, c#markup (if present) - [ ] review impact...

@NVLudwig Iury is saying the direction of shadow cast is different between: - figma: // direction: straight down ![image](https://github.com/unoplatform/Uno.Themes/assets/2359550/9e1fa076-d072-4e28-93b7-f5368dd9f008) - and, the preview result (uno.material implementation): // direction: diagonal bottom-right...

v2.2.0 is 9months old can you check if the issue is still present in the recent versions? - stable: [2.5.3](https://www.nuget.org/packages/Uno.Material/2.5.3) - latest: [2.6.0-dev.14](https://www.nuget.org/packages/Uno.Material/2.6.0-dev.14)

saving top comment

we will need 3 icons: - Leading Icon,Command,Is{0}Visible + {0}}Command: customizable via attached-dp - delete button: not-customizable & hidden from developer ^ you will manage this with visual-states:"ButtonVisible|ButtonCollapsed" (https://github.com/unoplatform/uno/blob/master/src/Uno.UI/UI/Xaml/Controls/TextBox/TextBox.cs#L865-L881) ^...

> Could we maybe support having a collection of Trailing Icons? like ControlExtensions.TrailingIcons and some sort of way of setting an icon and a command for each one? it would...

that wont be bindable, without a custom converter IsVisible is much needed

to be replaced by #1369

not sure why it isnt update with the design perhaps partial corner-radius was not supported then? or not properly supported

@kazo0 would the proper implementation of lightweight styling enable us to achieve this? CC @agneszitte