Fix transitional icons by always storing pending transitions for visual feedback
All checks were successful
Build and Release / build-and-release (push) Successful in 1m13s
All checks were successful
Build and Release / build-and-release (push) Successful in 1m13s
- Store pending transitions even for redundant commands (start active service) - Add 3-second timeout for redundant command visual feedback - Include timestamp in pending transitions to enable timeout clearing - Show directional arrows immediately regardless of command validation result - Fix core issue where state validation prevented visual feedback storage Now pressing s/S/r always shows immediate directional arrows, even for redundant operations, providing consistent visual feedback to users.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cm-dashboard-agent"
|
||||
version = "0.1.25"
|
||||
version = "0.1.26"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user