P0: Neural Command 三個子組件移除所有 MOCK 常數,接上真實 API props - NeuralLiveCenter: 假歷史/假KPI/假雷達 → 從 stats/history/incidents 即時計算 - NeuralStats: MOCK_HISTORY/SCHEME_STATS/PLAYBOOK_RANKINGS → useMemo 聚合 - NeuralApprovalPanel: MOCK_PENDING → 真實 /api/v1/approvals 簽核操作 P1: 10+處假用戶身份 (demo-user/user-001/War Room User) → CURRENT_USER 常數統一 P2: 刪除 6 個 Demo 匯出 (GlobalPulseChartDemo/MOCK_APPROVAL/DEMO_DECISION_CHAIN) P3: /demo 頁面加 NEXT_PUBLIC_ENABLE_DEMO 環境變數保護 i18n: 新增 22 個翻譯鍵 (zh-TW + en) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
228 B
TypeScript
12 lines
228 B
TypeScript
/**
|
|
* Incident Components - Phase 7 + 6.5a
|
|
*/
|
|
|
|
export { IncidentCard } from './incident-card'
|
|
export {
|
|
ThinkingTerminal,
|
|
type DecisionChain,
|
|
type ReasoningStep,
|
|
type ThinkingTerminalProps,
|
|
} from './thinking-terminal'
|