iotaledger / explorer

Explore the IOTA Tangle
https://explorer.iota.org
Apache License 2.0
59 stars 20 forks source link

feat: polish balance page #1370

Closed panteleymonchuk closed 5 months ago

panteleymonchuk commented 6 months ago

Description of change

Closes #1352

Type of change

How the change has been tested

Take a look address page.

Desktop

image

Tablet

image

Change checklist

Add an x to the boxes that are relevant to your changes, and delete any items that are not.

panteleymonchuk commented 5 months ago

Should we remove the empty Conditionally locked mana panel?

image

@begonaalvarezd @panteleymonchuk wdyt?

it makes sense to me

panteleymonchuk commented 5 months ago

@brancoder According to logic that was before I covered 2 more cases. Don't show blockIssuanceCredits or manaRewards if value `null.

blockIssuanceCredits !== null ? manaFactory(blockIssuanceCredits, "Block issuance credits:", formatManaBalanceFull, setFormatManaBalanceFull)
                            : null,
brancoder commented 5 months ago

@panteleymonchuk There's something weird with storage deposit on this address rms1qrmc0qhqadnsm0nefxunnhtexsrgqr6wa3aest640q4a4t0lcruj5ff7wa7 image

panteleymonchuk commented 5 months ago

hmm, seems I even don't see data. Maybe I have wrong config or so 🤔 image