mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 22:29:28 +00:00
Change the checkboxes to chips. Provide input field for extra modules
On considerations, the checkboxes were found to be limited as the customization was limited by that interface. Now a "chip" styled interface has been introduced alongside a text input field to add custom packages. An array separated by commas or newline can be feeded into the input for bigger lists. Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
parent
40f466153b
commit
c05ac4dc2c
4 changed files with 106 additions and 78 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"Advanced": "Advanced",
|
||||
"Build": "Build",
|
||||
"Cancel": "Cancel",
|
||||
"Add package(s)": "Add package(s)",
|
||||
"Please confirm that you want to perform this action": "Please confirm that you want to perform this action",
|
||||
"Building image requires computation resources, so we would request you to check if this selection is what you want": "Building image requires computation resources, so we would request you to check if this selection is what you want",
|
||||
"Devices with ≤4MB flash and/or ≤32MB ram will work but they will be very limited (usually they can't install or run additional packages) because they have low RAM and flash space. Consider this when choosing a device to buy, or when deciding to flash OpenWrt on your device because it is listed as supported.": "Devices with ≤4MB flash and/or ≤32MB ram will work but they will be very limited (usually they can't install or run additional packages) because they have low RAM and flash space. Consider this when choosing a device to buy, or when deciding to flash OpenWrt on your device because it is listed as supported.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue