diff --git a/AppShell.xaml b/AppShell.xaml index 8a22e41..0e554b4 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -24,6 +24,11 @@ ContentTemplate="{DataTemplate pages:ProfilePage}" Route="Profile" /> + + + + \ No newline at end of file diff --git a/MauiProgram.cs b/MauiProgram.cs index f4b9bbc..c09f521 100644 --- a/MauiProgram.cs +++ b/MauiProgram.cs @@ -14,10 +14,10 @@ public static class MauiProgram fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); fonts.AddFont("Poppins-Bold.ttf", "PoppinsBold"); + fonts.AddFont("Poppins-Regular.ttf", "Poppins"); fonts.AddFont("Poppins-Medium.ttf", "PoppinsMedium"); fonts.AddFont("Poppins-Regular.ttf", "Poppins"); }); - #if DEBUG builder.Logging.AddDebug(); #endif diff --git a/Pages/FavoritesPage.xaml b/Pages/FavoritesPage.xaml index efd7b6e..7966adf 100644 --- a/Pages/FavoritesPage.xaml +++ b/Pages/FavoritesPage.xaml @@ -11,21 +11,26 @@ + Padding="20, 40, 0, 30" + ColumnDefinitions="*" + MaximumHeightRequest="60"> + Source="arrow_back.svg" + HorizontalOptions="Start"/> + diff --git a/Pages/HomePage.xaml b/Pages/HomePage.xaml new file mode 100644 index 0000000..e47947c --- /dev/null +++ b/Pages/HomePage.xaml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Pages/HomePage.xaml.cs b/Pages/HomePage.xaml.cs new file mode 100644 index 0000000..d0538e9 --- /dev/null +++ b/Pages/HomePage.xaml.cs @@ -0,0 +1,9 @@ +namespace ShoopNCook.Pages; + +public partial class HomePage : ContentPage +{ + public HomePage() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Pages/MyRecipesPage.xaml b/Pages/MyRecipesPage.xaml new file mode 100644 index 0000000..33ae85a --- /dev/null +++ b/Pages/MyRecipesPage.xaml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +