Skip to content

Connection inspector: one status dot, and a title - #45

Merged
Kinflou merged 1 commit into
masterfrom
fix/conn-status-dot
Sep 3, 2026
Merged

Connection inspector: one status dot, and a title#45
Kinflou merged 1 commit into
masterfrom
fix/conn-status-dot

Conversation

@Kinflou

@Kinflou Kinflou commented Sep 3, 2026

Copy link
Copy Markdown
Member

Two small fixes to the connection inspector (shown when you select a wire):

  • Duplicate status. It read status: live in the facts and a separate
    ● live line below — whose dot was plain grey, never green. The standalone
    line is gone; the status fact now has an inline .conn-dot that's green
    when live and red when refused / timed out (faults() — sorry,
    facts() — now accepts a Node value). .conn-dot gets
    vertical-align: middle so it sits right next to the word.
  • Missing heading. Added a connection section title above the facts, to
    match faults. The panel's first .insp-section drops its top border so
    there's no divider hanging above nothing.

yarn test (20) + yarn build pass.

The connection inspector showed "status: live" and then a separate
`● live` line whose dot was never coloured. Drop the standalone line; the
status fact now carries an inline `.conn-dot` — green when live, red when
refused / timed out (`facts()` takes a Node value for this). Add a
`connection` section heading to match `faults`, with the panel's first
section losing its top divider.
@Kinflou
Kinflou merged commit 1c4d61a into master Sep 3, 2026
2 checks passed
@Kinflou
Kinflou deleted the fix/conn-status-dot branch September 3, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant