-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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
feat: format big numbers using Intl
api when rendered on screen
#3171
Conversation
Note: the big diff is because of the formatted file that was not formated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@neuodev , plz check the comment about the locale and also please roll back the formatting changes that are not related to the intended change, it becomes very hard to review and make sure I don't miss any of the changes that are actually important in the PR.
We can have formatting fixes as separate PRs that are not intended to have any logic changes.
packages/yoroi-extension/app/components/wallet/assets/TokenList.js
Outdated
Show resolved
Hide resolved
cb75fc9
to
6f32ad4
Compare
6f32ad4
to
d575546
Compare
SonarQube Quality Gate 0 Bugs No Coverage information |
Format token amount:
100000
==>100,000
Screenshot