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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user