Files
ftdt-quant-lab/dashboard
ramseshk 275d9231a6 Fix historical backtests tab not showing data
Root cause: switchTab() didn't show the historical panel (pnl-historical).
Added panel visibility toggle and tab highlight for 'historical' tab.

Also fixed broken JS quote escaping in loadHistBT function — ''+s+''
was missing backslash-escaped quotes, causing "Unexpected string" syntax
error that prevented the entire script from executing.

Historical tab now shows 7 real-data backtest cards from Hyperliquid
mainnet candles.
2026-08-04 07:45:23 +00:00
..