From cf1385bbd6d88a8db9f615512564e150c85a0b5f Mon Sep 17 00:00:00 2001 From: Ken D'Ambrosio Date: Mon, 8 Jun 2026 22:39:58 +0000 Subject: Add face and cluster deletion to people admin 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 --- public/css/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css index 7b0ce1a..64c19e3 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -66,6 +66,8 @@ a:hover { color: var(--accent-hv); text-decoration: underline; } transition: background .15s; } .btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; text-decoration: none; } +.btn-danger { border-color: #8b2020; color: #e07070; } +.btn-danger:hover { background: #8b2020; border-color: #8b2020; } .btn-sm { padding: 4px 10px; font-size: .8rem; } /* ── Main content ──────────────────────────────────────────────────────── */ -- cgit v1.2.3