aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/redux/reducer.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-23/+23
|
* 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 ↵fragosti2018-11-141-7/+7
|\ | | | | | | feature/instant/metamask-connect-flow
| * chore(instant): update selectedAssetAmount in the redux state to be named ↵Brandon Millman2018-11-141-7/+7
| | | | | | | | selectedAssetUnitAmount
* | 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 ↵fragosti2018-11-101-3/+1
|\| | | | | | | feature/instant/metamask-connect-flow
| * 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 ↵fragosti2018-11-031-2/+2
|\ | | | | | | feature/instant/maker-asset-datas-interface
| * Merge branch 'development' into ↵Steve Klebanoff2018-11-031-2/+56
| |\ | | | | | | | | | fix/instant/decimal-fields-scaling-amount-input-bn
| * | Getting rid of BigNumberInput in favor of BigNumberSteve Klebanoff2018-11-021-2/+1
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-031-2/+56
|\ \ \ | | |/ | |/| | | | feature/instant/maker-asset-datas-interface
| * | 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
| | | | | | | | | | | | This reverts commit cc2719492d72602ecd1c503cf0ecee95cd05db33.
| * | Remove default in state reducerSteve Klebanoff2018-11-011-2/+0
| | | | | | | | | | | | This allows us to ensure that we explicitly handle every action type
| * | Explicit actions for setting different order statesSteve Klebanoff2018-11-011-2/+62
| | | | | | | | | | | | This allows us to dispatch updates with less syntax, and allows us to not have to send in progress info when setting failure and success
| * | 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 ↵fragosti2018-11-011-1/+8
|/ | | | assets from SRA
* Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-291-6/+41
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix(instant): refactor some props to use isDisabled instead of disabled linting imports feat(instant): Disable input when processing Add back debounce Make doesBuyQuoteMatchState in reducer less strict fix(instant): prevent outdated quote requests from overriding the correct quote selected asset buy order state button -> selected asset buy order state buttons buy order state button -> buy order state buttons feat(order_utils.py): ERC721 asset data codec (#1186) Add note about tslint false positive tsx -> ts Get BuyOrderState one big connected component, and let user view failure Show View Transaction button on failure, and allow setting of width for Try Again button and View Txn button Added string to constants chore: Update contract-wrappers CHANGELOG.json fix(contract-wrappers): Fix tslint errors that were lingering due to misconfiguration chore: Add --format stylish to tslint
| * 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 ↵fragosti2018-10-261-3/+11
|\ | | | | | | feature/instant/input-fees-rounding
| * 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 ↵Steve Klebanoff2018-10-201-21/+23
|\ | | | | | | feature/instant/failure-state
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-201-17/+13
| |\ | | | | | | | | | feature/instant/beta-render-et-al
| | * 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 ↵fragosti2018-10-191-6/+46
|\| | | | | | | feature/instant/beta-render-et-al
| * 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 ↵fragosti2018-10-191-6/+19
|/ | | | method
* 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