Commit Graph
2 Commits
Author SHA1 Message Date
jackyu66git c89a3b7333 fix: loadTrades before chart init + try-catch for CDN failure
- Reorder init(): loadTrades() runs first, charts second
- Wrap chart init in try-catch so UI survives CDN issues
- Update start.sh to detect changes in embedded .html/.js/.css
2026-05-03 19:42:06 +08:00
jackyu66git 8284458b9c chore: startup script with port detection and auto-cleanup
./start.sh:
1. Detect if port 8888 is in use → kill gracefully, force if needed
2. Verify port free, rebuild if source changed, start in background
3. Wait up to 10s for readiness confirmation
2026-05-03 19:38:18 +08:00