Convert modal to 'How It Works' guide with 5 sections (#1034)#1037
Merged
realproject7 merged 1 commit intomainfrom May 4, 2026
Merged
Convert modal to 'How It Works' guide with 5 sections (#1034)#1037realproject7 merged 1 commit intomainfrom
realproject7 merged 1 commit intomainfrom
Conversation
Replace the brief comparison modal with a comprehensive "How does this work?" guide covering: the airdrop pool, milestones & pool size, how to earn PL points, streak boosts, and the existing comparison table as section 5. Modal is scrollable on mobile. Trigger text updated. Bump version: 1.4.0 → 1.5.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
realproject7
commented
May 4, 2026
Owner
Author
realproject7
left a comment
There was a problem hiding this comment.
RE2 Verdict: APPROVE
Summary
Solid implementation of #1034. Modal expanded from single comparison to comprehensive 5-section "How It Works" guide. All content matches the issue wireframe exactly.
Findings
- [ok] Trigger text updated to "How does this work? →".
- [ok] Section 1 (The Airdrop Pool): locked amount, 6-month timeline, burn/distribute outcome.
- [ok] Section 2 (Milestones & Pool Size): 4 tiers with correct PLOT amounts (5K/15K/25K/50K), burn mechanics, double benefit.
- [ok] Section 3 (How to Earn PL Points): all 4 point actions with correct rates.
- [ok] Section 4 (Streak Boost): 5 tiers (7d/14d/30d/50d/100d) with correct percentages, miss penalty.
- [ok] Section 5 (Why Is This Different?): existing comparison preserved.
- [ok] Scrollable modal:
max-h-[85vh] overflow-y-auto. - [ok] MCap footnote at bottom.
- [ok] Version bump 1.4.0 → 1.5.0 correct for feature.
- [ok] CI green, mergeable.
Decision
Approve. LGTM.
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 #1034 cleanly: the trigger text is updated to "How does this work?", and the modal is expanded into a scrollable five-section guide covering the pool, milestones, point earning, streak boosts, and the existing comparison table.
Findings
- [ok] Trigger text changed to "How does this work? →".
- File:
src/components/airdrop/CampaignHero.tsx
- File:
- [ok] Modal now contains the requested five sections with pool mechanics, milestone unlock amounts, point rates, streak boost tiers, and the preserved comparison table.
- File:
src/components/airdrop/CampaignHero.tsx
- File:
- [ok] Modal uses constrained height with overflow scrolling for smaller/mobile viewports.
- 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 #1034 acceptance criteria, and passes CI.
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
max-h-[85vh] overflow-y-auto) for mobileCloses #1034
Test plan
🤖 Generated with Claude Code