From ee6d2814a504a1808e1824d8e6669ce2409bc909 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Fri, 14 Jan 2022 01:36:04 +0100 Subject: [PATCH] Fix #33, #32 --- Borepin/Borepin/Borepin.csproj | 1 + Borepin/Borepin/Page/MachineListPage.xaml | 14 ++------- .../Borepin/PageModel/MachineListPageModel.cs | 29 ++++++++++--------- Borepin/Borepin/Service/BFFH/BFFHService.cs | 2 ++ Borepin/Borepin/View/MachineListItemView.xaml | 5 +++- .../ViewModel/MachineListItemViewModel.cs | 7 +++++ 6 files changed, 33 insertions(+), 25 deletions(-) diff --git a/Borepin/Borepin/Borepin.csproj b/Borepin/Borepin/Borepin.csproj index 6e8e1a7..176986f 100644 --- a/Borepin/Borepin/Borepin.csproj +++ b/Borepin/Borepin/Borepin.csproj @@ -29,6 +29,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Borepin/Borepin/Page/MachineListPage.xaml b/Borepin/Borepin/Page/MachineListPage.xaml index cdc8d2d..baa709d 100644 --- a/Borepin/Borepin/Page/MachineListPage.xaml +++ b/Borepin/Borepin/Page/MachineListPage.xaml @@ -5,6 +5,9 @@ x:Class="Borepin.Page.MachineListPage" xmlns:converters="clr-namespace:Borepin.Converter" Title="Machines"> + + -