Added theming support. Added import/export

Missing: API Server save
This commit is contained in:
2025-01-08 00:33:09 +01:00
parent e299cde6da
commit 1a4864ba00
10 changed files with 424 additions and 33 deletions

View File

@@ -3,6 +3,7 @@
@using Moonlight.Client.Services
@using Moonlight.Client.UI.Partials
@using Moonlight.Shared.Misc
@using Moonlight.Client.UI.Components
@inherits LayoutComponentBase
@@ -15,6 +16,8 @@
<PageTitle>@Configuration.Title</PageTitle>
<ThemeLoader />
@if (IsLoading)
{
<div class="h-full w-full min-h-[100dvh] flex items-center justify-center">