Merge branch 'routes-interactive' into dev
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
@rendermode InteractiveServer
|
|
||||||
@inherits LayoutComponentBase
|
@inherits LayoutComponentBase
|
||||||
|
|
||||||
<MudThemeProvider IsDarkMode="false" Theme="@_theme" />
|
<MudThemeProvider IsDarkMode="false" Theme="@_theme" />
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
@page "/cms/tracks/{Id:int}"
|
@page "/cms/tracks/{Id:int}"
|
||||||
@* InteractiveServer: page injects ITrackService in-process; ITokenService reads localStorage via JS interop over the circuit. *@
|
|
||||||
@rendermode InteractiveServer
|
|
||||||
@using AuthBlocksWeb.HierarchicalAuthorize
|
@using AuthBlocksWeb.HierarchicalAuthorize
|
||||||
@using AuthBlocksWeb.Services
|
@using AuthBlocksWeb.Services
|
||||||
@using DeepDrftData
|
@using DeepDrftData
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
@page "/cms/tracks"
|
@page "/cms/tracks"
|
||||||
@rendermode InteractiveServer
|
|
||||||
@using System.Net
|
@using System.Net
|
||||||
@using System.Net.Http.Headers
|
@using System.Net.Http.Headers
|
||||||
@using AuthBlocksWeb.HierarchicalAuthorize
|
@using AuthBlocksWeb.HierarchicalAuthorize
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
@page "/cms/tracks/new"
|
@page "/cms/tracks/new"
|
||||||
@rendermode InteractiveServer
|
|
||||||
@using System.Net.Http.Headers
|
@using System.Net.Http.Headers
|
||||||
@using AuthBlocksWeb.HierarchicalAuthorize
|
@using AuthBlocksWeb.HierarchicalAuthorize
|
||||||
@using Microsoft.AspNetCore.Components.Forms
|
@using Microsoft.AspNetCore.Components.Forms
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
@rendermode InteractiveWebAssembly
|
@using DeepDrftWeb.Client.Controls
|
||||||
@using DeepDrftWeb.Client.Controls
|
|
||||||
@using DeepDrftWeb.Client.Controls.AudioPlayerBar
|
@using DeepDrftWeb.Client.Controls.AudioPlayerBar
|
||||||
@using DeepDrftWeb.Client.Services
|
@using DeepDrftWeb.Client.Services
|
||||||
@using DeepDrftWeb.Client.Common
|
@using DeepDrftWeb.Client.Common
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<Routes />
|
<Routes @rendermode="InteractiveAuto" />
|
||||||
<script src="_framework/blazor.web.js"></script>
|
<script src="_framework/blazor.web.js"></script>
|
||||||
<script src=@Assets["_content/MudBlazor/MudBlazor.min.js"]></script>
|
<script src=@Assets["_content/MudBlazor/MudBlazor.min.js"]></script>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
|
|||||||
Reference in New Issue
Block a user