diff --git a/static/css/components/menu.css b/static/css/components/menu.css index df3d01dc..b73698bd 100644 --- a/static/css/components/menu.css +++ b/static/css/components/menu.css @@ -34,6 +34,12 @@ margin: 4px 0; } +/* Lighter separator between category groups (vs the full separator before destructive) */ +.context-menu-separator.menu-section-break { + opacity: 0.4; + margin: 3px 0; +} + .context-menu-item.delete-item { color: var(--danger-color); } diff --git a/templates/checkpoints.html b/templates/checkpoints.html index 988bb6cc..674b51c2 100644 --- a/templates/checkpoints.html +++ b/templates/checkpoints.html @@ -10,17 +10,27 @@ {% block additional_components %} diff --git a/templates/components/context_menu.html b/templates/components/context_menu.html index 3e4c7c86..00b85a9e 100644 --- a/templates/components/context_menu.html +++ b/templates/components/context_menu.html @@ -5,6 +5,7 @@ +
{{ t('loras.contextMenu.refreshMetadata') }}
@@ -14,6 +15,8 @@
{{ t('loras.contextMenu.relinkCivitai') }}
+ +
{{ t('loras.contextMenu.copySyntax') }}
@@ -23,6 +26,8 @@
{{ t('loras.contextMenu.sendToWorkflowReplace') }}
+ +
{{ t('loras.contextMenu.openExamples') }}
@@ -32,13 +37,18 @@
{{ t('loras.contextMenu.replacePreview') }}
+ +
{{ t('loras.contextMenu.setContentRating') }}
-
+ +
{{ t('loras.contextMenu.moveToFolder') }}
+
+
{{ t('loras.contextMenu.excludeModel') }}
@@ -53,25 +63,6 @@ {{ t('loras.bulkOperations.selected', {'count': 0}) }}
-
-
{{ t('loras.bulkOperations.sections.workflow') }}
-
- - {{ t('loras.bulkOperations.sendToWorkflow') }} - -
-
- {{ t('loras.contextMenu.sendToWorkflowAppend') }} -
-
- {{ t('loras.contextMenu.sendToWorkflowReplace') }} -
-
- {{ t('loras.bulkOperations.copyAll') }} -
-
-
-
{{ t('loras.bulkOperations.sections.metadata') }}
@@ -93,6 +84,25 @@ {{ t('loras.bulkOperations.resumeMetadataRefresh') }}
+
+
{{ t('loras.bulkOperations.sections.workflow') }}
+
+ + {{ t('loras.bulkOperations.sendToWorkflow') }} + +
+
+ {{ t('loras.contextMenu.sendToWorkflowAppend') }} +
+
+ {{ t('loras.contextMenu.sendToWorkflowReplace') }} +
+
+ {{ t('loras.bulkOperations.copyAll') }} +
+
+
+
{{ t('loras.bulkOperations.sections.attributes') }}
@@ -108,15 +118,6 @@ {{ t('loras.bulkOperations.setContentRating') }}
-
-
{{ t('loras.bulkOperations.sections.organize') }}
-
- {{ t('loras.bulkOperations.autoOrganize') }} -
-
- {{ t('loras.bulkOperations.moveAll') }} -
-
{{ t('loras.bulkOperations.sections.download') }}
@@ -126,6 +127,15 @@ {{ t('loras.bulkOperations.downloadMissingLoras') }}
+
+
{{ t('loras.bulkOperations.sections.organize') }}
+
+ {{ t('loras.bulkOperations.autoOrganize') }} +
+
+ {{ t('loras.bulkOperations.moveAll') }} +
+
{{ t('loras.bulkOperations.deleteAll') }} diff --git a/templates/embeddings.html b/templates/embeddings.html index 627fb651..aa51daaf 100644 --- a/templates/embeddings.html +++ b/templates/embeddings.html @@ -10,15 +10,25 @@ {% block additional_components %} diff --git a/templates/recipes.html b/templates/recipes.html index ebcb94f2..994c45b5 100644 --- a/templates/recipes.html +++ b/templates/recipes.html @@ -17,6 +17,15 @@