diff --git a/dashboard-next/src/app/page.tsx b/dashboard-next/src/app/page.tsx index d5469b7..d127535 100644 --- a/dashboard-next/src/app/page.tsx +++ b/dashboard-next/src/app/page.tsx @@ -29,7 +29,6 @@ export default function Dashboard() { const [detailOpen, setDetailOpen] = useState(false); const [l2TerminalOpen, setL2TerminalOpen] = useState(false); - const [quantReportOpen, setQuantReportOpen] = useState(false); const [detailName, setDetailName] = useState(""); const [detailTab, setDetailTab] = useState("live"); const [filter, setFilter] = useState("ALL"); @@ -230,17 +229,9 @@ export default function Dashboard() { )}
-
-

- Trade History {detailTrades.length > 0 ? `(${detailTrades.length})` : ""} -

- -
+

+ Trade History {detailTrades.length > 0 ? `(${detailTrades.length})` : ""} +

{detailTrades.length > 0 ? (
@@ -287,7 +278,16 @@ export default function Dashboard() {

No trades recorded yet

)} - {/* Live L2 Order Book + Trade Tape (all strategies, live tab only) */} + + {/* Quant Report — QF-Lib inline */} +
+ +
+ + {/* Live L2 Order Book + Trade Tape (all strategies, live tab only) */} {detailTab === "live" && (
@@ -389,25 +389,6 @@ export default function Dashboard() {
)} - - {/* Fullscreen Quant Report */} - {quantReportOpen && ( -
-
- QF-Lib Quant Report - -
- -
- )} ); } diff --git a/dashboard/static/index.html b/dashboard/static/index.html index cf75143..7b2105a 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -1 +1 @@ -FTDT Quant Lab

FTDT Quant Lab

Live Testnet · Equity $—

OFFLINE
\ No newline at end of file +FTDT Quant Lab

FTDT Quant Lab

Live Testnet · Equity $—

OFFLINE
\ No newline at end of file