From 7c241b30ccab0b5867b716c141bec188501e649f Mon Sep 17 00:00:00 2001 From: Corentin LEMAIRE Date: Sun, 4 Jun 2023 18:29:00 +0200 Subject: [PATCH] Add overlay to addplaylist and editplaylist image, change serialization seperator to ;, fix searchbar binding mistake --- Sources/Linaris/AddPlaylistPage.xaml | 37 ++++++++++++++---- Sources/Linaris/EditPlaylistPage.xaml | 37 ++++++++++++++---- Sources/Linaris/PlaylistPage.xaml | 2 +- .../Resources/Images/change_image_overlay.png | Bin 0 -> 12982 bytes Sources/Linaris/SearchBarView.xaml | 26 ------------ .../Serialization/LINQ_XML_Serialization.cs | 4 +- 6 files changed, 63 insertions(+), 43 deletions(-) create mode 100644 Sources/Linaris/Resources/Images/change_image_overlay.png diff --git a/Sources/Linaris/AddPlaylistPage.xaml b/Sources/Linaris/AddPlaylistPage.xaml index ac303db..eb74afa 100644 --- a/Sources/Linaris/AddPlaylistPage.xaml +++ b/Sources/Linaris/AddPlaylistPage.xaml @@ -4,13 +4,36 @@ x:Class="Linaris.AddPlaylistPage" Title="AddPlaylistPage"> - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Linaris/EditPlaylistPage.xaml b/Sources/Linaris/EditPlaylistPage.xaml index 877384e..2944a7b 100644 --- a/Sources/Linaris/EditPlaylistPage.xaml +++ b/Sources/Linaris/EditPlaylistPage.xaml @@ -4,13 +4,36 @@ x:Class="Linaris.EditPlaylistPage" Title="EditPlaylistPage"> - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Linaris/PlaylistPage.xaml b/Sources/Linaris/PlaylistPage.xaml index e4384af..f51b4b0 100644 --- a/Sources/Linaris/PlaylistPage.xaml +++ b/Sources/Linaris/PlaylistPage.xaml @@ -16,7 +16,7 @@ - +