mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-07-02 23:41:16 -03:00
feat(ui): add searchable base model dropdown with filename inference in model modal
Replace native <select> with a searchable dropdown that: - Filters options as the user types - Shows filename-inferred suggestions at the top in a "Suggested" section - Supports keyboard navigation (ArrowUp/Down/Enter/Escape) - Allows typing custom values not in the list - Removes dead .base-model-selector CSS Adds 3 new i18n keys (baseModelSearchPlaceholder, baseModelSuggested, baseModelNoMatch) with translations for all 9 locales.
This commit is contained in:
4289
locales/de.json
4289
locales/de.json
File diff suppressed because it is too large
Load Diff
@@ -1347,7 +1347,10 @@
|
||||
"additionalNotes": "Additional Notes",
|
||||
"notesHint": "Press Enter to save, Shift+Enter for new line",
|
||||
"addNotesPlaceholder": "Add your notes here...",
|
||||
"aboutThisVersion": "About this version"
|
||||
"aboutThisVersion": "About this version",
|
||||
"baseModelSearchPlaceholder": "Search base model…",
|
||||
"baseModelSuggested": "Suggested",
|
||||
"baseModelNoMatch": "No matching base models"
|
||||
},
|
||||
"notes": {
|
||||
"saved": "Notes saved successfully",
|
||||
|
||||
4289
locales/es.json
4289
locales/es.json
File diff suppressed because it is too large
Load Diff
4289
locales/fr.json
4289
locales/fr.json
File diff suppressed because it is too large
Load Diff
4289
locales/he.json
4289
locales/he.json
File diff suppressed because it is too large
Load Diff
4289
locales/ja.json
4289
locales/ja.json
File diff suppressed because it is too large
Load Diff
4289
locales/ko.json
4289
locales/ko.json
File diff suppressed because it is too large
Load Diff
4289
locales/ru.json
4289
locales/ru.json
File diff suppressed because it is too large
Load Diff
4289
locales/zh-CN.json
4289
locales/zh-CN.json
File diff suppressed because it is too large
Load Diff
4289
locales/zh-TW.json
4289
locales/zh-TW.json
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user