From 84dcfeb6ffdb7dd0760bef3f9196241c1fd049c1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:20:46 +0000 Subject: [PATCH 1/4] Initial plan From 0a4fdeb26b016bc1ae82eb5dcf388570b92cc28b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:26:59 +0000 Subject: [PATCH 2/4] Revamp SupportPage with modern tile-based layout Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com> --- .../Pages/Support/SupportPage.xaml | 87 +++++++++++-------- .../Pages/Support/SupportPage.xaml.cs | 59 ++++++++++++- 2 files changed, 108 insertions(+), 38 deletions(-) diff --git a/TransactionProcessor.Mobile/Pages/Support/SupportPage.xaml b/TransactionProcessor.Mobile/Pages/Support/SupportPage.xaml index 858b6a53d..b264453c7 100644 --- a/TransactionProcessor.Mobile/Pages/Support/SupportPage.xaml +++ b/TransactionProcessor.Mobile/Pages/Support/SupportPage.xaml @@ -3,49 +3,66 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="TransactionProcessor.Mobile.Pages.Support.SupportPage" xmlns:common="clr-namespace:TransactionProcessor.Mobile.Pages.Common" - xmlns:controls="clr-namespace:TransactionProcessor.Mobile.Controls" - xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" Shell.NavBarIsVisible="False" - x:Name="Support"> + Padding="0"> - - - - - - + + + + + + + + + + + + + - - + + + + + + + -