From 6733ddb5443d71faa02551e113295228a52883ba Mon Sep 17 00:00:00 2001 From: lobroda Date: Wed, 6 Sep 2023 13:55:49 +0100 Subject: [PATCH] =?UTF-8?q?ADD=20:=20D=C3=A9but=20code=20all=20pages=20:fi?= =?UTF-8?q?re:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LivreLand/AppShell.xaml | 4 +- LivreLand/LivreLand.csproj | 12 +++ LivreLand/Resources/Styles/Colors.xaml | 5 +- LivreLand/Resources/Styles/Styles.xaml | 23 +++++ LivreLand/View/BibliothequeView.xaml | 19 ++-- .../ContentViews/DetailsLivreButtonView.xaml | 1 + .../View/ContentViews/HomeButtonView.xaml | 11 ++- .../View/ContentViews/HomeButtonView.xaml.cs | 7 ++ .../ContentViews/PopupHomePlusButtonView.xaml | 68 ++++++++++++++ .../PopupHomePlusButtonView.xaml.cs | 9 ++ .../View/ContentViews/SearchBarView.xaml | 10 ++ .../View/ContentViews/SearchBarView.xaml.cs | 9 ++ .../SeparatorBigCutStartView.xaml | 11 +++ .../SeparatorBigCutStartView.xaml.cs | 9 ++ .../ContentViews/SeparatorEntireView.xaml | 10 ++ .../ContentViews/SeparatorEntireView.xaml.cs | 9 ++ LivreLand/View/DetailsLivreView.xaml | 36 ++++++-- LivreLand/View/FiltrageAuteurView.xaml | 45 +++++++-- LivreLand/View/FiltrageDateView.xaml | 44 +++++++-- LivreLand/View/HeaderHome.xaml | 2 +- LivreLand/View/HeaderPage.xaml | 91 +++++++++++-------- LivreLand/View/HeaderPage.xaml.cs | 39 +++++++- 22 files changed, 395 insertions(+), 79 deletions(-) create mode 100644 LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml create mode 100644 LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml.cs create mode 100644 LivreLand/View/ContentViews/SearchBarView.xaml create mode 100644 LivreLand/View/ContentViews/SearchBarView.xaml.cs create mode 100644 LivreLand/View/ContentViews/SeparatorBigCutStartView.xaml create mode 100644 LivreLand/View/ContentViews/SeparatorBigCutStartView.xaml.cs create mode 100644 LivreLand/View/ContentViews/SeparatorEntireView.xaml create mode 100644 LivreLand/View/ContentViews/SeparatorEntireView.xaml.cs diff --git a/LivreLand/AppShell.xaml b/LivreLand/AppShell.xaml index 7efe205..993028e 100644 --- a/LivreLand/AppShell.xaml +++ b/LivreLand/AppShell.xaml @@ -14,13 +14,13 @@ ContentTemplate="{DataTemplate view:BibliothequeView}" Icon="books_vertical_fill.png"/> diff --git a/LivreLand/LivreLand.csproj b/LivreLand/LivreLand.csproj index afc1c4e..f32cd11 100644 --- a/LivreLand/LivreLand.csproj +++ b/LivreLand/LivreLand.csproj @@ -67,9 +67,21 @@ MSBuild:Compile + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/LivreLand/Resources/Styles/Colors.xaml b/LivreLand/Resources/Styles/Colors.xaml index 2740006..e0df97e 100644 --- a/LivreLand/Resources/Styles/Colors.xaml +++ b/LivreLand/Resources/Styles/Colors.xaml @@ -5,8 +5,11 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"> #e1e1e1 + #5b5b5b #f8f8f8 - + #f2f0f6 + #c9c9cb + #512BD4 #DFD8F7 #2B0B98 diff --git a/LivreLand/Resources/Styles/Styles.xaml b/LivreLand/Resources/Styles/Styles.xaml index dc4a034..d4d8f4f 100644 --- a/LivreLand/Resources/Styles/Styles.xaml +++ b/LivreLand/Resources/Styles/Styles.xaml @@ -176,6 +176,28 @@ + + + + + + + +