Page MenuHomePhabricator

[Cashtab] Show exact XEC amount sent or received in XEC tx history if user clicks tx
ClosedPublic

Authored by bytesofman on May 14 2024, 23:44.

Details

Summary

T3570

When glancing of txs, the exact amount is often less useful than the formatted / rounded amount. However, it is annoying that user cannot see the exact amount.

Show the exact amount if the user clicks the tx, which is existing behavior for showing more info/options about this tx.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bytesofman edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.May 15 2024, 06:21

One issue remains here.

Clicking on details, the exact amount is shown. But I can't mark and copy the amount as the details close again after clicking, removing the display of the precise amount to copy.

One issue remains here.

Clicking on details, the exact amount is shown. But I can't mark and copy the amount as the details close again after clicking, removing the display of the precise amount to copy.

ok should be covered now.