You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a referral dashboard page where members can view their referral code, share it, and track how many people they have referred. All work goes in frontend/sandbox/.
Acceptance Criteria
Page at frontend/sandbox/referrals/page.tsx
Shows the user's unique referral code in a styled card with a Copy button
Share button opens the native share dialog (Web Share API) or copies a referral link
Stats section: total referrals, rewards earned, pending rewards
Table of referred members: name (masked), joined date, reward status
Empty state when no referrals yet
JWT-protected page (redirect to login if unauthenticated)
Overview
Build a referral dashboard page where members can view their referral code, share it, and track how many people they have referred. All work goes in
frontend/sandbox/.Acceptance Criteria
frontend/sandbox/referrals/page.tsxCopybuttonSharebutton opens the native share dialog (Web Share API) or copies a referral link