fix(routing): move @rendermode InteractiveAuto from MainLayout onto the public pages so MudBlazor providers boot interactively

This commit is contained in:
Daniel Harvey
2026-05-19 08:32:59 -04:00
parent 258502893f
commit 54865e7d10
3 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
@rendermode InteractiveAuto
@using DeepDrftWeb.Client.Controls
@using DeepDrftWeb.Client.Controls
@using DeepDrftWeb.Client.Controls.AudioPlayerBar
@using DeepDrftWeb.Client.Services
@using DeepDrftWeb.Client.Common
+1
View File
@@ -1,4 +1,5 @@
@page "/"
@rendermode InteractiveAuto
@using DeepDrftWeb.Client.Services
@using Microsoft.AspNetCore.Authorization
@attribute [AllowAnonymous]
@@ -1,4 +1,5 @@
@page "/tracks"
@rendermode InteractiveAuto
@using Microsoft.AspNetCore.Authorization
@using DeepDrftWeb.Client.Controls
@attribute [AllowAnonymous]