Zondax / ledger-tezos

Apache License 2.0
8 stars 5 forks source link

Format UI in terms of tez, not mutez #175

Closed ghost closed 2 years ago

ghost commented 2 years ago

Currently the app when displaying currency will do so in terms of "mutez", or 1 millionth of a tez.

This leads to display like fees being "412" and amounts being "1000000", which is not very great for UX.

We should improve this display by having a decimal point in these kinds of displays, so the fee earlier would display as "0.000412" and the amount simply "1".