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.
10 lines
216 B
TOML
10 lines
216 B
TOML
[package]
|
|
name = "cm-dashboard-shared"
|
|
version = "0.1.26"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
chrono = { workspace = true }
|
|
thiserror = { workspace = true } |