From fffddc1ff78d9a0006bb72e0703ba641156005c8 Mon Sep 17 00:00:00 2001 From: Ben Harnett Date: Thu, 30 Nov 2023 16:27:47 +1100 Subject: [PATCH] refistration done --- .../RightToAskClient.Maui/App.xaml | 3 +- .../RightToAskClient.Maui/MauiProgram.cs | 10 +- .../RightToAskClient.Maui.csproj | 2 + .../ViewModels/QuestionViewModel.cs | 2 +- .../ViewModels/ReadingPageViewModel.cs | 112 ++++---- .../ViewModels/WriteQuestionViewModel.cs | 12 +- .../Views/CodeOfConductPage.xaml | 259 +++++++++++++++++- .../Views/CodeOfConductPage.xaml.cs | 21 +- .../Views/FindMPsPage.xaml | 14 +- .../Views/Popups/TwoButtonPopup.xaml.cs | 15 +- .../Views/QuestionDetailPage.xaml | 15 +- .../Views/QuestionDisplayCard.xaml | 18 +- .../Views/ReadingPage.xaml | 33 +-- .../Views/ReadingPage.xaml.cs | 24 +- .../Views/RegisterAccountPage.xaml | 8 +- 15 files changed, 415 insertions(+), 133 deletions(-) diff --git a/RightToAskClient/RightToAskClient.Maui/App.xaml b/RightToAskClient/RightToAskClient.Maui/App.xaml index f0daee3e..65ba8c46 100644 --- a/RightToAskClient/RightToAskClient.Maui/App.xaml +++ b/RightToAskClient/RightToAskClient.Maui/App.xaml @@ -29,7 +29,7 @@ #dfdfdf #363636 - #dfdfdf + Transparent #600C82 @@ -382,6 +382,7 @@ +