-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Upgraded Web UI #3381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgraded Web UI #3381
Conversation
|
Could the main information screen also indicate whether non-standard parameters have been changed? E.g. modified serial baud rate, airport serial device enabled, etc? And/or hide those options behind the Advanced flag? Currently, we have to ask for multiple screenshots from the WebUI to verify no other options have been changed. |
Yes, good idea. This is exactly the stuff I'm after. |
5b2b45d to
a29f9e6
Compare
mha1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
I've made most of the changes suggested except the following ones and the Connection screen.
Can you show me? On all my devices and in the browser they are all good.
Nope, it's been |
|
I use WebUI extremely much, and think it looks good (Chromium/Linux) Nice work! But a thought, we "nerds" usually have dual connections, both Wifi and LAN in our computers, so the dream would also be to connect/add "Web flasher" to WebUI, that would really be an optimal solution!? |
CapnBry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chef's kiss emoji
59e3ee9 to
a390456
Compare
# Conflicts: # src/html/scan.js # Conflicts: # src/html/index.html # src/html/scan.js
Fixed some fields weren't using property binding
Also include 'settings' which are runtime/hardware based
744908d to
ab3854c
Compare







This is an upgrade Web UI for 4.0.
This is a complete rewrite using Lit components for the UI which makes each page a nicely separated chunk, so theres no massive
scan.jsfile like we use to have. So maintenance and new feature work should be easier to do.There are a couple of minor fixes I need to do before removing "draft" status.
Theres a couple of open questions...
?advancedquery parameter?Screen.Recording.2025-10-31.at.12.11.20.PM.mp4