Skip to content

Function: ConnectionStatus()

ConnectionStatus(props): Element

Show two dots: the browser<->bridge socket and the bridge<->indiserver link.

A third item appears only when the bridge announces a contract version this build was not written against. It is deliberately quiet and never blocks anything: version bumps are breaking-only, everything additive keeps working, and the panel stays usable either way - but an operator chasing a control that renders blank should not have to read the message log to find out that the two halves are from different releases.

Parameters

props

ConnectionStatusProps

Optional class name.

Returns

Element

The status element.