-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Refactor SendTo - extract code to render from / to addresses into separate component #6266
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
app/components/Views/SendFlow/AddressFrom/SendToAddressFrom.tsx
Outdated
Show resolved
Hide resolved
app/components/Views/SendFlow/AddressFrom/SendToAddressFrom.tsx
Outdated
Show resolved
Hide resolved
app/components/Views/SendFlow/AddressFrom/SendToAddressFrom.tsx
Outdated
Show resolved
Hide resolved
Great works, just some small feedbacks 👍 |
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.
Nice cleanup!
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!
Co-authored-by: Ariella Vu <[email protected]>
Co-authored-by: Ariella Vu <[email protected]>
0952f5d
to
0cb7205
Compare
Hey @jpuri, checked the QR scan for SendTo and it seems to work on my end. Can you share how to reproduce what you found? Thank you Screen_Recording_20230502-103627_MetaMask.mp4 |
@blackdevelopa overall looks good. I've just found one small issue. See below ENS name not displayed on the Confirmation screen
Screencast.from.04-05-23.12.20.29.webm
|
The issue above is not related to this PR, so I've opened a separate ticket here #6330 |
Development & PR Process
release-xx
label to identify the PR slated for a upcoming release (will be used in release discussion)needs-dev-review
label when work is completedneeds-qa
label when dev review is completedQA Passed
label when QA has signed offDescription
In this PR, we extract SendTo code logic to new components and removed dead code.
http://recordit.co/JIVVug44Rg
Test Cases
Issue
Progresses #6160
Checklist