From 725df65f5a613218d7a95c4566ec4c545c327c0c Mon Sep 17 00:00:00 2001 From: hulivet1 Date: Mon, 14 Nov 2022 16:42:41 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20de=20Dashboard=20sans=20le=20charg?= =?UTF-8?q?ement=20depuis=20le=20CSV?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/IHM/AppShell.xaml.cs | 2 + Sources/IHM/Dashboard.xaml | 102 ++++++++++++++++-- Sources/IHM/IHM.csproj | 9 +- Sources/IHM/MainPage.xaml | 27 ++--- Sources/IHM/MainPage.xaml.cs | 5 +- .../Images/DashBoard/account_banks.png | Bin 0 -> 600 bytes .../Resources/Images/logo_sans_fond_black.png | Bin 0 -> 96134 bytes Sources/IHM/Resources/Styles/Colors.xaml | 6 +- Sources/IHM/Resources/Styles/Styles.xaml | 11 +- 9 files changed, 130 insertions(+), 32 deletions(-) create mode 100644 Sources/IHM/Resources/Images/DashBoard/account_banks.png create mode 100644 Sources/IHM/Resources/Images/logo_sans_fond_black.png diff --git a/Sources/IHM/AppShell.xaml.cs b/Sources/IHM/AppShell.xaml.cs index d4af711..1ced756 100644 --- a/Sources/IHM/AppShell.xaml.cs +++ b/Sources/IHM/AppShell.xaml.cs @@ -13,6 +13,8 @@ namespace IHM Routing.RegisterRoute("Inscription", typeof(Inscription)); Routing.RegisterRoute("ForgetPassword", typeof(ForgetPassword)); Routing.RegisterRoute("ChangePassword", typeof(ChangePassword)); + + } diff --git a/Sources/IHM/Dashboard.xaml b/Sources/IHM/Dashboard.xaml index 751ce20..d3ac65d 100644 --- a/Sources/IHM/Dashboard.xaml +++ b/Sources/IHM/Dashboard.xaml @@ -2,10 +2,100 @@ - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/IHM/IHM.csproj b/Sources/IHM/IHM.csproj index 9ef10c6..e9d217a 100644 --- a/Sources/IHM/IHM.csproj +++ b/Sources/IHM/IHM.csproj @@ -32,7 +32,10 @@ - + + PreserveNewest + + @@ -54,6 +57,10 @@ + + + + diff --git a/Sources/IHM/MainPage.xaml b/Sources/IHM/MainPage.xaml index 109a56e..9218bea 100644 --- a/Sources/IHM/MainPage.xaml +++ b/Sources/IHM/MainPage.xaml @@ -10,26 +10,27 @@ VerticalOptions="Start">