Dynamically load all balances from Safe

This commit is contained in:
2020-08-13 16:13:50 +02:00
parent 1dd63b2c7a
commit 5f90bc23bc
4 changed files with 40 additions and 20 deletions
@@ -1,5 +1,12 @@
section#funds {
table.token-balances {
opacity: 1;
transition: opacity 0.3s linear;
&.loading {
opacity: 0;
}
thead {
display: none;
}