Surface sidecar/connection failures in the UI #6
Labels
No labels
bug
docs
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pedromcaraujo/forge#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
When backend pieces go down, the launcher degrades silently with no user-facing signal:
web/index.html:482— ifchannels.jsonis unreachable,CHANNELSstays empty and the sidebar just renders blank.web/index.html:547— if the status-poll (/status) fails, the dots freeze but polling continues every 8s with no indication the data is stale.web/index.html:881-883— cross-origin iframe key-handler attach failure onlyconsole.warns; Shift+Enter / Ctrl chords / OSC 52 silently no-op.Goal: show a lightweight connection/health indicator (e.g. a banner or a global status dot) so a broken deploy is visible instead of looking like an empty or frozen UI.