-
Notifications
You must be signed in to change notification settings - Fork 363
Feat: mobile pairing in Safe creation #3867
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
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.
The code looks good to me but has the design been cleared by @liliiaorlenko? The alignment is a bit odd:
A few findings:
Strange, wallet connection stopped working. |
Pull Request Test Coverage Report for Build 2337865346
💛 - Coveralls |
2a58393
to
91124aa
Compare
91124aa
to
021ea2d
Compare
…airing-safe-creation
…airing-safe-creation
…airing-safe-creation
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.
@@ -43,3 +43,7 @@ export const saveToStorageWithExpiry = <T = unknown>(key: string, value: T, expi | |||
export const loadFromStorageWithExpiry = <T = unknown>(key: string): T | undefined => { | |||
return storage.getWithExpiry<T>(key) | |||
} | |||
|
|||
export const removeFromStorageWithExpiry = (key: string): void => { |
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.
The name of this threw me off at first.
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.
It's a hairy name but consistent with the other two.
The rest works fine |
Yes, I took the opportunity to groom those messages a bit. |
…airing-safe-creation
@francovenica great catch with the QR code refresh, fixed ✅ |
The QR code refresh is fixed. Looks good to me |
Part of safe-global/safe-pm#54
Design: https://www.figma.com/file/C9TgnaMpQQvLAEYP8Bvl5X/Mobile-App-on-Web?node-id=60%3A6107
Adds the Mobile Pairing module to the Safe creation stepper.