aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/buy_button.tsx
Commit message (Expand)AuthorAgeFilesLines
* feat(instant): add expectedEndTimeUnix and actualEndTimeUnix to buy eventsBrandon Millman2018-11-271-3/+3
* feat(instant): add buyQuote properties to buy eventsBrandon Millman2018-11-271-7/+7
* feat(instant): add txHash to relevant buy eventsBrandon Millman2018-11-271-3/+3
* feat(instant): implement buy events without associated propertiesBrandon Millman2018-11-271-0/+8
* feat: make all button fontsizes 16px by defaultfragosti2018-11-131-1/+0
* feat: refactor button styles and add href to Textfragosti2018-11-101-1/+1
* Merge branch 'development' into feature/instant/account-state-changeBrandon Millman2018-11-091-5/+8
|\
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-091-3/+5
| |\
| * | chore: linterfragosti2018-11-071-1/+0
| * | feat: make instant resistant to external stylesfragosti2018-11-071-4/+8
* | | feat(instant): fetch balance at startupBrandon Millman2018-11-081-6/+7
* | | feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-081-13/+8
| |/ |/|
* | feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-3/+5
|/
* chore(instant): import UI components directlySteve Klebanoff2018-11-061-1/+2
* feat(instant): pass in provider through props, fallback to injected providerBrandon Millman2018-11-031-2/+3
* feat(instant): implement affiliateFeeInfo propBrandon Millman2018-11-031-3/+10
* Explicit actions for setting different order statesSteve Klebanoff2018-11-011-4/+5
* Use simulated progress bar for txnSteve Klebanoff2018-10-311-6/+8
* store estimated time in Ms on stateSteve Klebanoff2018-10-301-2/+2
* return estimated stateSteve Klebanoff2018-10-301-2/+2
* lintingSteve Klebanoff2018-10-301-1/+1
* gas price estimatorSteve Klebanoff2018-10-301-2/+3
* feat(instant): add default gasPrice of 6 gwei to transactionsBrandon Millman2018-10-301-2/+3
* fix(instant): fix spelling error and BigNumber gte operationBrandon Millman2018-10-301-2/+2
* Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-301-6/+23
|\
| * Has Sufficient Funds/Balance -> Has Sufficient ETHSteve Klebanoff2018-10-301-3/+3
| * When transaction too low, treat as validation error. also modify callback: er...Steve Klebanoff2018-10-301-4/+9
| * onPendingValidation -> onValidationPendingSteve Klebanoff2018-10-291-2/+2
| * Simpler way of validaitng has enough ethSteve Klebanoff2018-10-271-5/+8
| * questionmark syntax instead of '| undefined'Steve Klebanoff2018-10-271-1/+1
| * Validate enough ETH when user clicks buySteve Klebanoff2018-10-271-1/+8
| * ethDecimals -> ETH_DECIMALSSteve Klebanoff2018-10-271-1/+3
* | Refactor error handling such that errorMessage lives on the top level stateBrandon Millman2018-10-271-2/+2
|/
* cleanup codeSteve Klebanoff2018-10-261-7/+2
* Added string to constantsSteve Klebanoff2018-10-261-1/+2
* Making failure txHash requiredSteve Klebanoff2018-10-261-1/+1
* txnHash -> txHashSteve Klebanoff2018-10-261-10/+10
* new try/catch pattern and new prop names per code review feedbackSteve Klebanoff2018-10-261-9/+24
* Associate txnhash with processing stateSteve Klebanoff2018-10-251-8/+11
* Message when signature deniedSteve Klebanoff2018-10-251-2/+7
* Merge branch 'development' into feature/instant/processing-stateSteve Klebanoff2018-10-241-1/+1
|\
| * Merge branch 'development' into feature/instant/failure-stateSteve Klebanoff2018-10-241-1/+1
| |\
| | * chore: incorportate pr feedbackfragosti2018-10-241-1/+1
* | | feat(instant): Procesing and Success statesSteve Klebanoff2018-10-241-2/+2
|/ /
* | Remove hack fixSteve Klebanoff2018-10-201-4/+2
* | lintingSteve Klebanoff2018-10-201-1/+0
* | Selected Asset buttonSteve Klebanoff2018-10-201-4/+2
* | wip: retry buttonSteve Klebanoff2018-10-201-9/+11
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-191-1/+1
|\
| * chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-1/+1
* | feat: MVP of passing in sraApiUrl, assetData and other settings from render m...fragosti2018-10-191-4/+4
|/
* Put boundNoop in a util filefragosti2018-10-161-5/+4
* Add tnxHash to buy button callbacksfragosti2018-10-161-8/+6
* feat: Move over features from zrx-buyerfragosti2018-10-111-11/+48
* Add box shadow and default box-sizing: border-box to containerfragosti2018-10-051-1/+1
* Add BuyButton and other small improvementfragosti2018-10-051-0/+19