TradingAgents/frontend/components/analysis
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
..
AnalysisForm.tsx 2025-12-13 07:14:45 +08:00
AnalystReport.tsx 2025-12-02 23:03:41 +08:00
DownloadReports.tsx feat: auto-save reports + fix PDF download from history 2025-12-14 03:21:59 +08:00
PriceChart.tsx 2025-12-07 22:02:20 +08:00
TradingDecision.tsx 2025-12-02 23:03:41 +08:00