index
:
prism-v2.git
master
Prism rewritten using FastAPI + NextJS
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontend
Age
Commit message (
Expand
)
Author
2026-06-29
feat: add prism shell CSS for valuation layout
Tyler Hoang
2026-06-29
feat: update ValuationPage and valuation cards
Tyler Hoang
2026-06-29
feat: update financial overview components
Tyler Hoang
2026-06-29
feat: add DCF verification script
Tyler Hoang
2026-06-29
feat: add DCF panel components
Tyler Hoang
2026-06-29
fix: remove erroneous frontend/ from gitignore
Tyler Hoang
2026-06-22
test: add Playwright E2E suite for News tab
Tyler Hoang
2026-06-22
feat: add NewsPage component and enable News tab
Tyler Hoang
2026-06-14
feat: enable Filings tab and route FilingsPage
Tyler Hoang
2026-06-14
feat: add FilingsPage component
Tyler Hoang
2026-06-14
feat: add FilingsResponse types and api.filings() client
Tyler Hoang
2026-06-11
fix: align option chain headers
Tyler Hoang
2026-06-09
Add Insiders tab with diverging bar chart and transaction table
Tyler Hoang
2026-05-30
update
Tyler Hoang
2026-05-30
fix: add missing start script to frontend package.json
Tyler Hoang
2026-05-30
env
Tyler Hoang
2026-05-21
fix: rewrite polar smile with correct closed-lens geometry
Tyler Hoang
2026-05-20
feat: implement options tab with Black-Scholes pricer and vol surface
Tyler Hoang
2026-05-19
Fix production API base for ticker search
Tyler Hoang
2026-05-19
fix: use ▲▼ glyphs in VolumeCard per design system whitelist
Tyler Hoang
2026-05-19
fix: resolve quality review issues in PriceVsValueCard
Tyler Hoang
2026-05-19
feat: add PriceVsValueCard to overview left column (DCF compass)
Tyler Hoang
2026-05-19
feat: fetch valuation on overview tab, add DCF block to ValuationOverviewCard
Tyler Hoang
2026-05-19
feat: add ValuationOverviewCard to overview right column (multiples)
Tyler Hoang
2026-05-19
feat: replace StatsCard with QualityCard (margins, returns, leverage)
Tyler Hoang
2026-05-19
fix: correct VolumeCard bar transition to 150ms per design system
Tyler Hoang
2026-05-19
feat: add VolumeCard to overview left column (today vs 30d avg)
Tyler Hoang
2026-05-19
chore: remove unused unavailableFields helper
Tyler Hoang
2026-05-19
feat: remove Coverage card from overview tab, move Profile to top of right co...
Tyler Hoang
2026-05-19
chore: ignore next-env.d.ts
Tyler Hoang
2026-05-19
feat: add real-time DCF sliders to ValuationCard
Tyler Hoang
2026-05-19
fix: replace undefined --fs-10/11 vars with --fs-12 in DCF slider CSS
Tyler Hoang
2026-05-19
feat: add DCF slider CSS to prism-shell
Tyler Hoang
2026-05-19
feat: add client-side computeDcf utility
Tyler Hoang
2026-05-19
feat: add projection_years to DcfResult frontend type
Tyler Hoang
2026-05-18
feat: wire Ratios subtab into FinancialsPage, move tab strip up from Financia...
Tyler Hoang
2026-05-18
feat: add RatiosPage data-fetch wrapper
Tyler Hoang
2026-05-18
feat: add RatiosCard component with hero KPIs, sparklines, and detail rows
Tyler Hoang
2026-05-18
feat: add RatioPoint, RatiosResponse types and api.ratios()
Tyler Hoang
2026-05-18
feat: wire valuation tab routing and enable nav item
Tyler Hoang
2026-05-18
feat: add ValuationPage data-fetch wrapper
Tyler Hoang
2026-05-18
feat: add ValuationCard component and psm-val-* CSS
Tyler Hoang
2026-05-18
feat: add ValuationResponse types and api.valuation() method
Tyler Hoang
2026-05-18
Merge worktree-financials-tab: add financials tab (income/balance/cashflow)
Tyler Hoang
2026-05-18
feat: wire financials tab routing in Sidebar and page.tsx
Tyler Hoang
2026-05-18
feat: add FinancialsPage data-fetching wrapper
Tyler Hoang
2026-05-18
feat: add FinancialsCard component with statement tabs and period toggle
Tyler Hoang
2026-05-18
feat: add api.financials() and enable financials nav item
Tyler Hoang
2026-05-18
feat: add FinancialRow/Statement/Response frontend types
Tyler Hoang
2026-05-17
Filter null rows from ShortInterestCard, hide card when all null
Tyler Hoang
[next]