web3-nomad / accelerator-defi-EIP-ui

accelerator-defi-EIP UI
https://eip.zilbo.com
Apache License 2.0
0 stars 1 forks source link

Post TREX token deploy flow improvements #88

Open dchernokur opened 1 month ago

dchernokur commented 1 month ago

After deploying the new EIP-3643 token, the list of deployed tokens in "Admin" dropdown takes some time to show the newly deployed one, which leads to confusion "I've deployed the thing and I don't see it anywhere". We do have background refresh for the data, but it might be a bit slow, so we can improve the UX.

Suggestion:

dchernokur commented 1 week ago

Considering we get list of deployed tokens from the events watcher, refreshing might not be that simple and we could be bound to the watcher timeout between poll calls 🤔 Let's figure out what can we do, maybe fake some loading spinner until new token pops in the list or something...