diff --git a/GameAtlas/.vs/GameAtlas/v17/.suo b/GameAtlas/.vs/GameAtlas/v17/.suo index 56a4b88..a2a0b81 100644 Binary files a/GameAtlas/.vs/GameAtlas/v17/.suo and b/GameAtlas/.vs/GameAtlas/v17/.suo differ diff --git a/GameAtlas/GameAtlas/AppShell.xaml b/GameAtlas/GameAtlas/AppShell.xaml index a92eb4c..7559139 100644 --- a/GameAtlas/GameAtlas/AppShell.xaml +++ b/GameAtlas/GameAtlas/AppShell.xaml @@ -4,7 +4,7 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:views="clr-namespace:GameAtlas.Views" - Shell.NavBarIsVisible="true" + Shell.NavBarIsVisible="False" Shell.FlyoutBehavior="Disabled"> diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj.user b/GameAtlas/GameAtlas/GameAtlas.csproj.user index 0f4cf2c..c94a533 100644 --- a/GameAtlas/GameAtlas/GameAtlas.csproj.user +++ b/GameAtlas/GameAtlas/GameAtlas.csproj.user @@ -2,8 +2,8 @@ False - net7.0-android - Google Pixel 6a (Android 13.0 - API 33) + net7.0-windows10.0.19041.0 + Windows Machine PhysicalDevice pixel_5_-_api_33 diff --git a/GameAtlas/GameAtlas/Models/Manager.cs b/GameAtlas/GameAtlas/Models/Manager.cs index 9e822f3..d71ff8c 100644 --- a/GameAtlas/GameAtlas/Models/Manager.cs +++ b/GameAtlas/GameAtlas/Models/Manager.cs @@ -18,7 +18,7 @@ namespace GameAtlas.Models ListJeux = new List(); Admins = new List(); Utilisateurs = new List(); - } + } public void AddJeux(Jeu jeux) { diff --git a/GameAtlas/GameAtlas/Resources/Images/cover_zelda.png b/GameAtlas/GameAtlas/Resources/Images/cover_zelda.png new file mode 100644 index 0000000..4f86f32 Binary files /dev/null and b/GameAtlas/GameAtlas/Resources/Images/cover_zelda.png differ diff --git a/GameAtlas/GameAtlas/Views/PageAccueil.xaml b/GameAtlas/GameAtlas/Views/PageAccueil.xaml index fd360bf..3591e85 100644 --- a/GameAtlas/GameAtlas/Views/PageAccueil.xaml +++ b/GameAtlas/GameAtlas/Views/PageAccueil.xaml @@ -57,9 +57,9 @@ - - - + + + diff --git a/GameAtlas/GameAtlas/Views/PageInscription.xaml.cs b/GameAtlas/GameAtlas/Views/PageInscription.xaml.cs index 0be7148..f093640 100644 --- a/GameAtlas/GameAtlas/Views/PageInscription.xaml.cs +++ b/GameAtlas/GameAtlas/Views/PageInscription.xaml.cs @@ -1,4 +1,6 @@ -namespace GameAtlas.Views; +namespace GameAtlas.Views; + +using GameAtlas.Models; using System.Text.RegularExpressions; public partial class PageInscription : ContentPage @@ -34,6 +36,8 @@ public partial class PageInscription : ContentPage return; } + + await Navigation.PushAsync(new PageAcceuil()); diff --git a/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs b/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs index 4c77c4f..db829cd 100644 --- a/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs +++ b/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs @@ -21,4 +21,6 @@ public partial class PageJeu : ContentPage JeuManager.AddJeux(MonJeu); Debug.WriteLine(JeuManager.ListJeux.Count); } + + } \ No newline at end of file diff --git a/GameAtlas/GameAtlas/Views/PageParcourir.xaml b/GameAtlas/GameAtlas/Views/PageParcourir.xaml index 954ea65..2a62008 100644 --- a/GameAtlas/GameAtlas/Views/PageParcourir.xaml +++ b/GameAtlas/GameAtlas/Views/PageParcourir.xaml @@ -7,18 +7,13 @@ BackgroundColor="Beige"> - +