Andrew KeepCoding

Results 30 issues of Andrew KeepCoding

## Description Closes #1544. This PR will enable searching icons based on tags on the Iconography page. Icon tags are assigned on the IconsData.json file. ## Motivation and Context The...

## What would you like to be added: A copy button for each resource in the Typography sample page. ![image](https://github.com/unoplatform/Uno.Gallery/assets/80524586/363d3e99-d5fc-474b-aabc-7f5a93b52c85) ## Why is this needed: It makes easier to copy...

kind/consumer-experience
kind/enhancement
triage/untriaged

### Describe the bug Hi @HavenDV! I get the following error by just installing H.OxyPlot.Uno NuGet package on an Uno v5 project. Project "D:\Andrew\.nuget\packages\uno.ui\4.4.13\buildTransitive\net6.0-android30.0\Uno.UI.SourceGenerators.props" was not imported by "D:\Andrew\.nuget\packages\uno.ui\4.4.13\buildTransitive\net6.0-android30.0\uno.winui.common.targets" at...

bug

## Description Shows the base classes of each control/element. ## Motivation and Context This will help devs understand the inheritance structure of WinUI controls/elements. ## How Has This Been Tested?...

- It will be referenced if a key is not found in the current language **Resources.resw**. - It could be located directly in the **Strings** folder.

enhancement

### Describe the bug This code: ```xaml ``` will render: ![Image](https://github.com/user-attachments/assets/ecce7ebd-1476-41ca-93a0-f9153ebbab31) ### Steps to reproduce Use the code above. ### Expected behavior `ContentTemplate` is applied only to the `Content`. ![Image](https://github.com/user-attachments/assets/eb031c57-8b5d-46cd-ac15-b3cde02c2a29)...

### Which version of the app? WinUI 3 Gallery ### Description Steps to reproduce the exception: 1. Run the app on `Debug` mode. 2. Go to the `Multiple windows` page....

bug

## Fixes Fixes #726 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? With the `DefaultSegmentedStyle`, `SegmentedItem` is not rendered...

Added a conditional check to prevent the last item in the WrapPanel from stretching when the parent measure's width is infinite. ## Fixes Fixes #703 and #297 ## PR Type...