#279 Improve migration runs UX and totals: widen list pane, compact r… - #282
Merged
Conversation
…un id, add refresh action, and include preseason deltas in list/detail totals
Contributor
There was a problem hiding this comment.
Pull request overview
Improves the Admin “Migration Runs” experience by making the run list easier to scan (wider list pane + compact run IDs), adding an explicit refresh action, and ensuring preseason deltas are included in migration run total delta point calculations in both list and detail views.
Changes:
- Add a “Refresh” action to reload the run list (and the currently selected run detail).
- Display compact run IDs in the list (full ID preserved in a tooltip/title) and adjust layout/CSS for better UX.
- Include preseason deltas in
TotalDeltaPointscalculations for run list items and run detail responses, with added/updated test coverage.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/F1.Web.Tests/AdminMigrationRunsTests.cs | Adds a unit test verifying the new Refresh button triggers an additional runs-list API call. |
| tests/F1.E2E.Tests/Pages/MigrationRunsPage.cs | Updates E2E selectors to match compact run ID rendering (using title) and tab-driven comparison sections. |
| tests/F1.Api.Tests/Services/MigrationRunAdminServiceTests.cs | Adds/updates service tests to confirm preseason deltas are included in total delta point calculations. |
| src/F1.Web/Pages/AdminMigrationRuns.razor.css | Adjusts responsive layout and adds styling for truncated run ID display with ellipsis. |
| src/F1.Web/Pages/AdminMigrationRuns.razor | Implements refresh action, compacts run ID display, tweaks responsive grid sizing, and shows race vs preseason delta breakdown. |
| src/F1.Api/Services/MigrationRunAdminService.cs | Extends total delta computations to include preseason deltas for run lists and run detail DTOs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PhilipWoulfe
enabled auto-merge (squash)
July 7, 2026 15:07
Owner
Author
|
@copilot resolve the merge conflicts in this pull request |
auto-merge was automatically disabled
July 7, 2026 15:13
Head branch was pushed to by a user without write access
Contributor
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.
…un id, add refresh action, and include preseason deltas in list/detail totals