feat: simplify onchain receive routing#2268
Conversation
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR restructures the on-chain receive flow by changing URL routing from path-based to query-parameter-based, creating dedicated components for on-chain and spending receive flows, refactoring the main Receive screen to use tab-based UI, and simplifying ReceiveOnchain to focus on swap flows. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
27f9a1d to
443216a
Compare
This brings the on-chain receive from on-chain/other crypto screen to the main Receive screen so that we can navigate easily with the new on-chain mode
Summary by CodeRabbit
Release Notes
New Features
Refactor