Meinrad Recheis

Results 619 comments of Meinrad Recheis

I can confirm that the build script builds the test projects fine on windows

Works well, tried InteractiveAuto. This has nothing to do with this PR, but I noticed that for small screen sizes the Menu disappears entirely. ![image](https://github.com/MudBlazor/Templates/assets/44090/4eaceb1d-6144-4be4-a0bf-34e65b3f454e)

In InteractivityAuto_AllInteractive it shows the burger menu which eventually works after a delay of 10 seconds or so ![image](https://github.com/MudBlazor/Templates/assets/44090/00e6cccd-f52e-4734-887e-a51a02ab0eaa)

I notice that in `InteractivityNone` there is no .sln file, just a csproj file.

I stumbled upon an exception on clicking the weather nav link in the `InteractivityServer` example. ``` System.InvalidOperationException: A component of type 'InteractivityServer.Components.Pages.Weather' has render mode 'InteractiveAutoRenderMode', but the required endpoints...

The weather page in `InteractivityServer_AllInteractive` works

``` On the other hand, if you choose the "Per page/component" Interactivity Location, it is necessary to include the component on every interactive page. ``` This sentence should be fixed.

Btw, this is the first time I check any of the Auth examples. The `InteractivityAuto_UseMain` looks like any other example, where is the auth? Edit: Oops I can't read. It...

Not from my side.

Thanks a lot, this is an excellent example on how to write a custom plugin ;)