uno.extensions
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.
`Feed`, `Feed`, `Feed`, `Feed`, should be automatically exposed as BindableCollection
Generate implicit cast of `Bindable` to `TRecord?` and `BindableListFeed` to `IImmutableList`
example for a view model-class that properties of type `IState/IFeed/IListFeed` normally a bindable version of this vm would be generated by `Uno.Extensions.Reactive.Generator` however, if the said vm class doesnt have...
## What would you like to be added: Two scenarios for passing data into a viewmodel: - you have an entity of T, so the entity gets sent during navigation...
## What would you like to be added: Forward the INotifyPropertyChanges raised by VM to the BindableVM ## Why is this needed: BindableVM re-expose public properties from the VM, if...
## What would you like to be added: Unified way to handle exception in commands ## Why is this needed: * Validation * Navigation? ## For which Platform: - [x]...
## Current behavior The app takes a delay to show spinner. ## Expected behavior The app should show the spinner like every element on the page, i.e. The spinner should...
There are a couple of different scenarios for when there's flickering and/or splashscreen showing around the use of login pages Typical application structure: - Login - Home - - NavigationView...
## What would you like to be added: A way to configure smoother transitions on navigation. Especially on section navigation. ## Why is this needed: It looks ugly at times....