feat(card): 'Tweet to appeal' CTA on the waitlist cooldown screen#2301
feat(card): 'Tweet to appeal' CTA on the waitlist cooldown screen#2301Hugo0 wants to merge 1 commit into
Conversation
The waitlist-joined cooldown screen was a dead end (only 'Back to home'). Add a primary 'Tweet to appeal' (text X-intent tagging @joinpeanut, reusing the rejection screen's caption picker) so users can beg to jump the queue; 'Back to home' demoted to secondary. Launch-day polish (Konrad/Hugo).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Walkthrough
Tweet-to-appeal on CardWaitlistJoinedScreen
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
Comment |
Code-analysis diffPainscore total: 5846.74 → 5847.48 (+0.74) 🆕 New findings (1)
✅ Resolved (1)
📈 Painscore deltas (top movers)
|
🧪 UI test report — ✅ all greenSuites
📊 Coverage (unit)
⏱ 10 slowest test cases
|
|
Superseded: the waitlist cooldown screen is being removed (hotfix/waitlist-end-on-rejection). The rejection screen is now terminal and keeps the appeal asset + Tweet-to-appeal, so a separate cooldown CTA is moot. |
What
The waitlist-joined cooldown screen (
CardWaitlistJoinedScreen) only had a "Back to home" button — a dead end. Per Konrad/Hugo it should let users beg to jump the queue.pickRejectionCaption()and fires the X intent tagging@joinpeanut. Text-only (no asset to capture on the friendly cooldown screen — same path the rejection screen falls back to on desktop).variant="stroke").Notes
main(launch is live).devhas an unreleasedBadgesRowaddition on this same file, so the back-merge will need to keep both BadgesRow + this CTA — flagged.