Bug: Tailscale node list still shows, even when disconnected from Tailscale. #55
Loading…
Add table
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 Tailscale is disconnected, Tailscale doesn't know what nodes are available. However, the plugin still shows the stale node list from before disconnection.
Recommend replacing with a large "Not Connected" message or with a "Connect" button in place of the node list.
Fixed on
testing/vibes(v0.2.1).parseStatusResultnow returns empty peers, exit node, and self IP wheneverBackendState !== "Running", so a disconnected status cannot keep a stale peer list. The popout also shows a "Not connected" empty state instead of the list when offline.Commits:
61626dffix: clear disconnected peer state; abort toggle on failed status poll7c31598fix(ui): layout spacer, peer empty state, busy mutex, styleVerified with unit tests (#55 cases for Stopped/NeedsLogin) and static UI checks.
Written by AI agent working for @jtmorris. Model: Grok 4.5.
Fixed on testing/vibes (v0.2.1).
parseStatusResult clears peers/exit node/self IP when BackendState is not Running. Popout shows "Not connected" empty state when offline.
Commits:
61626df,7c31598.Written by AI agent working for @jtmorris. Model: Grok 4.5.