frontend/account-summary: add coins total balance
Before this update, the account summary didn't show total coin balances, especially when managing multiple wallets with the watch-only feature. This commit addresses that by adding a new coin balances table below the chart. It appears only when there are multiple wallets in the portfolio.
@thisconnect updated, PTAL
I've only tested with with a BitBox and a remembered wallet. Looks good. Maybe a bit unrelated but when I unplug the device, the chart sometimes looks funny and goes into a bit a weird state.
PR https://github.com/digitalbitbox/bitbox-wallet-app/pull/2635 should properly mount and unmount the chart if there are changes. So I think we should merge https://github.com/digitalbitbox/bitbox-wallet-app/pull/2635 first.
@strmci is this the same backend code that got removed in an earlier commit?
@strmci please rebase
@strmci is this the same backend code that got removed in an earlier commit?
yes, it is the same code
yes, it is the same code
could you add the commit hash where it got removed in your commit message, so it is easier to review?
@strmci please rebase
could you add the commit hash where it got removed in your commit message, so it is easier to review?
@thisconnect rebased and commit hash added, PTAL
This was missing a CHANGELOG entry, see also: https://github.com/digitalbitbox/bitbox-wallet-app/issues/2613