aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/util/format.ts
Commit message (Expand)AuthorAgeFilesLines
* show < 0.00001 ETH when amount gets really smallSteve Klebanoff2018-12-131-5/+16
* show as <$0.01 when less than a cent in USD, and also show 1 significant digi...Steve Klebanoff2018-12-131-3/+12
* chore(instant): update selectedAssetAmount in the redux state to be named sel...Brandon Millman2018-11-141-8/+8
* feat: create PaymentMethodDropdownfragosti2018-11-081-0/+3
* Merge branch 'development' into feature/not-enough-ethSteve Klebanoff2018-10-271-1/+1
|\
| * feat: cover more token symbol edge casesfragosti2018-10-241-1/+1
* | ethDecimals -> ETH_DECIMALSSteve Klebanoff2018-10-271-3/+3
|/
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
* ReactNode as default for formatters, and show bold dashSteve Klebanoff2018-10-181-6/+14
* Add tests for format and use toFixed instead of round for usdfragosti2018-10-171-1/+1
* feat: populate order details with information from worst buy quotefragosti2018-10-121-0/+45