Added theming support. Added import/export
Missing: API Server save
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user