diff --git a/AppShell.xaml.cs b/AppShell.xaml.cs index c07ae1e..6276b06 100644 --- a/AppShell.xaml.cs +++ b/AppShell.xaml.cs @@ -7,5 +7,6 @@ public partial class AppShell : Shell InitializeComponent(); Routing.RegisterRoute(nameof(LoginWebViewPage), typeof(LoginWebViewPage)); + Routing.RegisterRoute(nameof(EphemeralWebPage), typeof(EphemeralWebPage)); } } \ No newline at end of file diff --git a/Components/Layout/MainLayout.razor b/Components/Layout/MainLayout.razor index 7866575..55fe33c 100644 --- a/Components/Layout/MainLayout.razor +++ b/Components/Layout/MainLayout.razor @@ -2,7 +2,6 @@ @inject NavigatorService NavigatorService @inject NavigationManager NavigationManager @inject State State -
@Body diff --git a/Components/Layout/NavMenu.razor b/Components/Layout/NavMenu.razor index 29c884f..f85789a 100644 --- a/Components/Layout/NavMenu.razor +++ b/Components/Layout/NavMenu.razor @@ -6,11 +6,11 @@
Hey, @State.Name.
- @State.SelectedAddressName + @State.SelectedAddressName
@@ -43,14 +43,18 @@
- - -
Home
-
- -
Statuslog
+ +
Status.lol
+ + +
Some.pics
+
+ + +
Eph.emer.al
+