feat(studio/frontend): #1177 #1178 #1179 #1135 — action panel, filter counts, play-graph color/click/zoom, a11y perf baseline#1258
Open
ohdearquant wants to merge 2 commits into
Open
Conversation
#1177: Action panel auto-synthesizes a next action from failed plays (names, exit codes, remediation) instead of rendering "no blockers" when failures exist. (app/shows/[topic]/page.tsx) #1178: Runs page filter chips show per-status counts derived from loaded runs; active chip filled vs outlined. (app/runs/page.tsx) #1179: Play graph gets status-based node color, clickable nodes (inline expand), zoom + fit-to-view, and critical-path highlight; ReactFlow kept. (app/shows/[topic]/components/PlayDag.tsx) #1135: jsx-a11y ESLint perf baseline documented; production bundle byte-identical with/without plugin, eslint config restored. (PERF.md) Gates (verified by tester op-5 and re-run by critic op-6): pnpm lint 0 errors, pnpm typecheck 0 errors, pnpm build green (18/18 pages). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Studio frontend UX slice from the
lionagi-sweepshow. Implemented + critic-APPROVED locally (CRIT:0 MAJ:0 MIN:2);pnpm lint0 errors,pnpm typecheckclean (independently re-run),pnpm buildgreen (18/18 pages).Fixes
app/shows/[topic]/page.tsx)app/runs/page.tsx)<Controls>+fitViewzoom/fit, Kahn topo-sort + DP longest-path critical-path highlight. (app/shows/[topic]/components/PlayDag.tsx)PERF.md.Reviewer notes (2 MINOR, non-blocking, conform to contracts)
Closes #1177
Closes #1178
Closes #1179
Closes #1135
🤖 Generated with Claude Code