feat(preprod): Add solo/diff toggle button to snapshot dev tools#111318
Merged
NicoHinderling merged 3 commits intomasterfrom Mar 23, 2026
Merged
feat(preprod): Add solo/diff toggle button to snapshot dev tools#111318NicoHinderling merged 3 commits intomasterfrom
NicoHinderling merged 3 commits intomasterfrom
Conversation
Add a toggle button in the snapshot dev tools panel that switches between solo and diff views via the ?type=solo URL parameter. The button only appears when diff data is available (hasBaseArtifact). Co-Authored-By: Claude Opus 4.6 <noreply@example.com>
rbro112
approved these changes
Mar 23, 2026
rbro112
reviewed
Mar 23, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@example.com>
These strings are only shown in the debug dev tools panel, so translation is unnecessary. Co-Authored-By: Claude Opus 4.6 <noreply@example.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.
Add a toggle button in the snapshot dev tools panel that lets developers
switch between solo and diff views on snapshots that have diff data.
The button toggles the
?type=soloURL query parameter — when viewinga diff snapshot, clicking "View as solo" adds
?type=soloto show theraw images without comparison overlay. Clicking "View as diff" removes
the parameter to restore the diff view. The button only renders when
the snapshot has a base artifact (i.e., diff data exists).
This is an admin/dev-only feature, scoped to the temporary dev tools
panel rather than the main header UI.