From 4398851bb96f49a2d877ee8d06f12b1cf89cfab5 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Tue, 14 Oct 2025 21:29:09 +0800 Subject: [PATCH] feat: reorder and update context menu items - Remove 'clear' action from context menu - Reorder menu items to prioritize common operations - Move destructive operations (delete, move) to bottom section - Add visual separation between action groups - Maintain all existing functionality with improved organization --- templates/components/context_menu.html | 36 ++++++++++++-------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/templates/components/context_menu.html b/templates/components/context_menu.html index 28e6ad57..d633ca97 100644 --- a/templates/components/context_menu.html +++ b/templates/components/context_menu.html @@ -50,6 +50,21 @@ {{ t('loras.bulkOperations.selected', {'count': 0}) }}
+
+ {{ t('loras.bulkOperations.refreshAll') }} +
+
+ {{ t('loras.bulkOperations.copyAll') }} +
+
+ {{ t('loras.contextMenu.sendToWorkflowAppend') }} +
+
+ {{ t('loras.contextMenu.sendToWorkflowReplace') }} +
+
+ {{ t('loras.bulkOperations.autoOrganize') }} +
{{ t('loras.bulkOperations.addTags') }}
@@ -59,32 +74,13 @@
{{ t('loras.bulkOperations.setContentRating') }}
-
- {{ t('loras.contextMenu.sendToWorkflowAppend') }} -
-
- {{ t('loras.contextMenu.sendToWorkflowReplace') }} -
-
- {{ t('loras.bulkOperations.copyAll') }} -
-
- {{ t('loras.bulkOperations.refreshAll') }} -
+
{{ t('loras.bulkOperations.moveAll') }}
-
- {{ t('loras.bulkOperations.autoOrganize') }} -
-
{{ t('loras.bulkOperations.deleteAll') }}
-
-
- {{ t('loras.bulkOperations.clear') }} -