TradingAgents/frontend/components
MarkLo cf4aaa09b1 feat: auto-save reports + fix PDF download from history
1. Auto-save reports when page closes:
   - Added beforeunload handler to auto-save analysis to history
   - Saves to local IndexedDB and cloud (if authenticated)
   - Prevents data loss if user accidentally closes the page

2. Fix PDF download from history page:
   - Made taskId optional in DownloadReports component
   - Added direct mode: can pass reports data directly
   - Updated backend to support both task-based and direct-data modes
   - History reports now have download PDF option available
2025-12-14 03:21:59 +08:00
..
analysis feat: auto-save reports + fix PDF download from history 2025-12-14 03:21:59 +08:00
auth 2025-12-13 16:19:46 +08:00
layout 2025-12-13 06:34:48 +08:00
settings 2025-12-13 06:00:19 +08:00
shared 2025-12-07 17:13:57 +08:00
theme 2025-11-21 07:25:16 +08:00
ui 2025-12-02 23:03:41 +08:00
AgentFlowDiagram.tsx 2025-12-12 05:30:04 +08:00