-
Notifications
You must be signed in to change notification settings - Fork 48
Conversation
15f3278
to
6d40143
Compare
Now, as one clicks on "connect wallet" and gets the QRCode modal, when one dismisses that modal and gets back to the starting screen, the "connect wallet" button is now just spinning, as the call to "wallet.connect()" has set the wallet's state to "Connecting". To avoid this, we only set the state to connecting once the user has approved the connection and we must initialize all things. This makes sense from a practical perspective as well: we are not in fact connecting until there's green light from the other side, but just awaiting for the user to approve the connection. Anyway, for the UX this fixes the problem and does not cause any quirk.
Dumber is better
I am with you on this. The idea behind the feature flag was to have the feature available to end users but only for a selected or curious few who would like to give it a spin and help us validate it. For that, indeed, we'd need to have it pointing to a testnet. So, answering your question, there will be a follow-up PR offering an environment option for the funding feature (something like How does that sound? Edit: Done in 077053b. |
@rudolfs @geigerzaehler thanks for the second round! I have addressed/replied to all your comments. Waiting on @brandonhaslegs to have a look at #975 (comment). |
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.
Great work!
I think once we sort out #975 (comment), it's a "go" from my side.
Co-authored-by: Rūdolfs Ošiņš <[email protected]>
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 🚀
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.
💸
Co-authored-by: Merle Breitkreuz <[email protected]>
bace2c0
@MeBrei @rudolfs @geigerzaehler appreciate your greenest lights and get this baby monster merged 🥰 |
merged in 5b4a327 🎉 thank you all! |
Closes #974
Superseds #952