Cleaned up using in project. Improved prohect structure and refactored page names. Upgraded dependencies

This commit is contained in:
2026-03-13 08:53:04 +01:00
parent 1257e8b950
commit 6d1e6e1690
37 changed files with 265 additions and 254 deletions

View File

@@ -59,7 +59,7 @@
private CreateApiKeyDto Request;
private readonly List<string> Permissions = new();
private readonly List<string> Permissions = [];
protected override void OnInitialized()
{
@@ -88,7 +88,7 @@
}
await ToastService.SuccessAsync(
"API Key creation",
"API Key Creation",
$"Successfully created API key {Request.Name}"
);

View File

@@ -12,7 +12,6 @@
@using ShadcnBlazor.Extras.Dialogs
@using ShadcnBlazor.Extras.Toasts
@using ShadcnBlazor.Tabels
@using SerializationContext = Moonlight.Shared.SerializationContext
@inject ToastService ToastService
@inject DialogService DialogService

View File

@@ -84,7 +84,7 @@
}
await ToastService.SuccessAsync(
"API Key update",
"API Key Update",
$"Successfully updated API key {Request.Name}"
);