fix: update z-index for AnimatedModal and standardize messaging#388
Conversation
…n-chain apps across components
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe PR makes targeted refinements across four components: adjusts the AnimatedModal z-index for stacking order, introduces wallet address change detection to reset modal state in NetworkSelectionModal, and standardizes hyphenation in migration-related components ("onchain" to "on-chain"). Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches
🧪 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. Comment |
Description
This pull request includes several minor improvements and fixes related to wording consistency, UI theming, and modal behavior. The most notable changes are grouped below:
Wording Consistency:
WalletMigrationBanner.tsxandWalletMigrationModal.tsxfor improved clarity and professionalism. [1] [2] [3] [4]UI/UX Improvements:
Dialogcomponent inAnimatedComponents.tsxfromz-50toz-[55]to resolve potential stacking context issues with modals.State Management:
NetworkSelectionModal.tsxto reset thehasCheckedStoragestate whenever the user’s wallet address changes (including logout and login as a different user), ensuring correct modal behavior for different users.References
Testing
Checklist
mainBy submitting a PR, I agree to Paycrest's Contributor Code of Conduct and Contribution Guide.
Summary by CodeRabbit
Bug Fixes
Style