Graeme
Graeme
[Blazing.Mvvm](https://github.com/gragra33/Blazing.Mvvm) - Mvvm Blazor using CommunityToolkit.Mvvm with built-in Navigation by ViewModel support
I have ported the Xamarin project to a Blazor project with minimal changes. Project can be found here: [gragra33 / MvvmSampleBlazor](https://github.com/gragra33/MvvmSampleBlazor)
There is an easy fix for this, we need to add a 'User-Agent' header, something like below: ```csharp public interface IRedditService { /// /// Get a list of posts from...
Added IDisposable implementation to HorizontalSliderPanel and VerticalSliderPanel to properly clean up parent panel references when components are destroyed during conditional rendering, fixing the bug where nested panels would alternately disappear...
Created a bugfix pr: [Fixed visibility toggling of a horizontal or vertical panel #32](https://github.com/carlfranklin/BlazorSliders/pull/32)