Surface auto-hide misfires proactively (review strip no longer gated on Show-hidden) #199

Merged
bvandeusen merged 1 commits from dev into main 2026-07-07 00:43:45 -04:00
Owner

The conflict-flag review strip only appeared when the gallery's "Show hidden" toggle was on, so auto-hide misfires ("also looks like content") could go unnoticed. Now it fetches pending flags on gallery mount and shows whenever there are any, independent of the toggle — scoped to the main gallery (hidden in post-detail), self-hides when empty (#141, issue #1338).

Frontend-only. CI green on dev head 29f3a48.

🤖 Generated with Claude Code

The conflict-flag review strip only appeared when the gallery's "Show hidden" toggle was on, so auto-hide misfires ("also looks like content") could go unnoticed. Now it fetches pending flags on gallery mount and shows whenever there are any, independent of the toggle — scoped to the main gallery (hidden in post-detail), self-hides when empty (#141, issue #1338). Frontend-only. CI green on dev head `29f3a48`. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
bvandeusen added 1 commit 2026-07-07 00:43:40 -04:00
fix(ui): surface auto-hide misfires proactively — review strip no longer gated on Show-hidden (#141)
CI / lint (push) Successful in 3s
CI / frontend-build (push) Successful in 19s
CI / backend-lint-and-test (push) Successful in 34s
CI / integration (push) Successful in 3m44s
29f3a485b0
The conflict-flag review strip only appeared when "Show hidden" was toggled on, so
misfires could go unnoticed — defeating the point of flagging them. Fetch pending
flags on mount and show the strip whenever there are any, independent of the
toggle (operator-flagged). Gated to the main gallery (not the post-detail view),
matching the filter bar.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CDgx8bQS5YrGRK76v8HUnM
bvandeusen merged commit cefc064e0f into main 2026-07-07 00:43:45 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledCurator#199