All checks were successful
Build and Release / build-and-release (push) Successful in 1m12s
Fix service selection scrolling to prevent selector bar from being hidden by "... X more below" message. When scrolling down, position selected service one line above the bottom if there's content below, ensuring the selector remains visible above the overflow message. Remove unused get_zmq_stats method and service_type field to eliminate compilation warnings and dead code.
10 lines
217 B
TOML
10 lines
217 B
TOML
[package]
|
|
name = "cm-dashboard-shared"
|
|
version = "0.1.262"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
chrono = { workspace = true }
|
|
thiserror = { workspace = true } |