From 4845c930a66ef49e23f5ad5c4d623183f6e3e1a0 Mon Sep 17 00:00:00 2001 From: "maxime.BATISTA@etu.uca.fr" Date: Mon, 3 Apr 2023 11:17:34 +0200 Subject: [PATCH] added Search page top --- AppShell.xaml | 18 ++--- Resources/Images/dotnet_bot.svg | 93 ------------------------ Resources/Images/search_options.svg | 1 + Resources/Styles/Colors.xaml | 3 +- Resources/Styles/Styles.xaml | 32 ++++++--- ShoopNCook.csproj | 7 +- Views/LoginPage.xaml | 23 +++--- Views/ProfilePage.xaml | 20 +++--- Views/SearchPage.xaml | 106 ++++++++++++++++++++++++++++ Views/SearchPage.xaml.cs | 9 +++ 10 files changed, 171 insertions(+), 141 deletions(-) delete mode 100644 Resources/Images/dotnet_bot.svg create mode 100644 Resources/Images/search_options.svg create mode 100644 Views/SearchPage.xaml create mode 100644 Views/SearchPage.xaml.cs diff --git a/AppShell.xaml b/AppShell.xaml index f63ee1e..64dfc90 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -10,18 +10,18 @@ + Title="Login Page" + ContentTemplate="{DataTemplate views:LoginPage}" + Route="Login" /> + Title="Profile Page" + ContentTemplate="{DataTemplate views:ProfilePage}" + Route="Profile" /> + Title="Search Page" + ContentTemplate="{DataTemplate views:SearchPage}" + Route="Search" /> \ No newline at end of file diff --git a/Resources/Images/dotnet_bot.svg b/Resources/Images/dotnet_bot.svg deleted file mode 100644 index abfaff2..0000000 --- a/Resources/Images/dotnet_bot.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Images/search_options.svg b/Resources/Images/search_options.svg new file mode 100644 index 0000000..5852dc1 --- /dev/null +++ b/Resources/Images/search_options.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Resources/Styles/Colors.xaml b/Resources/Styles/Colors.xaml index 00b23e3..9ac1c90 100644 --- a/Resources/Styles/Colors.xaml +++ b/Resources/Styles/Colors.xaml @@ -41,11 +41,12 @@ #72ACF1 #A7CBF6 - #f0e7e7 + #efefef White Black #6d6d6d #ff8988 + #ff8988 \ No newline at end of file diff --git a/Resources/Styles/Styles.xaml b/Resources/Styles/Styles.xaml index 0e66b7c..bc5804d 100644 --- a/Resources/Styles/Styles.xaml +++ b/Resources/Styles/Styles.xaml @@ -4,16 +4,28 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"> - - - + + + + +