Uno.Samples
Uno.Samples copied to clipboard
A collection of code samples for the Uno Platform
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.1.0 to 4.7.3. Release notes Sourced from @openzeppelin/contracts's releases. v4.7.3 :warning: This is a patch for a high severity issue. For more information visit the security advisory....
As per discussion with Matthew and Sasha. https://user-images.githubusercontent.com/20365014/184353704-4dbdc1ea-5733-4ce0-afff-f86c75755bdc.mp4
Adds relevant sample for Xaml Basics writeup [write up](https://platform.uno/blog/xaml-fundamentals-for-web-and-mobile-three-level-list-detail-pattern/) Discussed internally with @sasakrsmanovic and Matthew M.
## Current behavior Hot Reload doesn't work in the [Uno Extensions Commerce Sample App](https://github.com/unoplatform/Uno.Samples/tree/master/reference/Uno.Extensions.Commerce) using Visual Studio latest release and preview release. But Hot Reload does work if we create...
See branch https://github.com/unoplatform/Uno.Samples/tree/dev/xygu/20220705/paginated-feed-listview-2 Run application on WinUI Scroll deals and note that as you scroll additional items are added but then subsequent scrolling doesn't load any more items cc @dr1rrb
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
This PR ports the sample to WinUI 3 as per @sasakrsmanovic's request. ListViewItems should also now alternate their color without hover.
## What is this needed to be done: For CommerceApp lists - [x] Adjust mock data in order to have more items to display - [x] Add pagination + loading...