From de4f4e25ad3a8db98cc1f2bdcf67b6afc5448387 Mon Sep 17 00:00:00 2001 From: Anthony_RICHARD Date: Fri, 2 Jun 2023 17:33:56 +0200 Subject: [PATCH] popup --- Sources/AppConsole/AppConsole.csproj | 4 +++ Sources/Persistance/Persistance.csproj | 4 +++ Sources/Stim.Model/Model.csproj | 4 +++ Sources/Stim/AddGameMessagePopup.xaml | 13 ++++++++ Sources/Stim/AddGameMessagePopup.xaml.cs | 17 ++++++++++ Sources/Stim/AddGamePage.xaml | 1 + Sources/Stim/AddGamePage.xaml.cs | 24 ++++++++++---- Sources/Stim/DetailledPage.xaml | 8 ++--- Sources/Stim/FollowPage.xaml | 42 +++++++----------------- Sources/Stim/FollowPage.xaml.cs | 8 +++++ Sources/Stim/MauiProgram.cs | 5 ++- Sources/Stim/Stim.csproj | 4 +++ Sources/Stub/Stub.csproj | 4 +++ Sources/TestProject1/Test.csproj | 1 + 14 files changed, 95 insertions(+), 44 deletions(-) create mode 100644 Sources/Stim/AddGameMessagePopup.xaml create mode 100644 Sources/Stim/AddGameMessagePopup.xaml.cs diff --git a/Sources/AppConsole/AppConsole.csproj b/Sources/AppConsole/AppConsole.csproj index 998522f..41c23f5 100644 --- a/Sources/AppConsole/AppConsole.csproj +++ b/Sources/AppConsole/AppConsole.csproj @@ -7,6 +7,10 @@ enable + + + + diff --git a/Sources/Persistance/Persistance.csproj b/Sources/Persistance/Persistance.csproj index 5ebf888..1131d75 100644 --- a/Sources/Persistance/Persistance.csproj +++ b/Sources/Persistance/Persistance.csproj @@ -6,6 +6,10 @@ enable + + + + diff --git a/Sources/Stim.Model/Model.csproj b/Sources/Stim.Model/Model.csproj index 4658cbf..3b1ca2b 100644 --- a/Sources/Stim.Model/Model.csproj +++ b/Sources/Stim.Model/Model.csproj @@ -6,4 +6,8 @@ enable + + + + diff --git a/Sources/Stim/AddGameMessagePopup.xaml b/Sources/Stim/AddGameMessagePopup.xaml new file mode 100644 index 0000000..c95c9f9 --- /dev/null +++ b/Sources/Stim/AddGameMessagePopup.xaml @@ -0,0 +1,13 @@ + + + + +