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
My Assets
Proposal:
Case: if value < 1: show maximal 6 digits behind period. ex: 0.234345 ETHRISE
value < 1
0.234345 ETHRISE
Case: if value > 1: show only 2 digits behind period. ex: $2.23
value > 1
$2.23
Example:
Figma Link: https://www.figma.com/file/t4BnIO0LHqk10vmKZ4kRV4/Website-%E2%80%93-1.0?node-id=1710%3A103985
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposal:
Case: if
value < 1
:show maximal 6 digits behind period.
ex:
0.234345 ETHRISE
Case: if
value > 1
:show only 2 digits behind period.
ex:
$2.23
Example:
Figma Link:
https://www.figma.com/file/t4BnIO0LHqk10vmKZ4kRV4/Website-%E2%80%93-1.0?node-id=1710%3A103985
The text was updated successfully, but these errors were encountered: