From 6a7c3b5bbbad80c5735fbaeb821d5d6f6b6c6c8f Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 21 Mar 2026 18:01:10 +0100 Subject: [PATCH] [feat](trx-frontend-http): add multi-bookmark selection for batch deletion Add checkbox column to bookmark table with select-all support and a Delete Selected button for batch removal. New POST /bookmarks/batch_delete API endpoint accepts an array of IDs and removes them in one request. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Stan Grams --- .../trx-frontend-http/assets/web/index.html | 2 + .../assets/web/plugins/bookmarks.js | 75 ++++++++++++++++++- .../trx-frontend-http/assets/web/style.css | 21 +++++- .../trx-frontend/trx-frontend-http/src/api.rs | 23 ++++++ 4 files changed, 119 insertions(+), 2 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html index 65b88c0..0fafdcd 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html @@ -356,6 +356,7 @@ +