Added helper message component (not final). Improved stat card design. Started improving theme preview

This commit is contained in:
2025-07-19 00:20:00 +02:00
parent 2b91d9a798
commit 9e42985ec8
6 changed files with 58 additions and 3 deletions

View File

@@ -13,6 +13,12 @@
<NavTabs Index="3" Names="UiConstants.AdminNavNames" Links="UiConstants.AdminNavLinks"/>
</div>
<div class="mb-5">
<HelperMessage>
Hangfire is used to run scheduled and repeating tasks scalable via multiple instances. Here you can see a bunch of stats of the integrated hangfire instance
</HelperMessage>
</div>
<LazyLoader Load="Load">
<div class="grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-4 gap-5">
<StatCard Title="Servers" Text="@Stats.Servers.ToString()" Icon="icon-server"/>

View File

@@ -9,4 +9,15 @@
<NavTabs Index="1" Names="UiConstants.AdminNavNames" Links="UiConstants.AdminNavLinks" />
</div>
<ThemeSettings />
<div class="mt-5">
<div class="mockup-browser bg-base-300/40">
<div class="mockup-browser-toolbar">
<div class="input bg-base-200">https://your-moonlight.instance</div>
</div>
<div class="flex h-80 justify-center">
<iframe src="http://localhost:5165/admin/system" class="w-full object-cover" >
</iframe>
</div>
</div>
</div>