Update to DevExpress Fluent theme and enable SSR

Switched from old DevExpress Blazor theme and icons to Fluent theme stylesheets in index.html and App.razor. Added @rendermode InteractiveServer to Routes.razor to enable interactive server-side rendering.
This commit is contained in:
OlgunR
2026-02-02 10:04:50 +01:00
parent 38baf9f749
commit 0213834858
3 changed files with 15 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
<Router AppAssembly="typeof(Program).Assembly">
@rendermode InteractiveServer
<Router AppAssembly="typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />