summaryrefslogtreecommitdiff
path: root/frontend/lib/overview.ts
AgeCommit message (Collapse)Author
2026-05-20feat: implement options tab with Black-Scholes pricer and vol surfaceTyler Hoang
Adds a fully interactive options tab: Terminal view (3-column Bloomberg- style with pricer, chain, smile/term-structure/greek curves) and Surface view (polar smile dial + IV heatmap). Uses synthetic vol surface until a live yfinance chain endpoint is wired up. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19chore: remove unused unavailableFields helperTyler Hoang
2026-05-19feat: remove Coverage card from overview tab, move Profile to top of right ↵Tyler Hoang
column Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18feat: wire valuation tab routing and enable nav itemTyler Hoang
2026-05-18feat: add api.financials() and enable financials nav itemTyler Hoang
2026-05-17Refine overview ratios and shellTyler Hoang
2026-05-17Fix design system violations and logic bugs from code reviewTyler Hoang
- Remove backdrop-filter blur (glass effect) from TopBar; use opaque ink-1 background - Remove decorative glow box-shadows from market status dot - Fix button border-radius: var(--r-2) → var(--r-1) (4px → 2px) per design rules - Replace invented hover color rgba(194,170,122,0.04) with var(--ink-3) token - Add missing .psm-signal.neu CSS rule so neutral signals have visual treatment - Use HTML disabled attribute on nav buttons instead of aria-disabled alone - Replace duplicate EPS KPI tile with Prev Close to remove redundancy with P/E sublabel - Rename sortIndices → limitIndices (function only truncates, never sorts) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17'UI Shell and General Architecture'Tyler Hoang