[verified] Remove tourism-only sections (01 surprise pulse, 02 provenance, 03 signal table, 04 research run); thesis across 3 themes; sources show fetch date

- Removed 'เชื่อถือข้อมูลได้ไหม' (02), 'ตารางสัญญาณ' dup (03), 'หลักฐานพอจะรองรับ study' (04), tourism surprise pulse — superseded by 3-theme panel + sources table
- 05 บันทึกการวิเคราะห์ now lists thesis per theme (tourism/auto/energy) with surprise
- Sources table shows fetched-at date (ข้อ 2)
- All dashboard analysis is real (no mock); automation note: no cron yet (data fetched on-demand + daily cache)
- Verified: build + browser 8 checks pass
This commit is contained in:
Kunthawat Greethong
2026-08-25 20:53:24 +07:00
parent e2f059cb71
commit 4b6ce2c09e
2 changed files with 17 additions and 104 deletions

View File

@@ -144,6 +144,12 @@ tbody tr:hover { background: rgba(255,255,255,.025); }
.source-name { color: var(--accent); }
.combined-cell { color: var(--mint); font-weight: 600; font-family: 'DM Mono', monospace; }
.thesis-list { display: flex; flex-direction: column; gap: 10px; margin: 12px 0; }
.thesis-row { display: flex; gap: 10px; align-items: baseline; padding-bottom: 8px; border-bottom: 1px solid var(--line-weak, rgba(255,255,255,.05)); }
.thesis-theme { min-width: 130px; color: var(--accent); }
.thesis-text { flex: 1; font-size: 12px; color: var(--text-2, #99a); }
.thesis-surprise { font-family: 'DM Mono', monospace; color: var(--mint); }
/* ---- Simulation panel ---- */
.sim-panel { margin-top: 18px; }
.sim-controls { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; margin-bottom: 14px; }