Transaction Flow Screens: Modern Tile-Based Layout Revamp#475
Merged
StuartFerguson merged 6 commits intomainfrom Mar 6, 2026
Merged
Transaction Flow Screens: Modern Tile-Based Layout Revamp#475StuartFerguson merged 6 commits intomainfrom
StuartFerguson merged 6 commits intomainfrom
Conversation
- TransactionsPage: Replace simple buttons with 2×2 tile grid with gradient header - SelectOperator pages (MobileTopup, BillPayment, Voucher): FlexLayout tile grid with gradient header - SelectProduct pages (MobileTopup, BillPayment, Voucher): FlexLayout tile grid with gradient header - Form pages (PerformTopup, GetAccount, GetMeter, PayBill, PerformIssue): Gradient header + card form - Success/Failed pages (all 6): Gradient header + status card with SVG icons - AdminPage: Gradient header + card tile for Reconciliation - LightTheme.xaml: Add OperatorTileFrame, TransactionFormCard, StatusCardFrame, StatusMessageLabel, SectionTitleLabel styles Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
The style is used for both operator and product selection tiles, so a more generic name is more appropriate. Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Revamp transaction flow screens to modern tile layout
Transaction Flow Screens: Modern Tile-Based Layout Revamp
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Transaction flow screens used a flat list of colored buttons with no visual hierarchy. This replaces them with a tile-based card layout consistent with the existing
HomePagedesign.TransactionsPage
GridofHomeCardFrametiles; Admin spans full width (row 3)SelectOperator / SelectProduct Pages (6 pages)
VerticalStackLayoutofButton→FlexLayoutofFrametiles withTapGestureRecognizerStandardButtonForm Pages (PerformTopup, GetAccount, GetMeter, PayBill, PerformIssue)
TitleLabelTransactionFormCard(white card with shadow)Success / Failed Pages (6 pages)
StatusCardFramecontaining status icon + message.png→.svg(matching actual assets)AdminPage
HomeCardFrametileNew Styles (
LightTheme.xaml)SelectionTileFrameTransactionFormCardStatusCardFrameStatusMessageLabelSectionTitleLabelAll existing
AutomationIdvalues are preserved for UI test compatibility.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
f.feedz.io/usr/bin/dotnet dotnet restore TransactionProcessor.Mobile.BusinessLogic.Tests/TransactionProcessor.Mobile.BusinessLogic.Tests.csproj --configfile Nuget.config(dns block)/opt/hostedtoolcache/CodeQL/2.24.2/x64/codeql/csharp/tools/linux64/Semmle.Autobuild.CSharp /opt/hostedtoolcache/CodeQL/2.24.2/x64/codeql/csharp/tools/linux64/Semmle.Autobuild.CSharp(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.