-
Notifications
You must be signed in to change notification settings - Fork 456
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
fix: Add events for export pk #2766
Conversation
Branch preview✅ Deploy successful! https://seedless_events--walletweb.review-wallet-web.5afe.dev |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
return ( | ||
<ModalDialog open={open} onClose={handleClose}> | ||
<DialogTitle> | ||
<Typography variant="h6" fontWeight={700}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was causing some MUI errors in the console
Coverage report
Show files with reduced coverage 🔻
Test suite run success1102 tests passing in 154 suites. Report generated by 🧪jest coverage report action from 9c42dde |
What it solves
Part of #2452
How this PR fixes it
Reveal private key
when the user presses the buttonExport private key successful
when the user successfully types in the passwordExport private key error
if the password was wrong or the validation failed for another reasonToggle see private key
when the user toggles to see their private keyCopy private key
when the user copies their pkHow to test it
Checklist