From 4664a2e79f3428fcffe9a03b712001b6c0e4a2bb Mon Sep 17 00:00:00 2001 From: lobroda Date: Fri, 13 Oct 2023 17:59:44 +0100 Subject: [PATCH] =?UTF-8?q?ADD=20:=20Avancement=20changement=20livre=20?= =?UTF-8?q?=C3=A0=20lire=20(bug=20author=20books,=20lend=20book=20ToDo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LivreLand/View/DetailsLivreView.xaml | 59 ++++++++++++++++++------- LivreLand/View/FiltrageAuteurView.xaml | 3 +- LivreLand/ViewModel/FiltrageAuteurVM.cs | 14 ++++++ Model/Manager.cs | 10 +++++ ViewModels/ManagerVM.cs | 57 +++++++++++++++++++++++- 5 files changed, 125 insertions(+), 18 deletions(-) diff --git a/LivreLand/View/DetailsLivreView.xaml b/LivreLand/View/DetailsLivreView.xaml index 65ed64e..459bd3b 100644 --- a/LivreLand/View/DetailsLivreView.xaml +++ b/LivreLand/View/DetailsLivreView.xaml @@ -4,6 +4,7 @@ xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" xmlns:view="clr-namespace:LivreLand.View" xmlns:contentView="clr-namespace:LivreLand.View.ContentViews" + xmlns:viewModel="clr-namespace:ViewModels;assembly=ViewModels" x:Class="LivreLand.View.DetailsLivreView" Title="DetailsLivreView"> @@ -112,9 +113,20 @@ @@ -125,18 +137,32 @@ - + + + + +