Allow device routing without pinning
This commit is contained in:
@@ -61,6 +61,15 @@ Use exponential ease-out curves such as `cubic-bezier(0.16, 1, 0.3, 1)` for arri
|
||||
- On updated traffic, tween the number, advance the bar, and emit a visible but brief mode-accent flare.
|
||||
- Keep refresh tooltip outside the rotating button so it remains upright and unfiltered.
|
||||
|
||||
## Icon controls
|
||||
|
||||
- Give every actionable icon a small semantic response on hover and keyboard focus; leave decorative icons still.
|
||||
- Rotate cyclic actions such as refresh, ping, and traffic sorting on hover, then use the shared continuous spin while work is running.
|
||||
- Move the physical part of object-like controls: lift and tilt a pin, pencil, or trash lid instead of moving its fixed hit target.
|
||||
- Keep durable state on the icon wrapper and transient motion on the SVG child. A pinned icon stays lifted and tilted while its row moves to the pinned group.
|
||||
- Keep the hit target, tooltip, and surrounding layout fixed. Tooltips remain outside the transformed SVG.
|
||||
- Under reduced motion, preserve color, focus, and final state without animated travel or rotation.
|
||||
|
||||
## Server cascade
|
||||
|
||||
- On initial display, reveal rows from top to bottom with a small negative Y offset, opacity, and blur.
|
||||
|
||||
Reference in New Issue
Block a user