You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(design): shared connection indicator, shown only when disconnected
Add a framework-neutral `connectionIndicator(status)` helper to design/design.ts
that returns a dot + label pill for every non-connected state and `null` when
connected. Adopt it in each surface's top nav (inspect, messages, data-inspector,
git), replacing their bespoke pills/badges, so the connection state renders
identically everywhere and only appears while the connection is not live.
0 commit comments