summaryrefslogtreecommitdiffstats
path: root/views/admin/person_detail.erb
AgeCommit message (Collapse)AuthorFilesLines
4 daysAdd face and cluster deletion to people adminKen D'Ambrosio1-0/+9
On the cluster detail page: "Remove face" option in each face's move dropdown removes it from the cluster entirely; "Delete cluster" button (red, with confirmation) removes the whole cluster from people.json. Moving the last face out of a cluster also auto-deletes it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 daysAdd people cluster detail page with face move/merge and hover previewKen D'Ambrosio1-0/+107
Each cluster in /admin/people now links to a detail page showing all faces in a grid. From there you can rename the cluster, move individual faces to another named person (or spin off a new cluster), or merge the entire cluster into another. Hovering any face crop shows the original full photo for context. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>