Let the Tailscale panel toggle on and off like Dropbox

The hero icon is now the optimistic on/off toggle with a tooltip,
replacing the connect block and the progress lines beneath the hero.
The disconnected cross is drawn grey rather than red, and action
errors expire after a couple of seconds instead of sticking forever.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-20 14:26:19 -07:00
co-authored by Claude Fable 5
parent a7c0d0f6a1
commit 000fa2a972
3 changed files with 50 additions and 67 deletions
@@ -39,7 +39,7 @@ Item {
width: parent.width * 1.22
height: Math.max(2, parent.height * 0.14)
radius: height / 2
color: root.badgeColor
color: root.color
rotation: -45
}