feat(gui): close conversion-progress & visual-QA gaps (#105)#137
Merged
Conversation
…105) Closes the remaining conversion-progress / visual-QA-review gaps. - Conversion result now surfaces a direct **Activate theme** action (runs activate-theme and shows activating/activated/failed inline) instead of only pointing at the WordPress tab. - On conversion failure, links to docs/COMMON-FAILURES-FIXES.md and docs/TROUBLESHOOTING.md (via the sandboxed openPath bridge). - Visual QA renders a **Design vs result** section: discoverQaArtifacts pairs .claude/visual-qa/screenshots/figma/<page>.png with the matching wordpress/chromium render (pure pairDesignResults helper, unit-tested), shown side-by-side when available. Live streaming, success/failure states, theme location, and the visual-diff + Lighthouse rendering shipped in #129; this adds the activate action, design-vs-result comparison, and troubleshooting links the issue asks for. Co-Authored-By: Claude Opus 4.8 (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.
Closes #105. Part of #100. Milestone v3.0.0.
Live streaming, running/success/failure states, theme-location surfacing, and the
visual-diff + Lighthouse rendering shipped in #129. This PR adds the rest.
(runs
activate-theme, shows activating/activated/failed inline) — not just apointer to the WordPress tab.
discoverQaArtifactspairs.claude/visual-qa/screenshots/figma/<page>.pngwith the matchingwordpress/chromiumrender (pure, unit-testedpairDesignResults); the VisualQA view shows them side-by-side when available.
docs/COMMON-FAILURES-FIXES.mdand
docs/TROUBLESHOOTING.md.Criteria
docs/GUI.md— this PR🤖 Generated with Claude Code