mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:59:32 +00:00
adds search bar functionality
The process of finding image for a specific device by select inputs was a tidious one. Search bar functionality was introduced to make the process easier and convenient. The search uses fuzzyset.js to find possible suggestions for the user in realtime. Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
parent
07b13c3f7a
commit
3f7007f259
6 changed files with 180 additions and 337 deletions
|
|
@ -10,6 +10,10 @@
|
|||
"select": {
|
||||
"placeholder": "Wählen...",
|
||||
"noOptions": "Keine Optionen"
|
||||
},
|
||||
"search": {
|
||||
"label": "Suchen Sie Ihr Gerät",
|
||||
"noResults": "Keine Ergebnisse"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
"select": {
|
||||
"placeholder": "Select...",
|
||||
"noOptions": "No options"
|
||||
},
|
||||
"search": {
|
||||
"label": "Search your device",
|
||||
"noResults": "No results"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue