aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/containers
Commit message (Expand)AuthorAgeFilesLines
* feat(instant): Show message if user doesn't have enough ETHSteve Klebanoff2018-10-271-1/+13
* Making failure txHash requiredSteve Klebanoff2018-10-261-2/+3
* txnHash -> txHashSteve Klebanoff2018-10-262-7/+7
* new try/catch pattern and new prop names per code review feedbackSteve Klebanoff2018-10-261-4/+4
* take out unused importsSteve Klebanoff2018-10-262-2/+2
* feat(instant): Be able to view transaction when transaction is in progressSteve Klebanoff2018-10-251-1/+5
* Associate txnhash with processing stateSteve Klebanoff2018-10-251-3/+11
* Introduce new OrderProcessStateSteve Klebanoff2018-10-254-10/+10
* Merge pull request #1180 from 0xProject/feature/instant/metamask-denialSteve Klebanoff2018-10-251-0/+5
|\
| * Message when signature deniedSteve Klebanoff2018-10-251-0/+5
* | Get rid of react-shared as a dependency, write own etherscanUtilSteve Klebanoff2018-10-251-3/+2
|/
* Merge branch 'development' into feature/instant/processing-stateSteve Klebanoff2018-10-243-41/+22
|\
| * rename containerSteve Klebanoff2018-10-241-3/+3
| * null -> undefinedSteve Klebanoff2018-10-241-2/+2
| * move buy order state to its own componentSteve Klebanoff2018-10-241-18/+2
* | feat(instant): Procesing and Success statesSteve Klebanoff2018-10-245-14/+51
* | Placing order buttonSteve Klebanoff2018-10-231-2/+4
|/
* feat(instant): Add failure state and iconSteve Klebanoff2018-10-201-0/+5
* lintingSteve Klebanoff2018-10-202-3/+0
* Merge branch 'feature/instant/beta-render-et-al' into feature/instant/failure...Steve Klebanoff2018-10-206-13/+48
|\
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-205-12/+15
| |\
| | * feat(instant): Indicate that order details section is loading by having pulsi...Steve Klebanoff2018-10-191-0/+3
| | * Moved LatestErrorDisplay to types file and gave generic nameSteve Klebanoff2018-10-191-2/+3
| | * Rename update function to set function since it doesnt take a parameterSteve Klebanoff2018-10-191-3/+3
| | * fix camel casing of updateBuyOrderStateSteve Klebanoff2018-10-192-4/+4
| | * quoteState -> quoteRequestStateSteve Klebanoff2018-10-192-5/+5
| * | feat: use color from metaData instead of default primaryColorfragosti2018-10-191-0/+32
* | | Selected Asset buttonSteve Klebanoff2018-10-203-8/+62
* | | WIP: clear buy quote workingSteve Klebanoff2018-10-201-0/+2
* | | wip: retry buttonSteve Klebanoff2018-10-201-21/+8
* | | Show order failed messaging when order failsSteve Klebanoff2018-10-191-0/+2
|/ /
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-195-28/+78
|\|
| * chore: change package org from 0xproject to 0xJacob Evans2018-10-184-7/+7
| * selectedAssetBuyState -> buyOrderStateSteve Klebanoff2018-10-182-5/+5
| * add concept of quoteStateSteve Klebanoff2018-10-182-9/+18
| * creating big error util file per francescos comment in PRSteve Klebanoff2018-10-182-5/+5
| * latestErrorDismissed -> latestErrorDisplay enumSteve Klebanoff2018-10-181-6/+5
| * feat(instant): Handle AssetBuyer errorsSteve Klebanoff2018-10-182-1/+48
* | feat: MVP of passing in sraApiUrl, assetData and other settings from render m...fragosti2018-10-192-16/+58
|/
* Add ts-optchain and use it instead of lodash getfragosti2018-10-162-2/+4
* feat: model asset meta data and add dynamic assetData statefragosti2018-10-131-11/+20
* feat: make redux actions type-sagefragosti2018-10-132-15/+13
* feat: populate order details with information from worst buy quotefragosti2018-10-122-1/+27
* feat: debounce the fetching of new quotesfragosti2018-10-121-10/+14
* feat: Move over features from zrx-buyerfragosti2018-10-114-36/+142
* Fix empty input bugfragosti2018-10-101-1/+1
* Apply linterfragosti2018-10-051-5/+5
* Create SelectedAssetInputAmountfragosti2018-10-051-0/+36