From 8237e5f9ea1eb07ffa23b1465d4f699742101d6d Mon Sep 17 00:00:00 2001 From: Will Miao Date: Sun, 9 Aug 2026 15:50:02 +0800 Subject: [PATCH] feat(ui): mark repair recipe data entries as deprecated Add (Deprecated) label suffix to the three context menu entries for repairing recipe data (global, bulk, single) ahead of their removal. --- templates/components/context_menu.html | 4 ++-- templates/recipes.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/components/context_menu.html b/templates/components/context_menu.html index bc8c18ae..0daadcbc 100644 --- a/templates/components/context_menu.html +++ b/templates/components/context_menu.html @@ -95,7 +95,7 @@ {{ t('loras.bulkOperations.checkUpdates') }}
- {{ t('loras.bulkOperations.repairMetadata') }} + {{ t('loras.bulkOperations.repairMetadata') }} (Deprecated)
{{ t('loras.bulkOperations.rematchMetadata') }} @@ -203,7 +203,7 @@
- {{ t('globalContextMenu.repairRecipes.label') }} + {{ t('globalContextMenu.repairRecipes.label') }} (Deprecated)
{{ t('globalContextMenu.rematchRecipes.label') }} diff --git a/templates/recipes.html b/templates/recipes.html index 625599ce..b10eea65 100644 --- a/templates/recipes.html +++ b/templates/recipes.html @@ -19,7 +19,7 @@
- {{ t('loras.contextMenu.repairMetadata') }} + {{ t('loras.contextMenu.repairMetadata') }} (Deprecated)
{{ t('loras.contextMenu.rematchMetadata') }}