Fix transitional icons and selection highlighting visibility
All checks were successful
Build and Release / build-and-release (push) Successful in 1m15s
All checks were successful
Build and Release / build-and-release (push) Successful in 1m15s
Resolved issues with transitional service icons not being properly visible: - Removed 3-second timeout that was clearing pending transitions prematurely - Fixed selection highlighting disappearing when transitional icons appeared - Implemented conditional coloring for transitional icons: - Blue when service is not selected - Dark background color when service is selected (for visibility against blue selection) - Transitions now persist until actual service status changes occur Both selection highlighting and transitional icons are now visible simultaneously.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cm-dashboard-agent"
|
||||
version = "0.1.28"
|
||||
version = "0.1.29"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user