Fix transitional service icons being overridden by selection highlighting
All checks were successful
Build and Release / build-and-release (push) Successful in 1m14s
All checks were successful
Build and Release / build-and-release (push) Successful in 1m14s
- Prevent selection highlighting when service has pending transition - Allow directional arrows (↑ ↓ ↻) to show through on selected services - Fix core issue where selection styling was overwriting transitional icons - Transitional icons now properly visible during service command execution The selection highlighting logic now skips services with pending transitions, ensuring that directional arrows are visible when executing service commands.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cm-dashboard"
|
||||
version = "0.1.24"
|
||||
version = "0.1.25"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user