ui: redesign WiFi list with signal bars and cleaner layout

- Replace <select> with scrollable list of clickable items
- Show signal strength as 4-bar icon instead of percentage text
- Remove security info from parentheses, show lock icon only
- Smaller font size for compact mobile display

Made-with: Cursor
This commit is contained in:
stswangzhiping
2026-03-16 13:11:23 +08:00
parent c6f55c8c15
commit 17d0711f67
2 changed files with 58 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
fix: pre-scan WiFi before entering AP mode
ui: redesign WiFi list with signal bars and cleaner layout
wlan0 cannot scan while in AP mode (hardware limitation).
Now scan nearby networks before starting hotspot and cache
the results for the captive portal page.
- Replace <select> with scrollable list of clickable items
- Show signal strength as 4-bar icon instead of percentage text
- Remove security info from parentheses, show lock icon only
- Smaller font size for compact mobile display