fix(hub): show monitor page instead of overlapping market page

page-market id contained substring monitor so setActiveNav kept both pages visible and hid the grid.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-04 20:13:03 +08:00
parent c9ca106b81
commit fb20a12b02
2 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -250,6 +250,6 @@
<div id="toast"></div>
<script src="https://unpkg.com/lightweight-charts@4.2.0/dist/lightweight-charts.standalone.production.js"></script>
<script src="/assets/chart.js?v=20260604-market-pnl-calc"></script>
<script src="/assets/app.js?v=20260604-market-pnl-calc"></script>
<script src="/assets/app.js?v=20260604-page-nav-fix"></script>
</body>
</html>