uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

Libraries to ease common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform or WinAppSDK.

Results 272 uno.extensions issues
Sort by recently updated
recently updated
newest added

GitHub Issue (If applicable): closes #2298 ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the current behavior? Unpublished documention regarding...

kind/documentation

## Current behavior Windows: ![image](https://github.com/unoplatform/uno.extensions/assets/70542961/9f9beea4-fd67-4b14-99ef-3140d0047a72) The FontFamily for the page level FontIcon is Material (a custom font): ![image](https://github.com/unoplatform/uno.extensions/assets/70542961/f0fd80b5-473d-45ca-b728-e04aa8bf8dc6) The FontFamily for the FeedView's template level FontIcon is the default, Segoe...

kind/bug
triage/untriaged

## What would you like to be added: All operator (like `State.ForEachAsync` and `State.Observe`) should be fluent friendly so we don't have to declare them in ctor. ## Why is...

kind/enhancement
triage/untriaged

## Current behavior `IHostEnvironment.ApplicationName` is `null` and `UnoHostEnvironment` is not injected as `IHostEnvironment` ## Expected behavior `IHostEnvironment.ApplicationName` is assembly name and `UnoHostEnvironment` is injected as `IHostEnvironment` ## How to reproduce...

kind/bug
triage/untriaged

GitHub Issue (If applicable): closes #1606 Related PR: https://github.com/unoplatform/uno/pull/17291 ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the new behavior?...

kind/documentation

## Current behavior ## Expected behavior As Uno Platform uses generic host it is expected to respect its lifetime management. However `IHostApplicationLifetime.StopApplication()` does not quit the app but opens and...

kind/bug
triage/untriaged

GitHub Issue (If applicable): closes # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? NOTE, IMPORTANT and TIP boxes repeting among...

Given the following Model and Entity: ```cs public partial record MainModel { private INavigator _navigator; public MainModel( INavigator navigator) { _navigator = navigator; Title = "Main"; } public string? Title...

kind/bug
triage/untriaged
area/mvux

# WIP GitHub Issue (If applicable): closes #1679 ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the current behavior? ##...

kind/documentation

GitHub Issue (If applicable): closes #1664 ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the current behavior? ## What is...

kind/documentation