Implemented plugin loading via di on the api server. Fixed plugin loading in the client

This commit is contained in:
2025-02-24 20:03:37 +01:00
parent 69df761bf4
commit 3dd5d2958a
18 changed files with 157 additions and 415 deletions

View File

@@ -4,7 +4,7 @@
@using Moonlight.Client.UI.Layouts
@inject NavigationManager Navigation
@inject ISidebarItemProvider[] SidebarItemProviders
@inject IEnumerable<ISidebarItemProvider> SidebarItemProviders
@{
var url = new Uri(Navigation.Uri);