Open
Description
Right now Fava rounds all amounts to two digits (i.e., 1.23 USD
). Generally it is ok, however, for some other currencies/tokens (say, BTC), it is common to have very small fractions (i.e., 0.003242 BTC
). Fava will show such small amounts as 0.00 BTC
.
The idea here is to show the exact amount in the tooltip (right now all tooltips show None
which is very much a pythonic value and i'm not sure where it's coming from) or toggle rounding when amount is clicked: once clicked, it will show exact amount and revert to rounded one if clicked again.
Activity