From bfd99461568f2c8528de45df33dfeb7cbc1fdea4 Mon Sep 17 00:00:00 2001 From: "maxime.BATISTA@etu.uca.fr" Date: Mon, 1 May 2023 23:31:49 +0200 Subject: [PATCH] add IngredientInput and integration in CreateRecipePage --- Pages/CreateRecipePage.xaml | 108 ++++++++++++++++++++++----------- Pages/CreateRecipePage.xaml.cs | 7 +++ ShoopNCook.csproj | 12 +++- Views/IngredientInput.xaml | 62 +++++++++++++++++++ Views/IngredientInput.xaml.cs | 9 +++ 5 files changed, 159 insertions(+), 39 deletions(-) create mode 100644 Views/IngredientInput.xaml create mode 100644 Views/IngredientInput.xaml.cs diff --git a/Pages/CreateRecipePage.xaml b/Pages/CreateRecipePage.xaml index 2418c52..fcac55f 100644 --- a/Pages/CreateRecipePage.xaml +++ b/Pages/CreateRecipePage.xaml @@ -3,10 +3,11 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="ShoopNCook.Pages.CreateRecipePage" Title="CreateRecipePage" + xmlns:views="clr-namespace:ShoopNCook.Views" BackgroundColor="{StaticResource BackgroundPrimary}"> + RowDefinitions="Auto, *, Auto" + Padding="20, 30, 20, 20"> - - - - - - - - + + + + + + + + + + + + + + + + +