aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/containers
Commit message (Collapse)AuthorAgeFilesLines
* chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-261-12/+13
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-255-9/+44
|\ | | | | | | feature/instant/input-fees-rounding
| * 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
| |\
| * | feat(instant): Procesing and Success statesSteve Klebanoff2018-10-245-14/+51
| | |
| * | Placing order buttonSteve Klebanoff2018-10-231-2/+4
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-257-29/+63
|\ \ \ | | |/ | |/| | | | feature/instant/input-fees-rounding
| * | 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): 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 ↵Steve Klebanoff2018-10-206-13/+48
| |\ | | | | | | | | | feature/instant/failure-state
| | * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-205-12/+15
| | |\ | | | | | | | | | | | | feature/instant/beta-render-et-al
| | | * feat(instant): Indicate that order details section is loading by having ↵Steve Klebanoff2018-10-191-0/+3
| | | | | | | | | | | | | | | | pulsing placeholder
| | | * 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
| | | |
| * | | 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
| | | |
* | | | feat: have basic scaling amount input workingfragosti2018-10-231-1/+1
| |/ / |/| |
* | | feat: use color from metaData instead of default primaryColorfragosti2018-10-191-0/+32
|/ /
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-195-28/+78
|\| | | | | | | feature/instant/beta-render-et-al
| * 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 ↵fragosti2018-10-192-16/+58
|/ | | | method
* 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