safe-wallet-web
safe-wallet-web copied to clipboard
[WalletConnect] Loader disappears too early after pasting
- The loader should appear right after pasting
- And disappear only after the proposal screen is shown or an auto-confirmed session is established
Slack thread: https://5afe.slack.com/archives/C0462F65CLD/p1713802598287739
I think this is related to #3225
The loader on the input appears when we are pairing and we clear the loader when the pairing finished. After that we wait for a proposal which should ideally happen immediately but in some cases takes a while which makes the connection flow feel slow.
As discussed we can try to "fake" a loader. So when the pairing finishes we can still show the loader until we receive a proposal.