Fujicracy / fuji-v2

Cross-chain money market aggregator
https://fuji-v2-frontend.vercel.app
15 stars 10 forks source link

Login improvements #521

Closed ferostabio closed 1 year ago

ferostabio commented 1 year ago

There were two issues in the login flow:

Tested a number of times, but we should all do it a number of times in case there are any side-effects or something I'm missing.

ferostabio commented 1 year ago

After doing the first batch of (minor, granted) changes, address still took an average of 1.75 seconds to load, when all major projects load it almost instantly.

I went through @web3-onboard's rabbit hole and couldn't find any way to speed up onboard.connectWallect(). I started looking at the different sub packages of them we already use, and realized that they offer a useWallets hook that, when implemented inside a component, it shows the connected wallets right after loading.

A couple of comments: