Modal focus/keyboard polish, Camie-in-autocomplete, re-extract self-resume #82
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?
What
Four commits stacked on dev, all CI-green:
b797085— Pick-a-fandom dialog focus/keyboard flow. Focus lands in the search dropdown (driven by the dialog's@after-enter, not the flakyautofocus); Tab → new-fandom field where Enter creates; creating fills the dropdown + returns focus there; Enter accepts. Removed the@update:model-valueauto-confirm that closed the dialog the instant a value was set. Focus returns to the tag input on confirm/cancel.5201fab— Surface the image's ML (Camie) suggestions inline in the tag autocomplete dropdown as you type, de-duped against server hits, marked with an accent border + score chip. Picking one runs the same accept path as the Suggestions panel.a73d932— Time-box + self-resume the archive re-extract task (cursor + 600s chunk + re-enqueue), so a large backlog finishes across chunks instead of dying at the 30-min soft limit. Independent of themaintenance_longlane isolation.394c7dc— Test fixture fix (patterned images to avoid the solid-color phash-collapse trap).CI
Green on dev head
394c7dc(run 687).🤖 Generated with Claude Code
Solid-color members phash-collapse to distance 0, so the second archive's member deduped away ("held no supported members") and members_imported was 0. Use structurally distinct patterned jpegs so both members import — the resume cursor mechanics were already correct. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>