From 113f1a70ca770cc5619c7faa638047e41fa188b7 Mon Sep 17 00:00:00 2001 From: "leo.tuaillon" Date: Sat, 13 May 2023 14:33:37 +0200 Subject: [PATCH 1/5] fixes #49 (my list view) --- Endpoint/IAccountManager.cs | 1 + Views/MyListPage.xaml | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Endpoint/IAccountManager.cs b/Endpoint/IAccountManager.cs index c61b79e..c3b697b 100644 --- a/Endpoint/IAccountManager.cs +++ b/Endpoint/IAccountManager.cs @@ -8,3 +8,4 @@ namespace Endpoint public Account? Register(string email, string username, string password); } } + diff --git a/Views/MyListPage.xaml b/Views/MyListPage.xaml index 1272415..1c72501 100644 --- a/Views/MyListPage.xaml +++ b/Views/MyListPage.xaml @@ -15,13 +15,6 @@ ColumnDefinitions="*" MaximumHeightRequest="60"> - -