Conversation
The panel rewrite dropped this machine's IP from view: Self sits beside Peer in the status JSON, so it never reached the list, and selfIp was parsed but never shown. List this machine first, marked as this device, with the same copy menu as any peer. Taildrop to yourself isn't possible, so its row gets no send button. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BXAPSwbFrVJTK85miCB98x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Tailscale panel has no way to see or copy this machine's own IP. The machines list only shows peers, and the header shows just the hostname.
Before the panel rewrite in 67dd7a2, the old widget showed this machine's IP in its tooltip and header subtitle. The rewrite dropped both.
selfIpis still parsed and asserted intailscale-test.sh, but nothing renders it.This lists this machine first in MACHINES, the way the macOS Tailscale menu does:
Selfwith the samepeerFromStatus()as peers, so it gets the OS icon, IPv4, IPv6 and DNS namethis device · 100.x.y.z · host.tailnet.ts.netc/n/dshortcuts work on it unchangedcanSendFilesreturns false for self)peersitself is unchanged. The panel prepends self through adisplayPeersbinding, so exit nodes, peer counts and Taildrop target grading are not affected.Tests
test/shell.d/tailscale-test.sh: new assertions that self is parsed with a copyable IP and DNS name, treated as online, kept out ofpeers, listed first by the panel, and excluded from Taildrop. All pass../test/all:test/clipasses. Intest/shell, the remaining failures are unrelated to this change:bar-icon-geometry,config,snapper,unowned-system-pathsfail identically on a clean checkout ofquattro(they expect anomarchy-pkgscheckout and bar geometry fixtures)locatefails only when an earlier test leavesbin/__pycache__/behind, since it reads every file underbin/as text; it passes once that directory is removedbar-widget-contractfails intermittently on sandbox teardown (rm: cannot remove .../home/.cache: Directory not empty) and passes on rerunScreenshots
Before:
After:
🤖 Generated with Claude Code
https://claude.ai/code/session_01BXAPSwbFrVJTK85miCB98x