diff --git a/AppShell.xaml b/AppShell.xaml index 37027f6..4f4c0c8 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -14,5 +14,6 @@ + diff --git a/AppShell.xaml.cs b/AppShell.xaml.cs index 52b9325..16b3496 100644 --- a/AppShell.xaml.cs +++ b/AppShell.xaml.cs @@ -1,4 +1,9 @@ using Justice.Helpers; +using Justice.Services; +using Justice.Models; +using Microsoft.Maui.Controls.Maps; +using Microsoft.Maui.Maps; + namespace Justice { @@ -12,7 +17,9 @@ namespace Justice Routing.RegisterRoute("LoginPage", typeof(Views.LoginPage)); Routing.RegisterRoute("DashboardPage", typeof(Views.DashboardPage)); Routing.RegisterRoute("ViewReportsPage", typeof(Views.EndUserReportsPage)); - + + + LogoutCommand = new Command(async () => { AuthHelper.Logout(); diff --git a/Justice.csproj b/Justice.csproj index e5bdb4f..146c749 100644 --- a/Justice.csproj +++ b/Justice.csproj @@ -46,11 +46,11 @@ - + - + @@ -59,6 +59,10 @@ + + + + @@ -70,6 +74,7 @@ + @@ -78,6 +83,10 @@ + + + + MSBuild:Compile @@ -109,6 +118,9 @@ MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/Justice.csproj.user b/Justice.csproj.user index fadeb8c..b814f40 100644 --- a/Justice.csproj.user +++ b/Justice.csproj.user @@ -41,6 +41,9 @@ Designer + + Designer + Designer diff --git a/Platforms/Android/Resources/values/colors.xml b/Platforms/Android/Resources/values/colors.xml index c04d749..b63136d 100644 --- a/Platforms/Android/Resources/values/colors.xml +++ b/Platforms/Android/Resources/values/colors.xml @@ -3,4 +3,8 @@ #512BD4 #2B0B98 #2B0B98 + + \ No newline at end of file diff --git a/Views/DashboardPage.xaml b/Views/DashboardPage.xaml index b36649b..6a18eac 100644 --- a/Views/DashboardPage.xaml +++ b/Views/DashboardPage.xaml @@ -141,6 +141,7 @@ +