diff --git a/MangaMap/Views/listPage.xaml b/MangaMap/Views/listPage.xaml
index 293eb06..7f43a5b 100644
--- a/MangaMap/Views/listPage.xaml
+++ b/MangaMap/Views/listPage.xaml
@@ -2,7 +2,8 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MangaMap"
x:Class="MangaMap.Views.listPage"
- BackgroundColor="Black">
+ BackgroundColor="Black"
+>
@@ -39,24 +40,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/MangaMap/Views/listPage.xaml.cs b/MangaMap/Views/listPage.xaml.cs
index 449192f..4550dab 100644
--- a/MangaMap/Views/listPage.xaml.cs
+++ b/MangaMap/Views/listPage.xaml.cs
@@ -36,7 +36,7 @@ public partial class listPage : ContentPage
Grid.SetRow(imageButton, ligne);
Grid.SetColumn(imageButton, 0);
- //grille.Children.Add(imageButton);
+ grille.Children.Add(imageButton);
indice++;
}
diff --git a/MangaMap/Views/loginPage.xaml b/MangaMap/Views/loginPage.xaml
index 295c48b..ddccf49 100644
--- a/MangaMap/Views/loginPage.xaml
+++ b/MangaMap/Views/loginPage.xaml
@@ -13,12 +13,11 @@
-
+
-
-
+
+
diff --git a/MangaMap/Views/loginPage.xaml.cs b/MangaMap/Views/loginPage.xaml.cs
index 624e48b..efd5ca1 100644
--- a/MangaMap/Views/loginPage.xaml.cs
+++ b/MangaMap/Views/loginPage.xaml.cs
@@ -13,6 +13,11 @@ public partial class loginPage : ContentPage
InitializeComponent();
}
+ async void OnSignUpClicked(object sender, EventArgs e)
+ {
+ await Shell.Current.GoToAsync("//page/secondaire/inscriptionPage");
+ }
+
async void OnLoginClicked(object sender, EventArgs e)
{
// Récupération de l'email et du mot de passe entrés
diff --git a/MangaMap/Views/signUpPage.xaml b/MangaMap/Views/signUpPage.xaml
index f394080..a3da255 100644
--- a/MangaMap/Views/signUpPage.xaml
+++ b/MangaMap/Views/signUpPage.xaml
@@ -26,8 +26,8 @@
-
-
+
+
diff --git a/MangaMap/Views/signUpPage.xaml.cs b/MangaMap/Views/signUpPage.xaml.cs
index 007eec2..352cff7 100644
--- a/MangaMap/Views/signUpPage.xaml.cs
+++ b/MangaMap/Views/signUpPage.xaml.cs
@@ -14,6 +14,11 @@ public partial class signUpPage : ContentPage
InitializeComponent();
}
+ async void OnLoginClicked(object sender, EventArgs e)
+ {
+ await Shell.Current.GoToAsync("//page/secondaire/connexionPage");
+ }
+
async void OnSignUpClicked(object sender, System.EventArgs e)
{
// Récupérer les valeurs des entrées