Various web UI fixes and improvements (#2422)
commit071c66e13ddab354d1b83acca3e9a502e981bd99
authorPaul Kendall <pkendall64@gmail.com>
Tue, 10 Oct 2023 01:19:18 +0000 (10 14:19 +1300)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 01:19:18 +0000 (10 14:19 +1300)
tree33e42cb551554c58ae2df671c14f58343f6b5a67
parentf951dade083c093bbb148cdc331b92dbf134be6a
Various web UI fixes and improvements (#2422)

* Improve display of wifi-on-interval in web UI

* A little nicer UX around the bind-phrase handling

* Add missing Serial protocols and UX improvements

* Nicer upload buttons

* Make label usage consistent

* Use more portable CSS

* Fix TX bug

* Only query wifi networks when clicking on the network tab
src/html/elrs.css
src/html/hardware.html
src/html/hardware.js
src/html/index.html
src/html/scan.js
src/lib/OPTIONS/options.cpp
src/python/serve_html.py