From 058fb1008b1012a25f29ce8cc2fd35b703f6066e Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 05:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20MarketOverviewView=20?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E5=AF=BC=E8=87=B4=E7=9A=84=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/ScanTerminalDashboard.tsx | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/frontend/components/dashboard/ScanTerminalDashboard.tsx b/frontend/components/dashboard/ScanTerminalDashboard.tsx index 1c57523a..9e1cb453 100644 --- a/frontend/components/dashboard/ScanTerminalDashboard.tsx +++ b/frontend/components/dashboard/ScanTerminalDashboard.tsx @@ -44,7 +44,6 @@ import { Panel } from "@/components/dashboard/scan-terminal/Panel"; import { GroupedMarketTable } from "@/components/dashboard/scan-terminal/GroupedMarketTable"; import { TrainingDashboard } from "@/components/dashboard/scan-terminal/TrainingDashboard"; import { LiveTemperatureThresholdChart } from "@/components/dashboard/scan-terminal/LiveTemperatureThresholdChart"; -import { MarketOverviewView } from "@/components/dashboard/scan-terminal/MarketOverviewView"; import { rowName, pct, money, temp, edgeClass } from "@/components/dashboard/scan-terminal/utils"; function createEmptyAccess(loading = true): ProAccessState { @@ -182,7 +181,7 @@ function KoyfinRowsTable({ return ( - + @@ -218,7 +217,7 @@ function KoyfinRowsTable({
{rowName(row)}
-
+
{row.target_label || row.market_question || row.airport || "--"}
@@ -512,7 +511,7 @@ function PolyWeatherTerminal({ ✕ )} - + /
@@ -544,17 +543,6 @@ function PolyWeatherTerminal({
{activeNavKey === "training" ? ( - ) : activeNavKey === "markets" ? ( - { - const regionKey = String(row.trading_region || "").toLowerCase(); - if (regionKey) setSelectedRegionKey(regionKey); - setSelectedRow(row); - setActiveNavKey("contracts"); - }} - /> ) : ( <> {/* Region tabs */}