Started implementing fronted configuration. Upgraded mooncore. Made database calls asnyc
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
@using Moonlight.Client.Interfaces
|
||||
@using Moonlight.Client.Services
|
||||
@using Moonlight.Client.UI.Partials
|
||||
@using MoonCore.Blazor.Components
|
||||
@using Moonlight.Client.UI.Components
|
||||
@using Moonlight.Shared.Misc
|
||||
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
@@ -12,6 +11,9 @@
|
||||
@inject ILogger<MainLayout> Logger
|
||||
@inject IAppLoader[] AppLoaders
|
||||
@inject IAppScreen[] AppScreens
|
||||
@inject FrontendConfiguration Configuration
|
||||
|
||||
<PageTitle>@Configuration.Title</PageTitle>
|
||||
|
||||
@if (IsLoading)
|
||||
{
|
||||
|
||||
@@ -9,4 +9,6 @@
|
||||
Welcome, @(IdentityService.Username)
|
||||
</div>
|
||||
<div class="text-gray-200 text-2xl">What do you want to do today?</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-primary-500/10"></div>
|
||||
Reference in New Issue
Block a user