From d9a14e890d5ac70af22548258007fece503c16c3 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sun, 12 Jul 2026 23:22:13 -0400 Subject: [PATCH] feat(system-tags): process auto-tag settings UI + mode-aware review strip (#1464) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Frontend for the system-tag refactor (milestone #157 step 6). - HeadsCard: new 'Auto-tag work-in-progress' section (enable + tag-confidence + conflict knobs) for wip/editor process auto-apply, mirroring the chrome card; copy notes they stay VISIBLE and the head only learns from titles/manual (no runaway). Presentation copy narrowed to banner-only. - HiddenReviewStrip: mode-aware — chrome flags read 'hidden as X / Keep hidden / Un-hide'; process flags read 'auto-tagged X / Keep tag / Remove tag'. Same endpoints (the backend returns mode), different words. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../components/gallery/HiddenReviewStrip.vue | 29 ++++--- .../src/components/settings/HeadsCard.vue | 81 +++++++++++++++++-- 2 files changed, 93 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/gallery/HiddenReviewStrip.vue b/frontend/src/components/gallery/HiddenReviewStrip.vue index 78d0dd3..8a63786 100644 --- a/frontend/src/components/gallery/HiddenReviewStrip.vue +++ b/frontend/src/components/gallery/HiddenReviewStrip.vue @@ -1,14 +1,15 @@