TradingAgents/frontend/app
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
api 2025-12-13 06:42:20 +08:00
auth/callback 2025-12-13 06:50:03 +08:00
history 2025-12-13 06:00:19 +08:00
apple-icon.png 2025-12-13 23:26:03 +08:00
apple-touch-icon.png fix: add apple-touch-icon.png for iOS Safari compatibility 2025-12-14 02:30:55 +08:00
favicon.ico 2025-12-13 23:26:03 +08:00
globals.css 2025-12-13 07:14:45 +08:00
icon-192.png 2025-12-13 23:26:03 +08:00
icon-512.png 2025-12-13 23:26:03 +08:00
icon.png 2025-12-13 23:26:03 +08:00
layout.tsx fix: add apple-touch-icon.png for iOS Safari compatibility 2025-12-14 02:30:55 +08:00
manifest.json feat: add manifest.json for PWA and Safari support 2025-12-13 23:34:20 +08:00
page.tsx 2025-12-07 16:51:11 +08:00