feat: EntityPicker component, replace dropdowns with command palette

Port EntityPalette pattern from wled-screen-controller as Svelte 5
component. Full-screen modal with search, keyboard navigation
(Arrow keys, Enter, Escape), grouped items, current-item accent,
auto-scroll, backdrop blur.

Replace inline image browser dropdowns on Projects and Quick Deploy
pages with EntityPicker. Add EntityPickerItem type and i18n keys.
This commit is contained in:
2026-03-28 14:31:13 +03:00
parent 777cafb622
commit c2040656bd
6 changed files with 529 additions and 112 deletions
+4
View File
@@ -376,6 +376,10 @@
"dark": "Dark",
"system": "System"
},
"entityPicker": {
"search": "Search...",
"noResults": "No results found"
},
"language": {
"en": "English",
"ru": "Russian"