aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/order_details.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat: use PureComponent instead of Componentfragosti2019-01-021-2/+2
|
* fix semicolon and apply prettierSteve Klebanoff2018-12-151-2/+10
|
* Show @ price in light greySteve Klebanoff2018-12-141-4/+5
|
* Use BN equals and call functionSteve Klebanoff2018-12-131-2/+2
|
* Use helper function to check for errorSteve Klebanoff2018-12-131-3/+1
|
* Abstract SectionHeader and make 12px per Chris's comment and figma designSteve Klebanoff2018-12-131-12/+9
|
* LintingSteve Klebanoff2018-12-131-4/+3
|
* Show error when fetching usd pricesSteve Klebanoff2018-12-131-4/+32
|
* Make primary value in total cost boldSteve Klebanoff2018-12-131-0/+1
|
* Small clean upSteve Klebanoff2018-12-131-18/+5
|
* Refactor BaseCurrencyChoice to be done in helper functionSteve Klebanoff2018-12-131-27/+19
|
* Refactor OrderDetails to use private instance methodsSteve Klebanoff2018-12-131-91/+115
|
* Move header to helperSteve Klebanoff2018-12-131-29/+33
|
* Render OrderDetailsRow directlySteve Klebanoff2018-12-131-10/+29
|
* Delete old interface and rename BaseCurrencyChoiceSteve Klebanoff2018-12-121-13/+4
|
* Refactor out custom componentsSteve Klebanoff2018-12-121-82/+55
|
* Show as 0 when selectedSteve Klebanoff2018-12-121-7/+11
|
* Remove unused componentSteve Klebanoff2018-12-121-49/+0
|
* feat(instant): ETH/USD toggleSteve Klebanoff2018-12-121-35/+161
|
* polish: reduce vertical padding in instantfragosti2018-12-051-1/+1
|
* 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