fuels-wallet
fuels-wallet copied to clipboard
Connector should support multi-popups/actions
When watching this video, you can see that the wallet pops up to approve the transfer of ETH
. While the wallet is available, if the user clicks on Increment
, another wallet should pop up to approve that action.
The bug is that the wallet approves both actions with 1 click of Approve
in the wallet that's already open.
https://github.com/FuelLabs/fuel-connectors/assets/114662397/f0c78859-5bfb-4700-8e76-54737d6fb6e7
we should add a validation that only one Transaction Request will be opened at same time