feat: hub setting to hide account balances and PnL in monitor

Persist show_account_pnl in hub_settings.json; refine key monitor panel layout with right-aligned live stats and scrollable history (max 8 rows).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-11 10:15:57 +08:00
parent b671c05b1b
commit a45a3b18e2
6 changed files with 134 additions and 20 deletions
+22
View File
@@ -2164,6 +2164,28 @@ button.btn-sm {
text-transform: none;
}
.settings-display-panel {
margin-bottom: 16px;
padding: 14px 16px;
}
.settings-display-title {
margin: 0 0 10px;
font-size: 0.95rem;
color: var(--text);
}
.settings-display-chk {
font-size: 0.88rem;
}
.settings-display-hint {
margin: 8px 0 0;
font-size: 0.78rem;
color: var(--muted);
line-height: 1.45;
}
.settings-card {
background: var(--panel);
border: 1px solid var(--border);