Add DHCP scanner to frontend status displays

Add a DHCP scanner card to the Status screen and a DHCP row to the
consolidated Status card on the Home screen, mirroring the existing
mDNS/SSDP implementations. Also label DHCP-discovered device events as
"DHCP" instead of the raw "Dhcp".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-06-01 18:45:38 -04:00
co-authored by Claude Opus 4.8
parent 91eb0f17ba
commit 4e975598f9
7 changed files with 136 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
## Frontend
- [x] Add the SSDP/UPnP status to the status screen and home screen
- [x] Add the DHCP scanner status to the status screen and home screen
- [x] In the notifications list, modify the behavior so that you can fully see the text of the notification before navigating to the device details
- [ ] Can we add front-end tests?
- [x] In the devices list, add a color dot to reflect the last seen status (less than 10 minutes green, otherwise grey)