We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should try to take into account assets’ prices and amounts when presenting the numbers that comprise balances.
$3k ETH needs more decimal places for the amounts of the token than $0.48 GRT.
This feels like a good framework for when to truncate and when to expand on numbers.
The quick fix is to apply this to the Balances section inside the wallet screen.
The longer fix is a consistent approach to number formatting, fiat currency values, and token prices.
I like to use SF Mono Light for prepended currency symbols and everything after the decimal place.
SF Mono Light
I use SF Mono Medium for the meat of a number.
SF Mono Medium
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should try to take into account assets’ prices and amounts when presenting the numbers that comprise balances.
$3k ETH needs more decimal places for the amounts of the token than $0.48 GRT.
This feels like a good framework for when to truncate and when to expand on numbers.
The quick fix is to apply this to the Balances section inside the wallet screen.
The longer fix is a consistent approach to number formatting, fiat currency values, and token prices.
I like to use
SF Mono Light
for prepended currency symbols and everything after the decimal place.I use
SF Mono Medium
for the meat of a number.The text was updated successfully, but these errors were encountered: