From c5ffc378200a9d851ce4482d03da896f4931bc5e Mon Sep 17 00:00:00 2001 From: chemavx Date: Thu, 11 Jun 2026 17:33:56 +0000 Subject: [PATCH] feat(dashboard): add Cash Disponible card to metrics grid Shows /api/summary cash_available (now consistent with the executor's cash model) next to Capital Deployed, with its share of bankroll as subtitle and progress bar. Co-Authored-By: Claude Fable 5 --- dashboard/src/App.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dashboard/src/App.jsx b/dashboard/src/App.jsx index 6c3bac5..a6ce284 100644 --- a/dashboard/src/App.jsx +++ b/dashboard/src/App.jsx @@ -216,6 +216,12 @@ export default function App() { value={fmtUSD(summary.total_deployed)} subtitle={`${summary.total_trades} trades`} /> + {/* Performance chart */}