From 57798713bfe99b6dab0cc9c1572ecfb9f22fa1ef Mon Sep 17 00:00:00 2001 From: lodufour1 Date: Wed, 13 Sep 2023 17:32:16 +0200 Subject: [PATCH] =?UTF-8?q?Update=20(Front-End):=20d=C3=A9but=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BookApp/AppShell.xaml | 5 --- src/BookApp/BookApp.csproj | 3 +- src/BookApp/MainPage.xaml | 20 ++++++---- src/BookApp/MainPage.xaml.cs | 25 ++++++++----- src/BookApp/MauiProgram.cs | 56 ++++++++++++++-------------- src/BookApp/Pages/DetailBook.xaml | 1 + src/BookApp/Pages/Filtrage.xaml | 11 ++++-- src/BookApp/Pages/Filtrage.xaml.cs | 3 +- src/BookApp/Pages/Tous.xaml | 14 ------- src/TestFrontEnd/TestFrontEnd.csproj | 1 + 10 files changed, 69 insertions(+), 70 deletions(-) diff --git a/src/BookApp/AppShell.xaml b/src/BookApp/AppShell.xaml index a07b727..3990516 100644 --- a/src/BookApp/AppShell.xaml +++ b/src/BookApp/AppShell.xaml @@ -5,10 +5,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:BookApp" Shell.FlyoutBehavior="Disabled"> - - - - @@ -29,5 +25,4 @@ - diff --git a/src/BookApp/BookApp.csproj b/src/BookApp/BookApp.csproj index bce1c9e..ae57a42 100644 --- a/src/BookApp/BookApp.csproj +++ b/src/BookApp/BookApp.csproj @@ -67,8 +67,9 @@ + - + diff --git a/src/BookApp/MainPage.xaml b/src/BookApp/MainPage.xaml index 6b541a5..7e3dc0e 100644 --- a/src/BookApp/MainPage.xaml +++ b/src/BookApp/MainPage.xaml @@ -20,8 +20,8 @@ - - + + @@ -45,20 +45,26 @@