Feature/#279 improve migration ux - #280
Merged
Merged
Conversation
added 5 commits
July 6, 2026 21:16
…ports, kickoff toggle, and URL state persistence
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves the Admin “Migration Runs” command-center UX in F1.Web by moving to a two-pane layout, introducing task-focused tabs in the detail pane, reorganizing exports, and persisting key state (run/tab/page/status) in the URL.
Changes:
- Reworked
AdminMigrationRunsinto a responsive two-pane layout with a collapsible kickoff panel and a tabbed detail workspace. - Added run-list status/mode/severity badges, improved filter controls, and added query-string state sync.
- Updated/added BUnit tests for the new UX and accessibility attributes; added an epic/story doc describing the intended UX overhaul.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| tests/F1.Web.Tests/AdminMigrationRunsTests.cs | Updates/adds BUnit coverage for the new two-pane + tabbed UX, kickoff toggle, and ARIA expectations. |
| src/F1.Web/Pages/AdminMigrationRuns.razor.css | Adds desktop-only visual separation for the right-hand detail pane. |
| src/F1.Web/Pages/AdminMigrationRuns.razor | Implements the new layout, tabs, export grouping, keyboard handling, and URL query-string persistence. |
| docs/epics/gh-279-migration-runs-ux-overhaul-story.md | Adds the epic/story write-up and acceptance criteria for the migration runs UX overhaul. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…uracy - Remove role="listbox"/role="option" from tbody/tr to restore native table semantics; replace all-tabbable rows with a roving tabindex so only the selected row (or first row when nothing is selected) is in the tab order - Rename "Race Reconciliation" export card to "Participant Diffs" and update its description and link labels to accurately reflect the participant-diffs export type (not race-scoped) - Update tests to match the renamed export card heading and link text
Replace the outdated listbox/option role requirement with the correct description: native table semantics with roving tabindex (selected row or first row at tabindex=0, all others at tabindex=-1).
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.
No description provided.