Skip to content

feat(toolbar): Unresolve on verified-resolved pins - #34

Merged
bobakemamian merged 1 commit into
stable-pin-numbersfrom
resolved-unresolve
Aug 18, 2026
Merged

feat(toolbar): Unresolve on verified-resolved pins#34
bobakemamian merged 1 commit into
stable-pin-numbersfrom
resolved-unresolve

Conversation

@bobakemamian

Copy link
Copy Markdown
Contributor

Stacked on #33 (which stacks on #31) — merge in order; GitHub retargets automatically.

Closes #32. "If I wanted to see archived comments or unresolve a resolved comment, how would I do that?"

Archived pins were already visible (inbox → RESOLVED tab), but a verified-resolved pin was a dead end. The card now renders an Unresolve button whenever the pin is resolved — same data-action="verify-reopen" path as the verify prompt's Reopen, and the hub's verifyPin(id, "reopened") already flips any resolved pin back to open, so no wire change at all. Reopening keeps the card open with the composer focused, as before.

Gates

  • toolbar tests (new: verified-resolved renders Unresolve, fires verify(pid, "reopened"))
  • tsc, biome, fresh toolbar build + site bundle byte-check

🤖 Generated with Claude Code

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3478bc6e-d5ba-4acd-a375-2dacea2e9d01

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

'If I wanted to unresolve a resolved comment, how would I do that?'
A verified-resolved pin's card was a dead end — the reopen path existed
only in the resolved-but-unverified verify window. The card now offers
Unresolve whenever the pin is resolved, riding the same hub reopen call
(verifyPin flips any resolved pin back to open). The inbox's RESOLVED
tab already lists them; now every row in it has a way back.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@bobakemamian
bobakemamian merged commit 81f11ff into main Aug 18, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resolved pins: no way to see them or unresolve from the toolbar

1 participant