diff --git a/LivreLand/AppShell.xaml.cs b/LivreLand/AppShell.xaml.cs index 3a9374d..363e8d7 100644 --- a/LivreLand/AppShell.xaml.cs +++ b/LivreLand/AppShell.xaml.cs @@ -16,6 +16,7 @@ public partial class AppShell : Shell Routing.RegisterRoute("library/note/", typeof(FiltrageNoteView)); Routing.RegisterRoute("library/contacts/", typeof(ContactsView)); Routing.RegisterRoute("library/tous/details/", typeof(DetailsLivreView)); + Routing.RegisterRoute("library/add/", typeof(AddBookView)); InitializeComponent(); } } diff --git a/LivreLand/LivreLand.csproj b/LivreLand/LivreLand.csproj index 47c0609..e044fb1 100644 --- a/LivreLand/LivreLand.csproj +++ b/LivreLand/LivreLand.csproj @@ -65,6 +65,9 @@ + + MSBuild:Compile + MSBuild:Compile diff --git a/LivreLand/View/ALirePlusTardView.xaml b/LivreLand/View/ALirePlusTardView.xaml index dbfe0b9..3479dfe 100644 --- a/LivreLand/View/ALirePlusTardView.xaml +++ b/LivreLand/View/ALirePlusTardView.xaml @@ -42,8 +42,10 @@ Grid.Column="1"/> diff --git a/LivreLand/View/ALirePlusTardView.xaml.cs b/LivreLand/View/ALirePlusTardView.xaml.cs index 3d54260..e7f43e7 100644 --- a/LivreLand/View/ALirePlusTardView.xaml.cs +++ b/LivreLand/View/ALirePlusTardView.xaml.cs @@ -24,11 +24,6 @@ public partial class ALirePlusTardView : ContentPage #region Methods - void OnSelectionChanged(object sender, SelectionChangedEventArgs e) - { - //App.Current.MainPage.Navigation.PushAsync(new DetailsLivreView()); - } - protected override void OnAppearing() { base.OnAppearing(); diff --git a/LivreLand/View/AddBookView.xaml b/LivreLand/View/AddBookView.xaml new file mode 100644 index 0000000..fa59fda --- /dev/null +++ b/LivreLand/View/AddBookView.xaml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/LivreLand/View/AddBookView.xaml.cs b/LivreLand/View/AddBookView.xaml.cs new file mode 100644 index 0000000..e08baaa --- /dev/null +++ b/LivreLand/View/AddBookView.xaml.cs @@ -0,0 +1,9 @@ +namespace LivreLand.View; + +public partial class AddBookView : ContentPage +{ + public AddBookView() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml b/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml index 0c99d19..8185e04 100644 --- a/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml +++ b/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml @@ -26,6 +26,10 @@ Margin="10,5,10,5">