Transaction Summary by Operator: add grid sorting, paging, and fix filter button alignment#812
Merged
Conversation
…r buttons, fix ClearFilters Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix issues with transaction summary grid
Transaction Summary by Operator: add grid sorting, paging, and fix filter button alignment
Mar 10, 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.
The Transaction Summary by Operator page was missing column sorting and pagination, and the filter action buttons were misaligned. This brings it to parity with the Transaction Summary by Merchant page.
Changes
TransactionSummaryOperator.razor.cs_sortColumn/_sortAscendingstate and aPagedOperatorscomputed property that sorts across all columns (OperatorName,TotalCount,TotalValue,AverageValue,AuthorisedCount,DeclinedCount,AuthorisedPercentage) with toggle-on-re-click behaviour_pageSize,_currentPage,TotalPages,GoToPage();LoadSummaryDataresets to page 1 on new dataClearFilterswas resetting dropdown values to""instead of"-1", causing parse errors on the next loadTransactionSummaryOperator.razor<th>wired toSortBy(column)with a ↑/↓ indicator on the active columnTotalPages > 1<div class="mt-4">to<div class="mt-4 flex items-center gap-2">withinline-flex items-centeron each button, matching the Merchant summary pageWarning
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 build EstateManagementUI.BlazorServer/EstateManagementUI.BlazorServer.csproj /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.BlazorServer/Components/Layout/EntryLayout.razor /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.BlazorServer/Components/Pages/Estate/Index.razor /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.BlazorServer/Components/Pages/AccessDenied.razor /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.BlazorServer/Components/Pages/EntryScreen.razor /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.BlazorServer/Components/Pages/Contracts/New.razor /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.BlazorServer/Components/Pages/Contracts/Index.razor /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.BlazorSer�� /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.BlazorServer/Components/Pages/Contracts/View.razor /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.BlazorServer/Components/Pages/Merchants/New.razor(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)/usr/bin/dotnet dotnet restore --no-dependencies /home/REDACTED/work/EstateManagementUI/EstateManagementUI/EstateManagementUI.sln --packages /tmp/codeql-scratch-08f19c0a64ebe883/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/tmp/codeql-scratch-08f19c0a64ebe883/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/tmp/codeql-scratch-08f19c0a64ebe883/dbs/csharp/working/emptyFakeDotnetRoot /p:AllowMissingPrunePackageData=true(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.