From d5d3cc9d79cefb4716847bfdb3a55b3934cefb33 Mon Sep 17 00:00:00 2001 From: "leo.tuaillon" Date: Mon, 24 Apr 2023 17:48:56 +0200 Subject: [PATCH 1/2] ajout item --- AppShell.xaml | 4 ++++ Pages/ChangePassword.xaml | 12 ++++++++++++ Pages/ChangePassword.xaml.cs | 9 +++++++++ 3 files changed, 25 insertions(+) create mode 100644 Pages/ChangePassword.xaml create mode 100644 Pages/ChangePassword.xaml.cs diff --git a/AppShell.xaml b/AppShell.xaml index 11750bd..033e9e9 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -43,5 +43,9 @@ Title="Favorites Page" ContentTemplate="{DataTemplate pages:FavoritesPage}" Route="Favorites" /> + \ No newline at end of file diff --git a/Pages/ChangePassword.xaml b/Pages/ChangePassword.xaml new file mode 100644 index 0000000..7b0ca7c --- /dev/null +++ b/Pages/ChangePassword.xaml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/Pages/ChangePassword.xaml.cs b/Pages/ChangePassword.xaml.cs new file mode 100644 index 0000000..7b847bd --- /dev/null +++ b/Pages/ChangePassword.xaml.cs @@ -0,0 +1,9 @@ +namespace ShoopNCook.Pages; + +public partial class ChangePassword : ContentPage +{ + public ChangePassword() + { + InitializeComponent(); + } +} \ No newline at end of file From de13ed2a3e0e2af0722d9e1222cb4e88ddbb0a7d Mon Sep 17 00:00:00 2001 From: "leo.tuaillon" Date: Mon, 24 Apr 2023 18:00:07 +0200 Subject: [PATCH 2/2] v1 Confirm email view --- Pages/ChangePassword.xaml | 12 --- Pages/ChangePassword.xaml.cs | 9 --- Pages/ConfirmMail.xaml | 147 +++++++++++++++++++++++++++++++++++ Pages/ConfirmMail.xaml.cs | 9 +++ ShoopNCook.csproj | 3 + 5 files changed, 159 insertions(+), 21 deletions(-) delete mode 100644 Pages/ChangePassword.xaml delete mode 100644 Pages/ChangePassword.xaml.cs create mode 100644 Pages/ConfirmMail.xaml create mode 100644 Pages/ConfirmMail.xaml.cs diff --git a/Pages/ChangePassword.xaml b/Pages/ChangePassword.xaml deleted file mode 100644 index 7b0ca7c..0000000 --- a/Pages/ChangePassword.xaml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Pages/ChangePassword.xaml.cs b/Pages/ChangePassword.xaml.cs deleted file mode 100644 index 7b847bd..0000000 --- a/Pages/ChangePassword.xaml.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace ShoopNCook.Pages; - -public partial class ChangePassword : ContentPage -{ - public ChangePassword() - { - InitializeComponent(); - } -} \ No newline at end of file diff --git a/Pages/ConfirmMail.xaml b/Pages/ConfirmMail.xaml new file mode 100644 index 0000000..acc8df7 --- /dev/null +++ b/Pages/ConfirmMail.xaml @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + +