From f981b8930852e87cf3d45690ca215c5127f68933 Mon Sep 17 00:00:00 2001 From: letuaillon Date: Wed, 3 May 2023 18:19:41 +0200 Subject: [PATCH] navigation ajustments --- App.xaml.cs | 2 +- AppShell.xaml | 2 +- AppShell.xaml.cs | 6 +----- Pages/FavoritesPage.xaml | 7 ------- Pages/FavoritesPage.xaml.cs | 5 +---- Pages/HomePage.xaml.cs | 2 +- Pages/MorePage.xaml.cs | 4 ++-- Pages/MyRecipesPage.xaml | 3 ++- Pages/MyRecipesPage.xaml.cs | 7 ++++++- Pages/ProfilePage.xaml | 3 ++- Pages/ProfilePage.xaml.cs | 4 ++++ Pages/RecipePage.xaml | 2 +- Pages/RecipePage.xaml.cs | 4 ++-- Pages/SearchPage.xaml | 2 +- Pages/SearchPage.xaml.cs | 4 ++-- ShoopNCook.sln | 6 ------ Tests/Tests.csproj | 25 ------------------------- Tests/UnitTest1.cs | 11 ----------- Tests/Usings.cs | 1 - Views/RecipeView.xaml.cs | 4 +++- 20 files changed, 30 insertions(+), 74 deletions(-) delete mode 100644 Tests/Tests.csproj delete mode 100644 Tests/UnitTest1.cs delete mode 100644 Tests/Usings.cs diff --git a/App.xaml.cs b/App.xaml.cs index 0919730..5fb511b 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -11,7 +11,7 @@ public partial class App : Application Account account = getUserAccount(); - MainPage = new NavigationPage(new HomePage()); + MainPage = new AppShell(); } private Account getUserAccount() diff --git a/AppShell.xaml b/AppShell.xaml index 3f7ca5f..6e0a9ee 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -17,7 +17,6 @@ Title="More" ContentTemplate="{DataTemplate pages:Splash}" Route="Splash" - Icon="more.svg" IsVisible="False"/> + -