Auto-tag accept/reject as an in-pill yes/no pair; confirm refocuses the tag input #200

Merged
bvandeusen merged 1 commits from dev into main 2026-07-07 01:13:02 -04:00
Owner

A provisional auto-tag chip now shows a compact green ✓ / red ✗ pair inside the pill (replacing the ✕), and the "auto" text label is dropped — the yes/no is signal enough. ✓ confirms (trains + shields from retraction), ✗ removes (records a negative). The name still ellipsis-truncates so the pair stays reachable.

Confirm now returns focus to the tag input like remove already did, so the input is the cursor's resting position after any chip action in both the modal and Explore views.

Frontend-only. CI green on dev head e7c3f4e.

🤖 Generated with Claude Code

A provisional auto-tag chip now shows a compact green ✓ / red ✗ pair **inside** the pill (replacing the ✕), and the "auto" text label is dropped — the yes/no is signal enough. ✓ confirms (trains + shields from retraction), ✗ removes (records a negative). The name still ellipsis-truncates so the pair stays reachable. Confirm now returns focus to the tag input like remove already did, so the input is the cursor's resting position after any chip action in both the modal and Explore views. Frontend-only. CI green on dev head `e7c3f4e`. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
bvandeusen added 1 commit 2026-07-07 01:12:55 -04:00
feat(ui): auto-tag accept/reject as an in-pill yes/no pair; confirm refocuses input
CI / lint (push) Successful in 3s
CI / frontend-build (push) Successful in 22s
CI / backend-lint-and-test (push) Successful in 34s
CI / integration (push) Successful in 3m38s
e7c3f4e9c9
Fold the auto-tag accept into the chip: a provisional auto-tag now shows a compact
green ✓ / red ✗ pair IN the pill (replacing the ✕), and the "auto" text label is
dropped — the yes/no is signal enough (operator-asked). ✓ confirms (trains +
shields from retraction), ✗ removes (records a negative). The name still
ellipsis-truncates so the pair stays reachable.

onConfirm now returns focus to the tag input like onRemove already does, so the
input is the cursor's resting position after any chip action in both the modal
and Explore views.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CDgx8bQS5YrGRK76v8HUnM
bvandeusen merged commit 9bf095179a into main 2026-07-07 01:13:02 -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#200