From c328f7d1efcea68ec2d420d7ebe6f7fc7dd473df Mon Sep 17 00:00:00 2001 From: letuaillon Date: Wed, 26 Apr 2023 17:22:32 +0200 Subject: [PATCH] nav --- AppShell.xaml | 31 +++++++++++++++++++++++++++++++ Pages/FavoritesPage.xaml | 3 ++- Pages/FavoritesPage.xaml.cs | 4 ++++ Pages/HomePage.xaml | 5 +++-- Pages/HomePage.xaml.cs | 4 ++++ Pages/MorePage.xaml | 21 ++++++++++++++++++--- Pages/MorePage.xaml.cs | 14 ++++++++++++++ Pages/RecipePage.xaml | 6 ++++-- Pages/RecipePage.xaml.cs | 4 ++++ Pages/SearchPage.xaml | 3 ++- Pages/SearchPage.xaml.cs | 4 ++++ Views/RecipeView.xaml | 3 +++ Views/RecipeView.xaml.cs | 4 ++++ 13 files changed, 97 insertions(+), 9 deletions(-) diff --git a/AppShell.xaml b/AppShell.xaml index bc51da3..b65e543 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -40,4 +40,35 @@ Route="More" Icon="more.svg"/> + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Pages/FavoritesPage.xaml b/Pages/FavoritesPage.xaml index 7966adf..a980ddf 100644 --- a/Pages/FavoritesPage.xaml +++ b/Pages/FavoritesPage.xaml @@ -20,7 +20,8 @@ HeightRequest="50" WidthRequest="50" Source="arrow_back.svg" - HorizontalOptions="Start"/> + HorizontalOptions="Start" + Clicked="OnSyncButtonClicked"/>