aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/order_details.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore(instant): update selectedAssetAmount in the redux state to be named ↵Brandon Millman2018-11-141-15/+17
| | | | selectedAssetUnitAmount
* feat(instant): calculate per unit eth amount to populate OrderDetails componentBrandon Millman2018-11-131-6/+13
|
* Merge branch 'development' into feature/instant/mobile-full-bleedSteve Klebanoff2018-11-071-1/+4
|\
| * chore(instant): import UI components directlySteve Klebanoff2018-11-061-1/+4
| |
* | wip: full display of mobile hard codedSteve Klebanoff2018-11-061-1/+1
|/
* Getting rid of displayName, and rename usdSection -> _renderUsdSectionSteve Klebanoff2018-10-201-3/+2
|
* pulsating -> isPulsatingSteve Klebanoff2018-10-191-1/+1
|
* Move USD section into helper functionSteve Klebanoff2018-10-191-46/+42
|
* feat(instant): Indicate that order details section is loading by having ↵Steve Klebanoff2018-10-191-5/+25
| | | | pulsing placeholder
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-2/+2
|
* Add ts-optchain and use it instead of lodash getfragosti2018-10-161-3/+5
|
* Hide USD price when ETH-USD price is not availablefragosti2018-10-161-3/+6
|
* Rename OrderDetailsRow to EthAmountRowfragosti2018-10-161-18/+18
|
* feat: make redux actions type-sagefragosti2018-10-131-3/+0
|
* feat: populate order details with information from worst buy quotefragosti2018-10-121-28/+64
|
* Add box shadow and default box-sizing: border-box to containerfragosti2018-10-051-1/+1
|
* Add BuyButton and other small improvementfragosti2018-10-051-0/+62