feature/init-game-list-page (#2)

Co-authored-by: Maxime Adler <madler@sqli.com>
Reviewed-on: #2
Co-authored-by: egamorf76 <maxime.adler76@gmail.com>
Co-committed-by: egamorf76 <maxime.adler76@gmail.com>
This commit was merged in pull request #2.
This commit is contained in:
2025-02-20 19:25:09 +01:00
committed by Egamorf
parent 75f086b777
commit 81c8498fc1
61 changed files with 81 additions and 59898 deletions

View File

@@ -1,11 +1,11 @@
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<RouteView RouteData="@routeData" DefaultLayout="@typeof(GamesBase)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
</Found>
<NotFound>
<PageTitle>Not found</PageTitle>
<LayoutView Layout="@typeof(MainLayout)">
<LayoutView Layout="@typeof(GamesBase)">
<p role="alert">Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>