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
This commit is contained in:
2026-05-14 11:08:29 +02:00
parent 834a427c18
commit 77032a3c3a
2 changed files with 51 additions and 13 deletions
@@ -19,11 +19,14 @@
├── Stock Header (ticker, current price)
├── TradingView Chart (full width)
├── Position Card (quantity, avg cost, current value)
│ - Styled card with gray-900 headings, gray-600 text
├── Orders Table (recent orders with status)
├── Trading Graph Results (expandable sections)
├── Analyst Reports (fundamentals, technical, sentiment)
│ ├── Debate Summary
── Final Decision
│ - Table with Side (green/red), Qty, Status, Filled Price, Filled At
- Empty state shows "No orders found for {ticker}"
└── Trading Graph Results (expandable sections)
── Analyst Reports (fundamentals, technical, sentiment)
├── Debate Summary
└── Final Decision
```
## Data Sources