diff --git a/MangaMap/App.xaml.cs b/MangaMap/App.xaml.cs index d992022..ca385c8 100644 --- a/MangaMap/App.xaml.cs +++ b/MangaMap/App.xaml.cs @@ -35,4 +35,4 @@ public partial class App : Application MyManager.sauvegarder(); Console.WriteLine("sauvegarde faite"); } -} +} \ No newline at end of file diff --git a/MangaMap/AppShell.xaml b/MangaMap/AppShell.xaml index 127b9d3..b79ea35 100644 --- a/MangaMap/AppShell.xaml +++ b/MangaMap/AppShell.xaml @@ -7,7 +7,7 @@ xmlns:Views="clr-namespace:MangaMap.Views" Shell.FlyoutBehavior="Disabled" Shell.NavBarIsVisible="False" - Shell.TabBarIsVisible="True"> + Shell.TabBarIsVisible="False"> diff --git a/MangaMap/CustomHeader.xaml b/MangaMap/CustomHeader.xaml index 51fb1da..d1eb227 100644 --- a/MangaMap/CustomHeader.xaml +++ b/MangaMap/CustomHeader.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="MangaMap.NewContent1" Background="{StaticResource Primary}"> - + + + - diff --git a/MangaMap/CustomHeader.xaml.cs b/MangaMap/CustomHeader.xaml.cs index 11be92d..11f0a0d 100644 --- a/MangaMap/CustomHeader.xaml.cs +++ b/MangaMap/CustomHeader.xaml.cs @@ -23,4 +23,9 @@ public partial class NewContent1 : ContentView { await Shell.Current.GoToAsync("//page/secondaire/connexionPage"); } + + async void ListButton_Clicked(object sender, System.EventArgs e) + { + await Shell.Current.GoToAsync("//page/secondaire/listPage"); + } } \ No newline at end of file diff --git a/MangaMap/Resources/Images/listbutton.png b/MangaMap/Resources/Images/listbutton.png new file mode 100644 index 0000000..0b5b5b7 Binary files /dev/null and b/MangaMap/Resources/Images/listbutton.png differ diff --git a/MangaMap/Stub/Stub.cs b/MangaMap/Stub/Stub.cs index aa2c5bf..31aaff2 100644 --- a/MangaMap/Stub/Stub.cs +++ b/MangaMap/Stub/Stub.cs @@ -29,7 +29,7 @@ namespace MangaMap.Stub l1.Add(o1); l1.Add(o2); l2.Add(u1); l2.Add(u2); l2.Add(u3); - u1.ListeOeuvreEnVisionnage.Add(o1); + //u1.ListeOeuvreEnVisionnage.Add(o1); return (l1, l2); } diff --git a/MangaMap/Views/homePage.xaml b/MangaMap/Views/homePage.xaml index 25cac50..45c432c 100644 --- a/MangaMap/Views/homePage.xaml +++ b/MangaMap/Views/homePage.xaml @@ -44,7 +44,7 @@ - +