diff --git a/LivreLand/AppShell.xaml b/LivreLand/AppShell.xaml index c9cf00c..cacb6af 100644 --- a/LivreLand/AppShell.xaml +++ b/LivreLand/AppShell.xaml @@ -17,7 +17,7 @@ ContentTemplate="{DataTemplate view:TousView}" Icon="list_bullet.svg"/> MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile @@ -97,6 +100,9 @@ MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/LivreLand/Resources/Images/book_cover.png b/LivreLand/Resources/Images/book_cover.png deleted file mode 100644 index e24d446..0000000 Binary files a/LivreLand/Resources/Images/book_cover.png and /dev/null differ diff --git a/LivreLand/View/BibliothequeView.xaml b/LivreLand/View/BibliothequeView.xaml index cd90067..53ec420 100644 --- a/LivreLand/View/BibliothequeView.xaml +++ b/LivreLand/View/BibliothequeView.xaml @@ -3,9 +3,17 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:view="clr-namespace:LivreLand.View" xmlns:contentView="clr-namespace:LivreLand.View.ContentViews" + xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" x:Class="LivreLand.View.BibliothequeView" x:Name="this" Title="BibliothequeView"> + + + + + + + @@ -44,7 +52,6 @@ diff --git a/LivreLand/View/BibliothequeView.xaml.cs b/LivreLand/View/BibliothequeView.xaml.cs index 9f8f7cb..17d8118 100644 --- a/LivreLand/View/BibliothequeView.xaml.cs +++ b/LivreLand/View/BibliothequeView.xaml.cs @@ -4,21 +4,8 @@ namespace LivreLand.View; public partial class BibliothequeView : ContentPage { - public ICommand FiltreAuteurCommand { get; private set; } - public BibliothequeView() { InitializeComponent(); - - //Commandes navigation temporaires - FiltreAuteurCommand = new Command( - execute: () => - { - App.Current.MainPage.Navigation.PushAsync(new FiltrageAuteurView()); - }, - canExecute: () => - { - return true; - }); } } \ No newline at end of file diff --git a/LivreLand/View/ContentViews/EmpruntsPretsButtonView.xaml b/LivreLand/View/ContentViews/EmpruntsPretsButtonView.xaml new file mode 100644 index 0000000..198507b --- /dev/null +++ b/LivreLand/View/ContentViews/EmpruntsPretsButtonView.xaml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + +