aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/redux/actions.ts
Commit message (Expand)AuthorAgeFilesLines
* Merge https://github.com/0xProject/0x-monorepo into feature/instant/metamask-...fragosti2018-11-141-2/+3
|\
| * chore(instant): update selectedAssetAmount in the redux state to be named sel...Brandon Millman2018-11-141-2/+3
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-101-2/+0
|\|
| * feat(instant): handle privacy mode in walletsBrandon Millman2018-11-101-2/+0
* | feat: implement CurrentStandardSlidingPanel and put it in the main containerfragosti2018-11-101-1/+6
|/
* fix(instant): fix bug where we potentially fetch balance for the wrong accountBrandon Millman2018-11-091-2/+3
* feat(instant): fetch balance at startupBrandon Millman2018-11-081-0/+2
* feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-081-0/+8
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-031-4/+1
|\
| * lintingSteve Klebanoff2018-11-031-1/+1
| * Merge branch 'development' into fix/instant/decimal-fields-scaling-amount-inp...Steve Klebanoff2018-11-031-2/+11
| |\
| * | Getting rid of BigNumberInput in favor of BigNumberSteve Klebanoff2018-11-021-4/+1
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-031-3/+12
|\ \ \ | | |/ | |/|
| * | removing unused importsSteve Klebanoff2018-11-021-1/+1
| * | Explicit actions for setting different order statesSteve Klebanoff2018-11-011-2/+11
| * | Get rid of old demoSteve Klebanoff2018-10-311-3/+0
| * | Remove old filesSteve Klebanoff2018-10-311-4/+0
| * | Simulated Progress component workingSteve Klebanoff2018-10-311-1/+5
| * | Dispatching progressSteve Klebanoff2018-10-311-0/+3
| |/
* | feat: implement basic erc20 token selectorfragosti2018-11-011-1/+1
* | feat: modify public API to allow for passing in available assets, or fetch as...fragosti2018-11-011-1/+3
|/
* Refactor error handling such that errorMessage lives on the top level stateBrandon Millman2018-10-271-2/+2
* chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-261-1/+4
* Get rid of unused importSteve Klebanoff2018-10-251-1/+1
* Merge branch 'development' into feature/instant/processing-stateSteve Klebanoff2018-10-241-2/+2
|\
| * rename action to resetAmountSteve Klebanoff2018-10-241-2/+2
* | feat(instant): Procesing and Success statesSteve Klebanoff2018-10-241-4/+3
|/
* Merge branch 'feature/instant/beta-render-et-al' into feature/instant/failure...Steve Klebanoff2018-10-201-5/+5
|\
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-201-5/+5
| |\
| | * Rename update function to set function since it doesnt take a parameterSteve Klebanoff2018-10-191-4/+4
| | * fix camel casing of updateBuyOrderStateSteve Klebanoff2018-10-191-1/+1
| | * quoteState -> quoteRequestStateSteve Klebanoff2018-10-191-2/+2
* | | WIP: clear buy quote workingSteve Klebanoff2018-10-201-0/+2
|/ /
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-191-3/+13
|\|
| * chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
| * selectedAssetBuyState -> buyOrderStateSteve Klebanoff2018-10-181-1/+1
| * add concept of quoteStateSteve Klebanoff2018-10-181-0/+4
| * feat(instant): Handle AssetBuyer errorsSteve Klebanoff2018-10-181-0/+6
* | feat: MVP of passing in sraApiUrl, assetData and other settings from render m...fragosti2018-10-191-0/+2
|/
* feat: make redux actions type-sagefragosti2018-10-131-0/+36