-
Notifications
You must be signed in to change notification settings - Fork 468
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
feat: recovery info modals + widgets #2843
Conversation
Branch preview✅ Deploy successful! https://recovery_modal_widgets--walletweb.review-wallet-web.5afe.dev |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Coverage report
Show new covered files 🐣
Test suite run success1212 tests passing in 171 suites. Report generated by 🧪jest coverage report action from 165c9d3 |
export const RecoveryHeader = madProps(_RecoveryHeader, { | ||
isOwner: useIsSafeOwner, | ||
isGuardian: useIsGuardian, | ||
supportsRecovery: _useSupportedRecovery, | ||
queue: useRecoveryQueue, | ||
}) |
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.
👍
) | ||
} | ||
|
||
// Appease TypeScript |
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.
Is it because it wants to have a name?
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.
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.
Please make sure the icons work in dark mode.
I've made @TanyaEfremova aware of this. I'm going to merge this in the mean time and we can revisit it. |
What it solves
Resolves #2758 and #2759
How this PR fixes it
This adds full-screen modals that appear if/when a recovery proposal is either added to the queue (for an owner/guardian) or when none is queued (for guardian).
How to test it
Screenshots
Checklist