summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorKen D'Ambrosio <ken@jots.org>2026-06-18 21:57:30 +0000
committerKen D'Ambrosio <ken@jots.org>2026-06-18 21:57:30 +0000
commit547b51c0ec6be8786eea625423d24f0ae1a884c0 (patch)
tree5ed73b6ec395cd7821bcd29edb329c344c13df81 /views
parent121e29cecd39112193b7275be343ca0d7c87019a (diff)
Add "move to new person" bulk action
People bulk-move previously required moving members into an existing person, the pool, or the blacklist; this adds a "new person" target that creates a fresh cluster from the selected faces. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'views')
-rw-r--r--views/admin/person_detail.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/admin/person_detail.erb b/views/admin/person_detail.erb
index 10319cf..2715f4f 100644
--- a/views/admin/person_detail.erb
+++ b/views/admin/person_detail.erb
@@ -62,6 +62,7 @@
<% @named_others.each do |p| %>
<option value="<%= ERB::Util.html_escape(p[:uuid]) %>">Move to: <%= ERB::Util.html_escape(p[:name]) %></option>
<% end %>
+ <option value="new">Move to new person…</option>
<option value="pool">Move to pool</option>
<option value="blacklist">Blacklist</option>
</select>