Closed ShawkyZ closed 1 year ago
@dotnet-policy-service agree company="Microsoft"
@dotnet-policy-service agree company="VMware"
In my last commit I did some refactoring to make it possible to use the new Razor Components API.
Moved all *.razor files under Components (Which coming to think of it, might have been unnecessary but I wanted to match the new folder structure described here (https://learn.microsoft.com/en-us/aspnet/core/blazor/project-structure?view=aspnetcore-8.0). let me know what you think, I could also revert back this change and keep the original folder structure).
Also it only uses SSR now as we discussed @TimHess. So no WS connections are created.
Changes: