Milestone cards: prod values, icons, CMC rank (#1027)#1032
Merged
realproject7 merged 1 commit intomainfrom May 4, 2026
Merged
Conversation
Add 4-column milestone card grid ($1M/$10M/$50M/$100M) below the headline/countdown. Each card shows a checkmark or pending icon, MCap target, approximate CMC rank, and unlock percentage. Cards use hardcoded prod values regardless of test mode. Responsive 2×2 on mobile, 4-col on desktop. Bump version: 1.3.2 → 1.3.3 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
project7-interns
approved these changes
May 4, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The PR implements issue #1027 cleanly: milestone cards are added directly below the headline/countdown, use the required prod values, show reached/pending status icons, include CMC ranks, and use a responsive 2-column/4-column layout.
Findings
- [ok] Cards show the required prod milestone values: $1M, $10M, $50M, and $100M.
- File:
src/components/airdrop/CampaignHero.tsx
- File:
- [ok] Each card shows a reached checkmark or pending circle based on
currentFdvagainst the prod threshold.- File:
src/components/airdrop/CampaignHero.tsx
- File:
- [ok] CMC rank and unlock percentage are displayed for each card, and cards are placed above participant count near the top of the hero.
- File:
src/components/airdrop/CampaignHero.tsx
- File:
- [ok] Branch is mergeable and checks passed:
lint-and-typecheck,e2e, Vercel.- File: PR checks
Decision
Approve. The change is focused, matches #1027 acceptance criteria, and passes CI.
realproject7
commented
May 4, 2026
Owner
Author
realproject7
left a comment
There was a problem hiding this comment.
RE2 Verdict: APPROVE
Summary
Clean implementation of #1027. Milestone cards with prod values ($1M/$10M/$50M/$100M), checkmark/pending icons, CMC ranks, and correct unlock percentages. Placed below headline/countdown as specified.
Findings
- [ok] Prod MCap values hardcoded correctly: $1M/$10M/$50M/$100M.
- [ok] Status icons: green checkmark (✅) for reached, pending circle (○) for not reached — matches wireframe.
- [ok] Icon div left-aligned (default), card content centered — matches wireframe layout.
- [ok] CMC ranks correct: #1900/#950/#400/#250.
- [ok] Unlock percentages correct: 10/30/50/100%.
- [ok] Responsive:
grid-cols-2 sm:grid-cols-4— 2×2 mobile, 4-col desktop. - [ok] Placement: below countdown, above participant count.
- [ok] Version bump 1.3.2 → 1.3.3 correct.
- [ok] PR is mergeable.
Decision
Approve. LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
currentFdvagainst prod MCap thresholdsCloses #1027
Test plan
🤖 Generated with Claude Code