ethereum / clrfund

Eth2 CLR project built on clr.fund

Home Page:https://eth2clrfund.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC-20 Logo layout has poor handling of initial load

wackerow opened this issue · comments

Description

The ERC-20 logo looks strange when initially loading, as there is space for a number but no number loaded yet.

To reproduce

  1. Go to https://eth2clrfund.netlify.app/#/
  2. Go to App
  3. Connect wallet, and immediately after signing in you'll notice it shows the ERC-20 logo without any value.

Thoughts

The load time here varies of course, but I would suggest that while the balance is being loaded, we either remove the space left for the number so the ERC-20 logo sits properly by itself, or we place a 0 in there by default.

Screenshot

image

Moved to the monorepo: clrfund#443