From 36ef4ecbf191df653481fa98898f250aa4322350 Mon Sep 17 00:00:00 2001 From: DJYohann Date: Mon, 22 May 2023 13:30:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20add=20tab=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/App.csproj | 24 +++++-- App/AppShell.xaml | 18 ++++-- App/MainPage.xaml | 42 ------------ App/MainPage.xaml.cs | 25 -------- App/Pages/ChampionsListPage.xaml | 22 +++++++ App/Pages/ChampionsListPage.xaml.cs | 9 +++ App/Pages/MainPage.xaml | 16 +++++ App/Pages/MainPage.xaml.cs | 11 ++++ App/Resources/Images/dotnet_bot.svg | 95 ---------------------------- App/Resources/Images/icon_home.png | Bin 0 -> 5442 bytes App/Resources/Images/icon_sword.png | Bin 0 -> 3274 bytes App/Resources/Styles/Colors.xaml | 2 +- 12 files changed, 92 insertions(+), 172 deletions(-) delete mode 100644 App/MainPage.xaml delete mode 100644 App/MainPage.xaml.cs create mode 100644 App/Pages/ChampionsListPage.xaml create mode 100644 App/Pages/ChampionsListPage.xaml.cs create mode 100644 App/Pages/MainPage.xaml create mode 100644 App/Pages/MainPage.xaml.cs delete mode 100644 App/Resources/Images/dotnet_bot.svg create mode 100644 App/Resources/Images/icon_home.png create mode 100644 App/Resources/Images/icon_sword.png diff --git a/App/App.csproj b/App/App.csproj index 7eadb81..85e9b12 100644 --- a/App/App.csproj +++ b/App/App.csproj @@ -30,6 +30,9 @@ 6.5 + + false + @@ -39,10 +42,9 @@ - - - - + + + @@ -52,4 +54,18 @@ + + + + + + + + + + + + + + diff --git a/App/AppShell.xaml b/App/AppShell.xaml index 11814e7..ab2c8f0 100644 --- a/App/AppShell.xaml +++ b/App/AppShell.xaml @@ -3,13 +3,21 @@ x:Class="App.AppShell" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" - xmlns:local="clr-namespace:App" + xmlns:pages="clr-namespace:App.Pages" Shell.FlyoutBehavior="Disabled"> - + + + + diff --git a/App/MainPage.xaml b/App/MainPage.xaml deleted file mode 100644 index 150f346..0000000 --- a/App/MainPage.xaml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - -