feat(ui): add three-state connection-status widget to dashboard #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_connection_status_widget"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Related Issue
Closes #10
Changes
connection-status.js-- canonical Hero dashboard widget (copied from hero_embedder_ui)dashboard.css-- added.disconnected(red + pulse) and.backend-down(yellow) status-dot classesindex.html-- addedaria-live="polite"wrapper for screen reader accessibilitybase.html-- added script tag for connection-status.jsdashboard.js-- replaced manual setServiceState/runStatus with startConnectionStatusPoller()main.rs--/healthendpoint now returns JSON instead of plain textTest Results
34 tests passed, 0 failures