-
Notifications
You must be signed in to change notification settings - Fork 20
fix(tangle-dapp): fix claim wallet connection and add unlock configuration display #3094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ation - Add SubstrateWalletModal for selecting between Polkadot.js, Talisman, and SubWallet - Update SubstrateWalletSelector to use the new modal with localStorage persistence - Store extension reference for signing without re-fetching - Add wallet icons (PolkadotJsIcon, SubWalletIcon) - Filter substrate wallets from EVM wallet modal Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Display unlock percentage and lock schedule on the claim page. Shows unlocked vs locked amounts with unlock date. Also adds explorer link for transaction hash in success state. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @vutuanlinh2k2's task —— View job Code Review Complete ✅I've thoroughly reviewed the PR changes for the substrate wallet connection fixes and unlock configuration display. Here's my comprehensive feedback: Todo List:
Overall AssessmentThis is a well-structured PR that adds proper substrate wallet management to the claim migration flow with good separation of concerns and user experience improvements. Detailed Review✅ Strengths
🔧 Code Quality IssuesSubstrateWalletModal.tsx (
|
Extract duplicated wallet connection code from SubstrateWalletModal and SubstrateWalletSelector into shared utils/walletUtils.ts file. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Likely needs some small more improvements indicating that that is a tx hash? |
Summary
Images