Expand balances.

This commit is contained in:
James Cole
2025-07-23 07:01:10 +02:00
parent 1add505644
commit 64a643ceec
5 changed files with 99 additions and 46 deletions

View File

@@ -13,13 +13,13 @@
x-text="account.name"></a>
<span class="small">
<template x-for="balance in account.balance">
<span>x</span>
<template x-for="balance in account.balances">
<template x-if="balance.type === 'current'">
<span class="text-muted">(<span x-text="balance.amount_formatted"></span>)
</span>
</template>
</template>
<template x-for="balance in account.native_balance">
<span>Y</span>
</template>
</span>
</span>
</h3>
</div>
<div class="card-body p-0">