thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
113 stars 50 forks source link

Display amount in accepted standard #263

Closed Prakhar-Agarwal-byte closed 1 year ago

Prakhar-Agarwal-byte commented 1 year ago

Fixes #257 Displays the amount as mentioned in https://medium.com/@mark.nugent.iv/grouping-bitcoins-fractional-digits-an-idea-whose-time-has-come-22d9dad8ac51

Screenshots:

WhatsApp Image 2023-03-09 at 12 52 25 AM WhatsApp Image 2023-03-09 at 12 52 25 AM (1)

thunderbiscuit commented 1 year ago

Great stuff, thank you for the PR. For the btc denomination I'm looking at them and my favourite is the one where we use small spaces (I can't remember where I've seen this but it was in a related article). Something like this (from the Medium post you linked) but without the dots:

units

As for the satoshi version, I like how you have it as is.

thunderbiscuit commented 1 year ago

If you can rebase this I think it's ready to merge.