From 99c309498727d5008d25ab50dd8d62683ba9a937 Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Wed, 3 May 2023 11:57:14 +0200 Subject: [PATCH] add StepEntry view --- Pages/CreateRecipePage.xaml | 54 ++++++++++++++++++- Pages/CreateRecipePage.xaml.cs | 9 +++- ShoopNCook.csproj | 8 ++- ...redientInput.xaml => IngredientEntry.xaml} | 2 +- Views/IngredientEntry.xaml.cs | 9 ++++ Views/IngredientInput.xaml.cs | 9 ---- Views/StepEntry.xaml | 17 ++++++ Views/StepEntry.xaml.cs | 15 ++++++ 8 files changed, 109 insertions(+), 14 deletions(-) rename Views/{IngredientInput.xaml => IngredientEntry.xaml} (97%) create mode 100644 Views/IngredientEntry.xaml.cs delete mode 100644 Views/IngredientInput.xaml.cs create mode 100644 Views/StepEntry.xaml create mode 100644 Views/StepEntry.xaml.cs diff --git a/Pages/CreateRecipePage.xaml b/Pages/CreateRecipePage.xaml index a4c252d..0bd7bd9 100644 --- a/Pages/CreateRecipePage.xaml +++ b/Pages/CreateRecipePage.xaml @@ -69,10 +69,12 @@