diff --git a/MCTG/Views/App.xaml.cs b/MCTG/Views/App.xaml.cs
index 3267474..62727b7 100644
--- a/MCTG/Views/App.xaml.cs
+++ b/MCTG/Views/App.xaml.cs
@@ -7,6 +7,7 @@
InitializeComponent();
MainPage = new AppShell();
+ Application.Current.UserAppTheme = AppTheme.Light;
}
}
}
\ No newline at end of file
diff --git a/MCTG/Views/AppShell.xaml b/MCTG/Views/AppShell.xaml
index db5d662..dd0cdd2 100644
--- a/MCTG/Views/AppShell.xaml
+++ b/MCTG/Views/AppShell.xaml
@@ -4,16 +4,60 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:Vue"
- Shell.FlyoutBehavior="Disabled">
+ FlyoutBackgroundColor="DarkGray"
+ Shell.FlyoutBehavior="Flyout">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/MCTG/Views/Home.xaml b/MCTG/Views/Home.xaml
index 5b42ef5..56d1bdd 100644
--- a/MCTG/Views/Home.xaml
+++ b/MCTG/Views/Home.xaml
@@ -2,14 +2,15 @@
+ x:Class="Vue.Home"
+ Title="Mon app trop géniale">
-
+
-
@@ -35,7 +36,7 @@
-
+ -->
@@ -44,7 +45,7 @@
FontSize="32" FontAttributes="Bold" Padding="15"/>
-
+
diff --git a/MCTG/Views/Resources/Images/assistant_icon.svg b/MCTG/Views/Resources/Images/assistant_icon.svg
new file mode 100644
index 0000000..10340be
--- /dev/null
+++ b/MCTG/Views/Resources/Images/assistant_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/MCTG/Views/Resources/Images/coffee_icon.svg b/MCTG/Views/Resources/Images/coffee_icon.svg
new file mode 100644
index 0000000..26fd303
--- /dev/null
+++ b/MCTG/Views/Resources/Images/coffee_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/MCTG/Views/Resources/Images/flatware_icon.svg b/MCTG/Views/Resources/Images/flatware_icon.svg
new file mode 100644
index 0000000..8869c2a
--- /dev/null
+++ b/MCTG/Views/Resources/Images/flatware_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/MCTG/Views/Resources/Images/home_icon.svg b/MCTG/Views/Resources/Images/home_icon.svg
new file mode 100644
index 0000000..542676a
--- /dev/null
+++ b/MCTG/Views/Resources/Images/home_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/MCTG/Views/Resources/Images/list_icon.svg b/MCTG/Views/Resources/Images/list_icon.svg
new file mode 100644
index 0000000..3272a0a
--- /dev/null
+++ b/MCTG/Views/Resources/Images/list_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/MCTG/Views/Resources/Images/login_icon.svg b/MCTG/Views/Resources/Images/login_icon.svg
new file mode 100644
index 0000000..ca9be8b
--- /dev/null
+++ b/MCTG/Views/Resources/Images/login_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/MCTG/Views/Resources/Images/logout_icon.svg b/MCTG/Views/Resources/Images/logout_icon.svg
new file mode 100644
index 0000000..c9e8f33
--- /dev/null
+++ b/MCTG/Views/Resources/Images/logout_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/MCTG/Views/Resources/Images/room_service_icon.svg b/MCTG/Views/Resources/Images/room_service_icon.svg
new file mode 100644
index 0000000..aed3c60
--- /dev/null
+++ b/MCTG/Views/Resources/Images/room_service_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/MCTG/Views/Resources/Styles/Colors.xaml b/MCTG/Views/Resources/Styles/Colors.xaml
index 245758b..4f0fe34 100644
--- a/MCTG/Views/Resources/Styles/Colors.xaml
+++ b/MCTG/Views/Resources/Styles/Colors.xaml
@@ -5,7 +5,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
#512BD4
- #DFD8F7
+ #D9D9D9
#2B0B98
White
Black