docs(merge-queue): Chrome Extension terminal state improvements (v195)#204
Closed
samgutentag wants to merge 1 commit into
Closed
docs(merge-queue): Chrome Extension terminal state improvements (v195)#204samgutentag wants to merge 1 commit into
samgutentag wants to merge 1 commit into
Conversation
Documents the improved failed/cancelled/waiting-to-batch states in the extension panel: failed PRs now list which required checks didn't pass with log links, cancelled PRs show who cancelled, and both offer a resubmit button. Also adds the Waiting to Batch pending sub-state. Covers trunk-io/trunk2#4042. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Member
Author
|
Verification status (June 4, 2026): Verified: customers can use this. Ready to publish.
Mark ready and publish the docs. Generated by Claude Code |
samgutentag
added a commit
that referenced
this pull request
Jun 5, 2026
…hiding) Single 0.8.0 changelog entry covering both shipped features (trunk2 #4042 resubmit/terminal states, #4075 row hiding). Replaces the duplicate draft entries in PRs #204 and #180. Nav wired via scripts/sync-changelog.py (docs.json, changelog/index.mdx, merge-queue/changelog.mdx). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
1 task
Member
Author
samgutentag
added a commit
that referenced
this pull request
Jun 5, 2026
… row hiding) (#208) * docs(merge-queue): document Chrome Extension 0.8.0 (terminal states + row hiding) Consolidates the extension 0.8.0 reference updates into one change to merge-queue/chrome-extension.mdx, superseding the split/duplicate PRs #201 (row hiding), #204 and #180 (terminal states): - Track testing progress: add Waiting to Batch and expand Merged / Failed / Cancelled with the per-state detail the panel now shows. - New "Resubmit after failure or cancellation" section for the one-click resubmit flow and the most-recent-attempt caveat. - Replace "Automatic bot comment hiding" with "Configuring row hiding" documenting the three Hide rows toggles (Merging is blocked, Branch out of date, Trunk bot comments). - Update the settings FAQ to the in-popup Settings cards. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs(merge-queue): match exact toggle label "Trunk (bot) GitHub Comments" Code verification against trunk2 popupHideableRows: the third Hide rows toggle is labeled "Trunk (bot) GitHub Comments", not "Trunk bot comments". Matches the on-screen label per the nav/UI standard. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs(merge-queue): clarify row-hiding intro and restore bot-comment caveat - Rewrite the section intro to define GitHub's merge box and note that two toggles hide merge-box rows while the third hides Trunk's bot comments (a comment is not a "row"). - Restore the "what is not affected" caveat dropped when the old Automatic bot comment hiding section was folded in: only trunk-io merge-queue prompt comments are hidden; other bots and non-merge-queue comments are left alone. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
samgutentag
added a commit
that referenced
this pull request
Jun 5, 2026
…hiding) Single 0.8.0 changelog entry covering both shipped features (trunk2 #4042 resubmit/terminal states, #4075 row hiding). Replaces the duplicate draft entries in PRs #204 and #180. Nav wired via scripts/sync-changelog.py (docs.json, changelog/index.mdx, merge-queue/changelog.mdx). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
samgutentag
added a commit
that referenced
this pull request
Jun 5, 2026
…hiding) (#209) * docs(changelog): Chrome Extension 0.8.0 (resubmit + configurable row hiding) Single 0.8.0 changelog entry covering both shipped features (trunk2 #4042 resubmit/terminal states, #4075 row hiding). Replaces the duplicate draft entries in PRs #204 and #180. Nav wired via scripts/sync-changelog.py (docs.json, changelog/index.mdx, merge-queue/changelog.mdx). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs(changelog): drop internal trunk-staging-io from May 19 entry trunk-staging-io is an internal-only bot account customers never see, so it does not belong in a customer-facing changelog. Only trunk-io is relevant. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs(merge-queue): remove stray trailing backslash in chrome-extension intro The intro line ended with an errant `\\` hard-line-break artifact that rendered a visible backslash. Removed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs: add Hide rows settings screenshot to extension page and changelog Real capture of the extension popup Hide rows card (three toggles, scrub-clean no repo/PR data). Wired into the Configuring row hiding section of merge-queue/chrome-extension.mdx and into the 0.8.0 changelog entry. Changelog copy lives under assets/changelog/ per the changelog asset convention. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs: optimize Hide rows screenshot (40.7KB -> 18.2KB) Ran the image through an optimizer; synced both the docs-page and changelog copies to the optimized version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- 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.
Summary
Documents the improved terminal-state UI in the Trunk Chrome Extension for Merge Queue, shipped in trunk-io/trunk2#4042 (v195).
merge-queue/chrome-extension.mdxto expand the tracking states list with Waiting to Batch, and richer Failed/Cancelled descriptions (failed check links, who-cancelled byline, resubmit button).changelog/2026-06-03-merge-queue-chrome-extension-terminal-states.mdx.merge-queue/changelog.mdx.Test plan
Eng PR: trunk-io/trunk2#4042
Co-Authored-By: Claude noreply@anthropic.com
Generated by Claude Code