Use new balance APIs from akkounts

* Use sats integer values instead of floats
* Add lightning Network account balance
* Use icons and titles/descriptions to discern between balance types
* Use more flexible config for balances (to add e.g. RBTC or BTC ecash
  later)
This commit is contained in:
2024-01-12 14:48:59 +03:00
parent 26f2f2afe9
commit dbedf1dbe8
9 changed files with 82 additions and 18 deletions
+10 -1
View File
@@ -16,8 +16,12 @@ section#funds {
}
th, td {
font-size: 1.2rem;
vertical-align: text-bottom;
img {
max-height: 1.5rem;
max-width: 1.5rem;
}
}
th {
@@ -35,8 +39,13 @@ section#funds {
}
&.fiat-amount {
font-size: 1.2rem;
color: rgba(255,255,255,0.8);
}
span.unit {
font-size: 1.5rem;
}
}
}
}