From 0675e731d4112a445f97f4df153fc5669a31a791 Mon Sep 17 00:00:00 2001 From: letuaillon Date: Sun, 7 May 2023 15:27:34 +0200 Subject: [PATCH] nav fonctionnelle --- AppShell.xaml | 17 +++++++---------- Pages/CreateRecipePage.xaml | 3 ++- Pages/CreateRecipePage.xaml.cs | 4 ++++ Pages/MyRecipesPage.xaml | 3 ++- Pages/MyRecipesPage.xaml.cs | 5 +++++ Pages/RecipePage.xaml | 8 +++----- 6 files changed, 23 insertions(+), 17 deletions(-) diff --git a/AppShell.xaml b/AppShell.xaml index a0141f4..ea876cf 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -76,19 +76,9 @@ -======= - Route="MyRecipes" /> - - - ->>>>>>> c7f7e36bffbc11c12286a9092fbd9b109829a2a1 + + + \ No newline at end of file diff --git a/Pages/CreateRecipePage.xaml b/Pages/CreateRecipePage.xaml index 58fc1b1..63cd5f7 100644 --- a/Pages/CreateRecipePage.xaml +++ b/Pages/CreateRecipePage.xaml @@ -17,7 +17,8 @@ HeightRequest="50" WidthRequest="50" Source="arrow_back.svg" - HorizontalOptions="Start"/> + HorizontalOptions="Start" + Clicked="OnBackButtonClicked"/>