aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/redux/reducer.ts
Commit message (Expand)AuthorAgeFilesLines
* Default to USDSteve Klebanoff2018-12-131-1/+1
* feat(instant): ETH/USD toggleSteve Klebanoff2018-12-121-0/+8
* feat(instant): provide a custom wallet display nameBrandon Millman2018-12-011-0/+1
* Merge https://github.com/0xProject/0x-monorepo into feature/instant/metamask-...fragosti2018-11-141-7/+7
|\
| * chore(instant): update selectedAssetAmount in the redux state to be named sel...Brandon Millman2018-11-141-7/+7
* | fix: remove requirement of default case in all switch statementsfragosti2018-11-131-2/+5
* | feat: prevent eth balance blinkfragosti2018-11-131-3/+8
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-101-3/+1
|\|
| * feat(instant): handle privacy mode in walletsBrandon Millman2018-11-101-3/+1
* | feat: implement CurrentStandardSlidingPanel and put it in the main containerfragosti2018-11-101-0/+23
|/
* fix(instant): fix bug where we potentially fetch balance for the wrong accountBrandon Millman2018-11-091-4/+5
* feat(instant): fetch balance at startupBrandon Millman2018-11-081-1/+14
* feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-081-1/+28
* feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-141/+150
* chore(instant): update OrderState enum to follow capitalization conventionsBrandon Millman2018-11-071-12/+12
* chore(instant): fix lint errorBrandon Millman2018-11-061-1/+0
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-031-2/+2
|\
| * Merge branch 'development' into fix/instant/decimal-fields-scaling-amount-inp...Steve Klebanoff2018-11-031-2/+56
| |\
| * | Getting rid of BigNumberInput in favor of BigNumberSteve Klebanoff2018-11-021-2/+1
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-031-2/+56
|\ \ \ | | |/ | |/|
| * | feat(instant): implement affiliateFeeInfo propBrandon Millman2018-11-031-0/+3
| * | Take out old ended variableSteve Klebanoff2018-11-021-14/+6
| * | Removing old extra paramSteve Klebanoff2018-11-011-1/+0
| * | Revert "Remove default in state reducer"Steve Klebanoff2018-11-011-0/+2
| * | Remove default in state reducerSteve Klebanoff2018-11-011-2/+0
| * | Explicit actions for setting different order statesSteve Klebanoff2018-11-011-2/+62
| * | Remove unused importSteve Klebanoff2018-10-311-1/+0
| * | Get rid of old demoSteve Klebanoff2018-10-311-6/+0
| * | Remove old filesSteve Klebanoff2018-10-311-9/+0
| * | Simulated Progress component workingSteve Klebanoff2018-10-311-0/+9
| * | Dispatching progressSteve Klebanoff2018-10-311-0/+7
| |/
* | feat: add states to the erc20 input for no assets or only 1 assetfragosti2018-11-021-2/+2
* | feat: implement basic erc20 token selectorfragosti2018-11-011-11/+1
* | feat: modify public API to allow for passing in available assets, or fetch as...fragosti2018-11-011-1/+8
|/
* Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-291-6/+41
|\
| * Make doesBuyQuoteMatchState in reducer less strictBrandon Millman2018-10-271-7/+12
| * fix(instant): prevent outdated quote requests from overriding the correct quoteBrandon Millman2018-10-271-6/+36
* | Refactor error handling such that errorMessage lives on the top level stateBrandon Millman2018-10-271-10/+10
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-261-3/+11
|\
| * Introduce new OrderProcessStateSteve Klebanoff2018-10-251-3/+11
* | chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-261-1/+2
|/
* Merge branch 'development' into feature/instant/processing-stateSteve Klebanoff2018-10-241-1/+1
|\
| * rename action to resetAmountSteve Klebanoff2018-10-241-1/+1
* | feat(instant): Procesing and Success statesSteve Klebanoff2018-10-241-5/+5
|/
* Merge branch 'feature/instant/beta-render-et-al' into feature/instant/failure...Steve Klebanoff2018-10-201-21/+23
|\
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-201-17/+13
| |\
| | * Moved LatestErrorDisplay to types file and gave generic nameSteve Klebanoff2018-10-191-10/+6
| | * Rename update function to set function since it doesnt take a parameterSteve Klebanoff2018-10-191-2/+2
| | * quoteState -> quoteRequestStateSteve Klebanoff2018-10-191-5/+5
| * | feat: add network to state and use it where relevantfragosti2018-10-191-3/+10
| * | fix: refactor ZeroExInstant state creation logic and fix bugfragosti2018-10-191-1/+0
* | | WIP: clear buy quote workingSteve Klebanoff2018-10-201-0/+8
|/ /
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-191-6/+46
|\|
| * chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
| * selectedAssetBuyState -> buyOrderStateSteve Klebanoff2018-10-181-3/+3
| * add concept of quoteStateSteve Klebanoff2018-10-181-1/+16
| * latestErrorDismissed -> latestErrorDisplay enumSteve Klebanoff2018-10-181-14/+11
| * feat(instant): Handle AssetBuyer errorsSteve Klebanoff2018-10-181-1/+29
* | feat: MVP of passing in sraApiUrl, assetData and other settings from render m...fragosti2018-10-191-6/+19
|/
* feat: model asset meta data and add dynamic assetData statefragosti2018-10-131-2/+6
* feat: make redux actions type-sagefragosti2018-10-131-1/+3
* feat: Move over features from zrx-buyerfragosti2018-10-111-2/+17
* Create SelectedAssetInputAmountfragosti2018-10-051-0/+8
* Fix linting problemsfragosti2018-10-051-2/+2
* Add redux to 0x instantfragosti2018-10-041-0/+23