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:
co-authored by
Claude Fable 5
parent
a7c0d0f6a1
commit
000fa2a972
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user