aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/containers/selected_erc20_asset_amount_input.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move fetch origin out of optionsSteve Klebanoff2018-11-291-2/+1
|
* fetchedVia -> fetchOriginSteve Klebanoff2018-11-291-1/+1
|
* QuoteFetchedVia -> QuoteFetchOriginSteve Klebanoff2018-11-291-2/+2
|
* feat(instant): Quote fetch trackingSteve Klebanoff2018-11-281-1/+2
|
* isDisabled -> isInputDisabledSteve Klebanoff2018-11-211-6/+6
|
* Allow user to select other token on successSteve Klebanoff2018-11-211-0/+8
|
* Send in affiliate info as optionSteve Klebanoff2018-11-161-7/+4
|
* Have heartbeat update not trigger errorsSteve Klebanoff2018-11-161-1/+8
|
* Merge https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-141-1/+1
|\ | | | | | | feature/instant/metamask-connect-flow
| * chore(instant): update selectedAssetAmount in the redux state to be named ↵Brandon Millman2018-11-141-1/+1
| | | | | | | | selectedAssetUnitAmount
* | feat: use Omit type to improve type defitions in some containersfragosti2018-11-131-9/+3
|/
* Use existing functions instead of writing our ownSteve Klebanoff2018-11-101-4/+2
|
* Merge branch 'development' into feature/instant/buy-quote-heartbeatSteve Klebanoff2018-11-101-14/+5
|\
| * fix(instant): update buy quote at start up in the case of default amountBrandon Millman2018-11-081-51/+5
| |
* | wip: abstract out updating buy quoteSteve Klebanoff2018-11-091-39/+4
|/
* feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-4/+5
|
* chore(instant): update OrderState enum to follow capitalization conventionsBrandon Millman2018-11-071-1/+1
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-031-5/+4
|\ | | | | | | feature/instant/maker-asset-datas-interface
| * Merge branch 'development' into ↵Steve Klebanoff2018-11-031-9/+23
| |\ | | | | | | | | | fix/instant/decimal-fields-scaling-amount-input-bn
| * | Getting rid of BigNumberInput in favor of BigNumberSteve Klebanoff2018-11-021-5/+4
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-031-9/+23
|\ \ \ | | |/ | |/| | | | feature/instant/maker-asset-datas-interface
| * | Merge pull request #1208 from 0xProject/fix/instant/zero-NaNSteve Klebanoff2018-11-031-1/+1
| |\ \ | | | | | | | | [instant] Fix NaN issue with zero input
| | * | fix(instant): dont get buy quote for zero valueSteve Klebanoff2018-11-031-1/+1
| | | |
| * | | feat(instant): implement affiliateFeeInfo propBrandon Millman2018-11-031-7/+21
| |/ /
| * | Merge branch 'development' into feature/instant/simulated-progress-barSteve Klebanoff2018-11-021-0/+1
| |\|
| * | Explicit actions for setting different order statesSteve Klebanoff2018-11-011-1/+1
| | | | | | | | | | | | 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
* | | feat: add states to the erc20 input for no assets or only 1 assetfragosti2018-11-021-10/+10
| |/ |/|
* | chore: address PR feedbackfragosti2018-11-011-1/+1
| |
* | feat: refactor animation codefragosti2018-10-311-0/+1
|/
* Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-301-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Has Sufficient Funds/Balance -> Has Sufficient ETH When transaction too low, treat as validation error. also modify callback: errorMessage could be AssetBuyError as well onPendingValidation -> onValidationPending linting Simpler way of validaitng has enough eth questionmark syntax instead of '| undefined' Validate enough ETH when user clicks buy acccount for no address move funct into util move imports yarn.lock changes feat(instant): Show message if user doesn't have enough ETH ethDecimals -> ETH_DECIMALS
| * Merge pull request #1193 from 0xProject/feature/not-enough-ethSteve Klebanoff2018-10-301-2/+1
| |\ | | | | | | [instant] Not enough ETH error message
| | * lintingSteve Klebanoff2018-10-271-4/+1
| | |
| | * Simpler way of validaitng has enough ethSteve Klebanoff2018-10-271-4/+0
| | |
| | * acccount for no addressSteve Klebanoff2018-10-271-1/+1
| | |
| | * move funct into utilSteve Klebanoff2018-10-271-5/+2
| | |
| | * move importsSteve Klebanoff2018-10-271-4/+2
| | |
| | * Merge branch 'development' into feature/not-enough-ethSteve Klebanoff2018-10-271-1/+12
| | |
* | | Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-291-0/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | fix(instant): refactor some props to use isDisabled instead of disabledBrandon Millman2018-10-271-6/+6
| | |
| * | feat(instant): Disable input when processingSteve Klebanoff2018-10-271-0/+10
| |/
* / Refactor error handling such that errorMessage lives on the top level stateBrandon Millman2018-10-271-4/+18
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-261-2/+2
| | | | feature/instant/input-fees-rounding
* chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-261-0/+124