mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 23:25:43 -03:00
feat(ui): add setup guidance when example images path is not configured
When users try to import custom example images without configuring the download location, show a helpful guidance interface instead of failing silently or showing an error after the fact. Changes: - ShowcaseView.js: Check if example_images_path is configured before showing import interface; display setup guidance with open settings button - showcase.css: Add styles for the setup guidance state - locales: Add translation keys for all 10 supported languages Clicking 'Open Settings' will: 1. Open the settings modal 2. Scroll to the Example Images section 3. Highlight the section with a brief animation 4. Focus the input field Fixes #785
This commit is contained in:
@@ -1165,7 +1165,11 @@
|
||||
"exampleImages": {
|
||||
"opened": "Beispielbilder-Ordner geöffnet",
|
||||
"openingFolder": "Beispielbilder-Ordner wird geöffnet",
|
||||
"failedToOpen": "Fehler beim Öffnen des Beispielbilder-Ordners"
|
||||
"failedToOpen": "Fehler beim Öffnen des Beispielbilder-Ordners",
|
||||
"setupRequired": "Beispielbilder-Speicher",
|
||||
"setupDescription": "Um benutzerdefinierte Beispielbilder hinzuzufügen, müssen Sie zuerst einen Download-Speicherort festlegen.",
|
||||
"setupUsage": "Dieser Pfad wird sowohl für heruntergeladene als auch für benutzerdefinierte Beispielbilder verwendet.",
|
||||
"openSettings": "Einstellungen öffnen"
|
||||
}
|
||||
},
|
||||
"help": {
|
||||
|
||||
Reference in New Issue
Block a user