View modal batch: autofocus, suggestions UX, post-title click, retire copyright/artist #41
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Three coupled view-modal landings from 2026-06-01.
af7b5c9— autofocus, expand general, lower threshold, retire copyright/artist (Scribe plan #509)TagAutocompletegrabs focus innextTick(onMounted); type immediately, no click required.SuggestionsPanel's general group switchesdefault-openfalse → true.alembic 0029also bumps the existing singleton row if still at 0.95. Settings → ML can re-tune.copyright+artistML suggestion categories — neither feeds a real Tag.kind (artistretired in FC-2d-vii-c). Dropped fromSURFACED_CATEGORIES,_threshold_for, ml_admin GET/PATCH allowlist, MLSettings columns, frontend CATEGORY_ORDER + CATEGORY_LABELS,peopleCats, AliasPickerDialog kind-check, MLThresholdSliders. The Postgrestag_kindenum keepsartistfor historic-row queryability per the existing model comment — intentional, out of scope.5d284aa— test fix for the new threshold defaulttest_threshold_filters_low_confidence_generalwas pinned to the old 0.95 default; thesmile=0.80input was below it but is above the new 0.50. Lowered the input to 0.30 so the test asserts threshold behavior rather than the specific cutoff.f87a06a— Provenance post title click + suggestion rows look like buttons (Scribe plan #514)ProvenancePanel's bold title becomes a button-link (accent color, hover underline, focus ring). Click navigates/posts?post_id=N&artist_id=A; PostsView already filters onartist_idviapost_feed_service, so the feed lands scoped to that creator instead of the global stream. The redundant "View post" link is removed.SuggestionItemis now a chip-card: visible border, hover/focus background-and-border transition, explicitAccepttonal pill button (operator's pick over whole-row-clickable), 3-dot menu withvariant="outlined"so it reads as a control. Score is a fixed-width monospace pill on the right. The+ newbadge becomes a pill chip with accent border so it visibly annotates rather than blending into the tag name.Test plan
/posts?post_id=N&artist_id=Aand the posts feed shows only that artist's posts.Acceptbutton and outlined menu icon. Hover changes background + border; focus shows a ring on the buttons.