Add responsive column visibility to service panel
All checks were successful
Build and Release / build-and-release (push) Successful in 1m47s

Service panel now dynamically shows/hides columns based on terminal width:
- ≥80 chars: All columns (Name, Status, RAM, Uptime, Restarts)
- ≥60 chars: Hide Restarts only
- ≥45 chars: Hide Uptime and Restarts
- <45 chars: Minimal (Name and Status only)

Improves dashboard usability on smaller terminal sizes.
This commit is contained in:
2025-11-30 10:50:08 +01:00
parent c62c7fa698
commit 67034c84b9
5 changed files with 104 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard"
version = "0.1.226"
version = "0.1.227"
edition = "2021"
[dependencies]