From a3054f2d21f27039f3ef63c09ecdd6ed4c65f5d3 Mon Sep 17 00:00:00 2001 From: lobroda Date: Fri, 8 Sep 2023 10:11:29 +0100 Subject: [PATCH] ADD : note page + start dark mode :fire: --- LivreLand/AppShell.xaml | 6 +- LivreLand/LivreLand.csproj | 3 + LivreLand/Resources/Styles/Styles.xaml | 33 +++++++-- LivreLand/View/BibliothequeView.xaml | 12 ++-- .../View/ContentViews/HomeButtonView.xaml | 2 + .../SeparatorBigCutStartView.xaml | 9 ++- .../ContentViews/SeparatorCutStartView.xaml | 9 ++- .../ContentViews/SeparatorEntireView.xaml | 6 +- LivreLand/View/FiltrageNoteView.xaml | 45 ++++++++++++ LivreLand/View/FiltrageNoteView.xaml.cs | 9 +++ LivreLand/View/HeaderPage.xaml | 6 +- LivreLand/View/HeaderPage.xaml.cs | 6 ++ LivreLand/View/TousView.xaml | 71 +++++++++++-------- LivreLand/View/TousView.xaml.cs | 5 ++ 14 files changed, 168 insertions(+), 54 deletions(-) create mode 100644 LivreLand/View/FiltrageNoteView.xaml create mode 100644 LivreLand/View/FiltrageNoteView.xaml.cs diff --git a/LivreLand/AppShell.xaml b/LivreLand/AppShell.xaml index 7e841b2..c9cf00c 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 6c3e7c7..457b353 100644 --- a/LivreLand/LivreLand.csproj +++ b/LivreLand/LivreLand.csproj @@ -93,6 +93,9 @@ MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/LivreLand/Resources/Styles/Styles.xaml b/LivreLand/Resources/Styles/Styles.xaml index 843368e..85a4989 100644 --- a/LivreLand/Resources/Styles/Styles.xaml +++ b/LivreLand/Resources/Styles/Styles.xaml @@ -177,33 +177,54 @@ - + + + + + + + + +