[CORRUPTED] Synthetic Benchmark PR #19951 - feat(ui-v2): improve task run details page parity with Vue#573
Open
tomerqodo wants to merge 5 commits intobase_pr_19951_20260121_4505from
Open
Conversation
- Add copy button to Task Inputs tab using JsonInput copy prop - Add usePageTitle hook to set browser tab title based on task run name - Add useFavicon hook to change favicon based on task run state - Add state-specific SVG icons for favicon (cancelled, completed, crashed, failed, pending, running, scheduled) - Fix breadcrumb to link to /runs?tab=task-runs instead of just /runs - Show all detail fields consistently with 'None' when empty instead of hiding them - Add Cache Key, Cache Expiration, Retry Delay, and Retry Jitter Factor fields to always display Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
This was referenced Jan 21, 2026
Open
feat(ui-v2): improve task run details page parity with Vue
qodo-benchmark/prefect-combined-cursor#41
Open
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.
Benchmark PR PrefectHQ#19951
Type: Corrupted (contains bugs)
Original PR Title: feat(ui-v2): improve task run details page parity with Vue
Original PR Description: Improves the task run details page in the React UI to achieve better parity with the legacy Vue implementation. This was done by inspecting both codebases and comparing the implementations.
Changes
Task Inputs tab: Added copy button using the existing
copyprop onJsonInputBrowser integration:
usePageTitlehook to set browser tab title to "Task Run: {name}"useStateFaviconhook that changes the browser favicon based on task run stateNavigation: Fixed breadcrumb to link to
/runs?tab=task-runsinstead of just/runsDetails sidebar: Changed from hiding empty fields to consistently showing "None" for:
Updates since last revision
useFavicontouseStateFaviconto better communicate that the hook only handles updating the favicon to a state iconuseStateFaviconhook (10 test cases)Local Testing
Verified all changes work correctly:
Task run details page with all fields showing "None" for empty values:

Task Inputs tab with copy button:

Copy button showing toast notification:

Breadcrumb navigation to Task Runs tab:

Screen recording of testing:

View original video (rec-bd2233e5f0354d5bbc9431c21f5bac44-edited.mp4)
Review Checklist for Humans
favicon-16,favicon-32,favicon-16-dark,favicon-32-dark) exist in index.htmlLink to Devin run: https://app.devin.ai/sessions/c3243ce35f2d4ea892c5a297a3c8da55
Requested by: alex.s@prefect.io (@desertaxle)
Checklist
<link to issue>"mint.json.Original PR URL: feat(ui-v2): improve task run details page parity with Vue PrefectHQ/prefect#19951