From 2318269f99742874a73161522a11d7f985ee1b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Szab=C3=B3?= Date: Fri, 23 May 2025 10:49:02 +0200 Subject: [PATCH] =?UTF-8?q?Manu=C3=A1lis=20lez=C3=A1r=C3=A1s=20indokkal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/CheckList/CheckListPage.xaml | 13 ++++ .../Pages/CheckList/CheckListPage.xaml.cs | 65 +++++++++++++++++++ .../Pages/System/InputPopup.xaml | 26 ++++++++ .../Pages/System/InputPopup.xaml.cs | 42 ++++++++++++ .../Services/CheckListService.cs | 36 ++++++++++ .../Services/Interfaces/ICheckListService.cs | 1 + .../WorkFlowCheck.MAUI.csproj | 3 + 7 files changed, 186 insertions(+) create mode 100644 src/WorkFlowCheck.MAUI/Pages/System/InputPopup.xaml create mode 100644 src/WorkFlowCheck.MAUI/Pages/System/InputPopup.xaml.cs diff --git a/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml b/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml index d5b33b5..1ceea00 100644 --- a/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml +++ b/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml @@ -117,6 +117,18 @@ +