[TASK-15520] close iframe on manteca success#1272
[TASK-15520] close iframe on manteca success#1272jjramirezn merged 4 commits intopeanut-wallet-devfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. WalkthroughAdds a client-side redirect guard in the mobile layout, registers a postMessage listener in the MYC modal to surface KYC success, adjusts a payment row label/text, and centralizes send-link types with updated claimSendLink/sendLinks error handling and return shapes. No exported function signatures removed. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
src/app/(mobile-ui)/layout.tsx(3 hunks)src/components/AddMoney/components/MantecaDepositShareDetails.tsx(1 hunks)src/components/Kyc/InitiateMantecaKYCModal.tsx(2 hunks)
🧰 Additional context used
🧬 Code graph analysis (1)
src/components/AddMoney/components/MantecaDepositShareDetails.tsx (1)
src/components/Payment/PaymentInfoRow.tsx (1)
PaymentInfoRow(17-83)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Deploy-Preview
🔇 Additional comments (1)
src/components/AddMoney/components/MantecaDepositShareDetails.tsx (1)
133-137: LGTM! Good UX improvement.The added
moreInfoTextprovides helpful context about network fees to users. The PaymentInfoRow component properly handles this prop with an accessible tooltip implementation.
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/components/Kyc/InitiateMantecaKYCModal.tsx(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Deploy-Preview
🔇 Additional comments (1)
src/components/Kyc/InitiateMantecaKYCModal.tsx (1)
10-10: LGTM!The
useEffectimport is correctly added to support the new message listener below.
No description provided.