diff --git a/GameAtlas/.vs/GameAtlas/v17/.suo b/GameAtlas/.vs/GameAtlas/v17/.suo index 2ca0332..74a45f8 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 6b18962..3a25531 100644 --- a/GameAtlas/GameAtlas/AppShell.xaml +++ b/GameAtlas/GameAtlas/AppShell.xaml @@ -4,60 +4,39 @@ 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="False" Shell.FlyoutBehavior="Disabled"> - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/GameAtlas/GameAtlas/Views/PageJeu.xaml b/GameAtlas/GameAtlas/Views/PageJeu.xaml index 964368f..b47e71f 100644 --- a/GameAtlas/GameAtlas/Views/PageJeu.xaml +++ b/GameAtlas/GameAtlas/Views/PageJeu.xaml @@ -10,6 +10,9 @@ + + + diff --git a/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs b/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs index 037fba4..d1014c0 100644 --- a/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs +++ b/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs @@ -1,17 +1,20 @@ using GameAtlas.Models; using System.Diagnostics; -namespace GameAtlas.Views; - -public partial class PageJeu : ContentPage -{ - +namespace GameAtlas.Views; + +public partial class PageJeu : ContentPage +{ + public Manager JeuManager => (App.Current as App).MyManager; - public PageJeu() - { + public PageJeu() + { InitializeComponent(); - } - - + } + + async void Back_Tapped(System.Object sender, Microsoft.Maui.Controls.TappedEventArgs e) + { + await Navigation.PopAsync(); + } } \ No newline at end of file diff --git a/GameAtlas/GameAtlas/Views/PageProfil.xaml b/GameAtlas/GameAtlas/Views/PageProfil.xaml index bdd07a1..dd5ed75 100644 --- a/GameAtlas/GameAtlas/Views/PageProfil.xaml +++ b/GameAtlas/GameAtlas/Views/PageProfil.xaml @@ -82,6 +82,10 @@ + + + + diff --git a/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs b/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs index e4febd1..8dd1ce5 100644 --- a/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs +++ b/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs @@ -6,4 +6,9 @@ public partial class PageProfil : ContentPage { InitializeComponent(); } + + async void OnGame_Tapped(System.Object sender, Microsoft.Maui.Controls.TappedEventArgs e) + { + await Shell.Current.GoToAsync(nameof(DetailPage)); + } } \ No newline at end of file diff --git a/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json index 01fdadb..d8363de 100644 --- a/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json +++ b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj": {} + "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM_-_Remi_LAVERGNE_-_Yvan_CALATAYUD\\GameAtlas\\GameAtlas\\GameAtlas.csproj": {} }, "projects": { - "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj": { + "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM_-_Remi_LAVERGNE_-_Yvan_CALATAYUD\\GameAtlas\\GameAtlas\\GameAtlas.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj", + "projectUniqueName": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM_-_Remi_LAVERGNE_-_Yvan_CALATAYUD\\GameAtlas\\GameAtlas\\GameAtlas.csproj", "projectName": "GameAtlas", - "projectPath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj", + "projectPath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM_-_Remi_LAVERGNE_-_Yvan_CALATAYUD\\GameAtlas\\GameAtlas\\GameAtlas.csproj", "packagesPath": "C:\\Users\\remib\\.nuget\\packages\\", - "outputPath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\obj\\", + "outputPath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM_-_Remi_LAVERGNE_-_Yvan_CALATAYUD\\GameAtlas\\GameAtlas\\obj\\", "projectStyle": "PackageReference", "crossTargeting": true, "fallbackFolders": [ diff --git a/GameAtlas/GameAtlas/obj/project.assets.json b/GameAtlas/GameAtlas/obj/project.assets.json index 0b97a57..9c7807d 100644 --- a/GameAtlas/GameAtlas/obj/project.assets.json +++ b/GameAtlas/GameAtlas/obj/project.assets.json @@ -25006,11 +25006,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj", + "projectUniqueName": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM_-_Remi_LAVERGNE_-_Yvan_CALATAYUD\\GameAtlas\\GameAtlas\\GameAtlas.csproj", "projectName": "GameAtlas", - "projectPath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj", + "projectPath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM_-_Remi_LAVERGNE_-_Yvan_CALATAYUD\\GameAtlas\\GameAtlas\\GameAtlas.csproj", "packagesPath": "C:\\Users\\remib\\.nuget\\packages\\", - "outputPath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\obj\\", + "outputPath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM_-_Remi_LAVERGNE_-_Yvan_CALATAYUD\\GameAtlas\\GameAtlas\\obj\\", "projectStyle": "PackageReference", "crossTargeting": true, "fallbackFolders": [ diff --git a/GameAtlas/GameAtlas/obj/project.nuget.cache b/GameAtlas/GameAtlas/obj/project.nuget.cache index af4cdab..533a3d1 100644 --- a/GameAtlas/GameAtlas/obj/project.nuget.cache +++ b/GameAtlas/GameAtlas/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "vMdiSc1+yYZdXqHO8vvS1Aw4ovTk9USRxvEIpx0dZVsodI8erEF3LkRbetynExN+6SXraNXLDCnd3LmsAqg4Pg==", + "dgSpecHash": "Y3w0Y+Ey7hhZQ692A3sWO4Tvq09uqTQ0u8HSHrvAkqfCxRFvhorB4m2e447JPeTRbl778JhvAgvs+G5e0QiOgg==", "success": true, - "projectFilePath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj", + "projectFilePath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM_-_Remi_LAVERGNE_-_Yvan_CALATAYUD\\GameAtlas\\GameAtlas\\GameAtlas.csproj", "expectedPackageFiles": [ "C:\\Users\\remib\\.nuget\\packages\\communitytoolkit.maui\\5.0.0\\communitytoolkit.maui.5.0.0.nupkg.sha512", "C:\\Users\\remib\\.nuget\\packages\\communitytoolkit.maui.core\\5.0.0\\communitytoolkit.maui.core.5.0.0.nupkg.sha512",