status-im / status-mobile

a free (libre) open source, mobile OS for Ethereum
https://status.app
Mozilla Public License 2.0
3.91k stars 987 forks source link

Wallet: crypto decimal places (2) #18226

Open OmarBasem opened 10 months ago

OmarBasem commented 10 months ago

Description By default, always show up to single-digit billions. If there's not enough space, remove decimal places. If there's still not enough space, use some shorter format (B's)

Acceptance Criteria Currency amounts >= 10B should reduce the number of digits shown (start removing decimals one by one, then use the abbreviated form)

Dependency: https://github.com/status-im/status-mobile/issues/18225

J-Son89 commented 9 months ago

@OmarBasem - still relevant?

OmarBasem commented 9 months ago

@J-Son89 yes still relevant