Skip to content

[#944] Fix FDV display and mobile chart readability#946

Merged
realproject7 merged 1 commit intomainfrom
task/944-fdv-mobile-chart
Apr 22, 2026
Merged

[#944] Fix FDV display and mobile chart readability#946
realproject7 merged 1 commit intomainfrom
task/944-fdv-mobile-chart

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Status API now falls back to live getPlotUsdPrice() when pl_daily_prices has no snapshots, so FDV always shows when PLOT has a live price
  • Increased SVG chart font sizes from 8-9px to 11-12px for mobile readability
  • Widened right padding for larger milestone labels at new font size

Fixes #944

Test plan

  • FDV stat box shows actual USD value (not "—") even without daily price snapshots
  • Chart shows current FDV dot at correct position with live price
  • Chart text/labels readable on mobile (375px width)
  • Milestone emoji markers + FDV values readable on right axis
  • Month labels readable on x-axis
  • No horizontal overflow on mobile
  • With daily price data present, behavior unchanged

🤖 Generated with Claude Code

- Status API now falls back to live getPlotUsdPrice() when pl_daily_prices
  has no data, computing FDV as price × 1M max supply
- Increased SVG chart font sizes from 8-9px to 11-12px for mobile readability
- Widened right padding to accommodate larger milestone labels
- Y-left ticks and axis labels already hidden on mobile from #938

Fixes #944

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Apr 22, 2026 10:13am

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

The status API now falls back to a live price for FDV, and the chart typography/readability changes address the mobile issue without changing the core chart behavior.

Findings

  • None.

Decision

Approving because the change matches the acceptance criteria and the required checks are passing.

@realproject7 realproject7 merged commit fb0ea04 into main Apr 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Airdrop] FDV shows '—' and mobile chart unreadable

2 participants