diff --git a/apps/web/app/dashboard-mocks.tsx b/apps/web/app/dashboard-mocks.tsx index cefbd4f..a0a268a 100644 --- a/apps/web/app/dashboard-mocks.tsx +++ b/apps/web/app/dashboard-mocks.tsx @@ -81,35 +81,40 @@ const concepts: Record = { title: "Alert Lineage", shortName: "Lineage", routeName: "Signal Trace", - premise: "Selected alert formation from raw prints through packet, confirmation, invalidation, and replay audit.", + premise: + "Selected alert formation from raw prints through packet, confirmation, invalidation, and replay audit.", bodyClass: "mock-graph" }, mock9: { title: "Market Command", shortName: "Command", routeName: "Main Board", - premise: "Session regime, priority symbols, active packets, and invalidation levels without route switching.", + premise: + "Session regime, priority symbols, active packets, and invalidation levels without route switching.", bodyClass: "mock-command" }, mock10: { title: "Signal Radar", shortName: "Radar", routeName: "Signal Radar", - premise: "Cross-symbol pressure ranked by confirmation, decay, source count, and nearest decision level.", + premise: + "Cross-symbol pressure ranked by confirmation, decay, source count, and nearest decision level.", bodyClass: "mock-radar" }, mock11: { title: "Risk Ledger", shortName: "Risk", routeName: "Risk Ledger", - premise: "Directional exposure, live invalidations, sector crowding, and stale assumptions in one operating view.", + premise: + "Directional exposure, live invalidations, sector crowding, and stale assumptions in one operating view.", bodyClass: "mock-risk" }, mock12: { title: "Source Control", shortName: "Sources", routeName: "Source Control", - premise: "Feed quality, lag, packet eligibility, route pressure, and replay gaps for the current session.", + premise: + "Feed quality, lag, packet eligibility, route pressure, and replay gaps for the current session.", bodyClass: "mock-source" } }; @@ -919,13 +924,25 @@ function MarketActivityGraph() { ))} {lineageQueue.map(([time, symbol, type, score, read, state]) => ( -
+
{symbol} {type} {score} {read} - + {state}
@@ -937,7 +954,12 @@ function MarketActivityGraph() { ); @@ -971,7 +993,15 @@ function MarketCommand() { {read} {invalid} - + {state}
@@ -979,7 +1009,12 @@ function MarketCommand() {