mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 03:01:27 -03:00
fix(recipes): polish deleted-LoRA reconnect panel UI
- fix .reconnect-input overflow (calc(100% - 20px) -> border-box 100%) - replace nested-card border/background with a dashed top separator - route reconnect copy through translate(); add recipes.resources .reconnectInstructions/reconnectExample/reconnectPlaceholder keys and translate them in all 9 locales - show reconnect failures inline in the panel (role=alert) instead of a transient toast; errors clear on input/show/hide - drop dead .reconnect-instructions code CSS; add regression test
This commit is contained in:
@@ -903,6 +903,9 @@
|
||||
"preparingDownload": "Download wird vorbereitet...",
|
||||
"reconnect": "Neu verknüpfen",
|
||||
"reconnectTooltip": "Mit einem lokalen LoRA neu verknüpfen",
|
||||
"reconnectInstructions": "Geben Sie die LoRA-Syntax oder den Namen zum Neuverknüpfen ein:",
|
||||
"reconnectExample": "Beispiel: <lora:name:1> oder nur der Name",
|
||||
"reconnectPlaceholder": "LoRA-Namen oder -Syntax eingeben",
|
||||
"viewOnCivitai": "Auf CivitAI anzeigen",
|
||||
"openLoraDetails": "{name} in der LoRA-Bibliothek anzeigen",
|
||||
"openCheckpointDetails": "{name} in der Modellbibliothek anzeigen"
|
||||
|
||||
Reference in New Issue
Block a user