From df98379df7303e1e138d71a95515cced4c17f121 Mon Sep 17 00:00:00 2001 From: V J Date: Sat, 10 Jun 2023 22:59:07 +0200 Subject: [PATCH] ajout de la modification de compte --- src/MangaMap/AppShell.xaml | 5 + src/MangaMap/AppShell.xaml.cs | 1 + src/MangaMap/Views/loginModifyPage.xaml | 27 +++++ src/MangaMap/Views/loginModifyPage.xaml.cs | 128 +++++++++++++++++++++ src/MangaMap/Views/modifyOeuvre.xaml.cs | 53 +++++---- src/MangaMap/Views/settingsPage.xaml | 6 +- src/MangaMap/Views/settingsPage.xaml.cs | 12 ++ src/Models/Utilisateur.cs | 2 +- 8 files changed, 207 insertions(+), 27 deletions(-) create mode 100644 src/MangaMap/Views/loginModifyPage.xaml create mode 100644 src/MangaMap/Views/loginModifyPage.xaml.cs diff --git a/src/MangaMap/AppShell.xaml b/src/MangaMap/AppShell.xaml index dfd5cfb..0482728 100644 --- a/src/MangaMap/AppShell.xaml +++ b/src/MangaMap/AppShell.xaml @@ -56,6 +56,11 @@ Title="Modification oeuvre" ContentTemplate="{DataTemplate Views:modifyOeuvre}" Route="modifyOeuvrePage"/> + + diff --git a/src/MangaMap/AppShell.xaml.cs b/src/MangaMap/AppShell.xaml.cs index 141d1f9..72a06fe 100644 --- a/src/MangaMap/AppShell.xaml.cs +++ b/src/MangaMap/AppShell.xaml.cs @@ -28,5 +28,6 @@ public partial class AppShell : Shell Routing.RegisterRoute("connexionAdminPagedetails", typeof(loginAdminPage)); Routing.RegisterRoute("createPagedetails", typeof(createOeuvre)); Routing.RegisterRoute("modifyPagedetails", typeof(modifyOeuvre)); + Routing.RegisterRoute("loginModifyPagedetails", typeof(loginModifyPage)); } } diff --git a/src/MangaMap/Views/loginModifyPage.xaml b/src/MangaMap/Views/loginModifyPage.xaml new file mode 100644 index 0000000..316eaac --- /dev/null +++ b/src/MangaMap/Views/loginModifyPage.xaml @@ -0,0 +1,27 @@ + + + + +