rwadurian/frontend/mobile-app/lib/features
hailin 26ecb39476 fix(mobile-app): pass referral code to backend during account creation
- Add inviterReferralCode storage key for temporary referral code storage
- Save referral code in guide page before navigating to onboarding
- Read and pass referral code to createAccount API in onboarding page
- Clear temp storage after successful account creation
- Improve QR code extraction to prioritize query params (?ref=, ?code=)

This fixes a critical bug where referral relationships were never
being established because the frontend wasn't passing the referral
code to the backend.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 02:10:57 -08:00
..
auth/presentation fix(mobile-app): pass referral code to backend during account creation 2025-12-09 02:10:57 -08:00
deposit/presentation/pages feat(mobile-app): add DST network support to deposit page 2025-12-08 19:25:29 -08:00
home/presentation feat(mobile-app): add import mnemonic page and fix share URL 2025-12-07 13:35:40 -08:00
mining/presentation/pages fix(mobile-app): remove cacheWidth/cacheHeight to fix avatar blur on high-DPI screens 2025-12-08 19:11:00 -08:00
planting/presentation refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
profile/presentation/pages feat(profile): integrate referral and authorization APIs for profile page 2025-12-09 01:57:39 -08:00
ranking/presentation/pages style(mobile-app): add gradient background and card background to ranking page 2025-12-07 20:44:53 -08:00
share/presentation/pages feat(mobile-app): change share QR code to APK download link with referral code 2025-12-08 23:38:32 -08:00
trading/presentation/pages refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00