Upgraded to latest mooncore packages. Upgraded to tailwind v4
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
@inject HttpApiClient ApiClient
|
||||
@inject DownloadService DownloadService
|
||||
|
||||
<div class="mb-3">
|
||||
<div class="mb-5">
|
||||
<NavTabs Index="4" Names="UiConstants.AdminNavNames" Links="UiConstants.AdminNavLinks" />
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
If you want to host your moonlight frontend on a static web server instead of it being hosted by the api server
|
||||
(useful for hosting on a cdn for high availability) you can use this helper. By pressing the button below moonlight
|
||||
will generate a zip file containing everything you need to host the frontend. Next to the WASM app itself it automatically
|
||||
includes your installed theme and plugins. For more information, have a look at <a class="text-primary-500" href="https://help.moonlightpanel.xyz">our docs</a>
|
||||
includes your installed theme and plugins. For more information, have a look at <a class="text-primary" href="https://help.moonlightpanel.xyz">our docs</a>
|
||||
</p>
|
||||
|
||||
<WButton OnClick="GenerateFrontend" CssClasses="btn btn-primary mt-5">Generate frontend.zip</WButton>
|
||||
|
||||
Reference in New Issue
Block a user