Added configuration menu. Added some services. New translation system. Assets

This commit is contained in:
Marcel Baumgartner
2023-02-16 21:58:19 +01:00
parent 764ff894af
commit 54173637c8
135 changed files with 325420 additions and 305 deletions

View File

@@ -1,6 +1,5 @@
@using Moonlight.App.Services
@inject TranslationService TranslationService
@inject ConfigService ConfigService
@{
@@ -13,9 +12,9 @@
<div class="mb-14">
<img alt="Logo" src="@(moonlightConfig.GetValue<string>("AppUrl"))/api/moonlight/resources/images/logofull.png" class="h-40px">
</div>
<h1 class="fw-bolder text-gray-900 mb-5">@(TranslationService.Translate("Alerts.Disabled.Title"))</h1>
<h1 class="fw-bolder text-gray-900 mb-5"><TL>Your moonlight account is disabled</TL></h1>
<div class="fw-semibold fs-6 text-gray-500 mb-8">
@(TranslationService.Translate("Alerts.Disabled.Details"))
<TL>Your moonlight account is currently disabled. But dont worry your data is still saved</TL>
</div>
</div>
</div>