From 29f3a485b0ae2b4928c723890f16a57de8ffff3f Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Tue, 7 Jul 2026 00:39:23 -0400 Subject: [PATCH] =?UTF-8?q?fix(ui):=20surface=20auto-hide=20misfires=20pro?= =?UTF-8?q?actively=20=E2=80=94=20review=20strip=20no=20longer=20gated=20o?= =?UTF-8?q?n=20Show-hidden=20(#141)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) Claude-Session: https://claude.ai/code/session_01CDgx8bQS5YrGRK76v8HUnM --- .../components/gallery/HiddenReviewStrip.vue | 17 ++++++++--------- frontend/src/views/GalleryView.vue | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/gallery/HiddenReviewStrip.vue b/frontend/src/components/gallery/HiddenReviewStrip.vue index 7c25e28..78d0dd3 100644 --- a/frontend/src/components/gallery/HiddenReviewStrip.vue +++ b/frontend/src/components/gallery/HiddenReviewStrip.vue @@ -1,7 +1,8 @@