Phase 2 | Priority: P0 | Status: Not Started | Covers: FR-005
Objective
Create the "Invite friends" page accessible from Account Settings, showing the user's referral code and share options.
Acceptance Criteria
- New route /settings/invite-friends accessible from Account Settings nav
- Calls code generation API on mount; displays code + shareable link
- Loading and error states handled
- Gated behind referral_program_enabled feature flag
- Accessible: keyboard navigable, screen reader labels, sufficient contrast
Dependencies
Depends on: code generation API endpoint. Blocks: copy-to-clipboard component, email share modal.