From b63bfcf64524e3cd5a74c6088b7a1a4e7d965292 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Sat, 13 May 2023 21:41:58 +0800 Subject: [PATCH] feat: address style refactor --- src/modules/[chain]/account/[address].vue | 293 +++++++--------------- 1 file changed, 89 insertions(+), 204 deletions(-) diff --git a/src/modules/[chain]/account/[address].vue b/src/modules/[chain]/account/[address].vue index fe4b31bf..32d2de6b 100644 --- a/src/modules/[chain]/account/[address].vue +++ b/src/modules/[chain]/account/[address].vue @@ -93,7 +93,7 @@ loadAccount(props.address);
-
+
-
+
- +
- - - - {{ format.formatToken(v) }} - - ≈${{ 0 }} - - - - - - - {{ format.formatToken(v.balance) }} - - ≈${{ 0 }} - - - - - - - {{ format.formatToken(v) }} - - ≈${{ 0 }} - - - +
≈${{ 0 }}
+
+
+ + {{ format.calculatePercent(rewardItem.amount, totalAmount) }} +
+
+
-
-
+
{{ format.formatToken({ amount: String(unbondingTotal), @@ -235,7 +256,7 @@ loadAccount(props.address); }) }}
-
≈${{ 0 }}
+
≈${{ 0 }}
- - Assets - - - - - - - - - - - - - - - {{ format.formatToken(v) }} - - - ≈${{ 0 }} - - - - - - - - {{ format.formatToken(v.balance) }} - - - ≈${{ 0 }} - - - - - - - - {{ format.formatToken(v) }} - - - ≈${{ 0 }} - - - - - - - - - {{ - format.formatToken({ - amount: String(unbondingTotal), - denom: stakingStore.params.bond_denom, - }) - }} - - - ≈${{ 0 }} - - - - - - {{ totalAmount }} - - - - -

Delegations

-
+