aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/redux/reducer.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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