Commit Graph

3 Commits

Author SHA1 Message Date
henry 77032a3c3a fix: improve stock detail page design
- Fix font colors (gray-900 for headings, gray-600 for secondary text)
- Replace JSON pre block with styled orders table
- Update design spec with visual details
2026-05-14 11:08:29 +02:00
henry 834a427c18 fix: use request URL for base URL in stock detail loader
- Fix TypeError from undefined BASE_URL in loader
- Use request.url to construct base URL dynamically
2026-05-14 11:04:17 +02:00
henry 2e22fd5635 feat: add stock detail page with chart, position, and orders
- Add /api/alpaca/orders endpoint for order history
- Add TradingView chart component for candlestick visualization
- Add /analyze/:ticker route with position and orders display
- Make ticker cells in analyze page clickable for navigation
2026-05-14 11:00:35 +02:00