-
-
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
Direct to proper screen on address QR code scan #1859
Conversation
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.
Issue 1:
When I scan the QR Code from the Receive view, I am correctly sent to to the Send to view, however, upon continuing I see collectible pre-selected with Balance: undefined, with 2 warnings appearing and when I do switch to ETH the Next CTA is disabled and I cannot continue.
Seen here = https://recordit.co/HULaqjSnMe
Issue 2:
When I go through the request payment flow and I set how much ETH I want, I'm still taken to the Send to view and the same bug as above happens. I'm under the assumption that when a user goes to the Add funds/receive > request payment > and selects the asset with the value wanted we should take them to the confirm view like usual right cc: @omnat @cjeria?
seen here = https://recordit.co/TZac6VURZ8
Case 1 >> This behavior is as intended in production - shouldn't change with this (or other) PRs. Case 2 >> This behavior needed to change with this PR. The intended flow should be the following: |
@omnat |
@ibrahimtaveras00 |
17beb92
to
647c4df
Compare
@ibrahimtaveras00 should behave properly now :) |
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.
Issue 1 seems resolved 👍
Issue 2 seems to only work when requesting ETH but fails when requesting ERC 20 tokens
Fails when I request KNC (goes to send to view rather than confirm view) seen here = https://recordit.co/18qexARqIT
This works on prod; seen here = https://recordit.co/PbuklCc8YM
@ibrahimtaveras00 Fixed |
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.
QA Passed 👍
… to address with data from QR code
6b04d2d
to
f8c20af
Compare
* Direct to adress input screen after scanning address QR code, fill in to address with data from QR code * Direct to confirm screen if qr code has an amount * fix balance undefined and displaying collectible when scanning from qr code * Navbar: fix payment request QR code not working for ERC20 tokens * add content to function param
https://trello.com/c/V51d5FO6/204-public-address-qr-code-scanning-opens-confirm-screen-should-be-just-the-prefilled-recipient-address-screen