From 7950acb21b22e7bc6f10c50e1427850de2834b24 Mon Sep 17 00:00:00 2001 From: Ken D'Ambrosio Date: Wed, 13 May 2026 17:46:28 +0000 Subject: Add folder rename and background update trigger to admin UI - Admin edit form: "Folder name" field renames the directory on save; also moves the thumbnail cache subtree to match the new path - Admin edit page: "Run Update" button spawns update.rb in a background thread, streams output into a terminal-style log panel via 1.5s polling; shows Done/Error status when complete Co-Authored-By: Claude Sonnet 4.6 --- views/admin/album.erb | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) (limited to 'views/admin/album.erb') diff --git a/views/admin/album.erb b/views/admin/album.erb index 9d98c5e..49ec4ca 100644 --- a/views/admin/album.erb +++ b/views/admin/album.erb @@ -14,6 +14,13 @@
Album + <% unless @rel.empty? %> +
+ +
+ <% end %>
-- cgit v1.2.3