diff --git a/LM-Kit-Maestro/LM-Kit-Maestro.csproj b/LM-Kit-Maestro/LM-Kit-Maestro.csproj index 7841f06..3249d63 100644 --- a/LM-Kit-Maestro/LM-Kit-Maestro.csproj +++ b/LM-Kit-Maestro/LM-Kit-Maestro.csproj @@ -80,7 +80,6 @@ - @@ -92,6 +91,7 @@ + diff --git a/LM-Kit-Maestro/MauiProgram.cs b/LM-Kit-Maestro/MauiProgram.cs index 6226ba5..8c319a9 100644 --- a/LM-Kit-Maestro/MauiProgram.cs +++ b/LM-Kit-Maestro/MauiProgram.cs @@ -12,6 +12,7 @@ using Mopups.Hosting; using Mopups.Services; using CommunityToolkit.Maui.Storage; +using MudBlazor.Services; namespace LMKit.Maestro { @@ -48,10 +49,9 @@ public static MauiApp CreateMauiApp() }) .ConfigureMauiHandlers(handlers => { handlers.AddCustomHandlers(); }); + builder.Services.AddMudServices(); builder.Services.AddMauiBlazorWebView(); builder.Services.AddJsInteropExtensions(); - builder.Services.AddBlazorBootstrap(); - #if DEBUG builder.Services.AddBlazorWebViewDeveloperTools(); diff --git a/LM-Kit-Maestro/UI/Razor/MainLayout.razor b/LM-Kit-Maestro/UI/Razor/MainLayout.razor index 53a4e95..7ff765b 100644 --- a/LM-Kit-Maestro/UI/Razor/MainLayout.razor +++ b/LM-Kit-Maestro/UI/Razor/MainLayout.razor @@ -1,3 +1,13 @@ @inherits LayoutComponentBase -@Body \ No newline at end of file +@Body + +@* Required *@ + + + +@* Needed for dialogs *@ + + +@* Needed for snackbars *@ + diff --git a/LM-Kit-Maestro/UI/Razor/_Imports.razor b/LM-Kit-Maestro/UI/Razor/_Imports.razor index 0d8a032..7689bb1 100644 --- a/LM-Kit-Maestro/UI/Razor/_Imports.razor +++ b/LM-Kit-Maestro/UI/Razor/_Imports.razor @@ -28,4 +28,4 @@ @using Majorsoft.Blazor.Components.Common.JsInterop.Resize @using Majorsoft.Blazor.Components.Common.JsInterop.Scroll; -@using BlazorBootstrap; \ No newline at end of file +@using MudBlazor; \ No newline at end of file diff --git a/LM-Kit-Maestro/wwwroot/index.html b/LM-Kit-Maestro/wwwroot/index.html index 2557414..809cde7 100644 --- a/LM-Kit-Maestro/wwwroot/index.html +++ b/LM-Kit-Maestro/wwwroot/index.html @@ -5,15 +5,13 @@ Maestro - - - - - + + + @@ -38,9 +36,8 @@ - - - + +