aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/containers/selected_asset_buy_order_state_buttons.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-113/+0
|
* fix(instant): catch unknown errors from executeBuyAsync, report them and ↵Brandon Millman2018-12-211-0/+3
| | | | show could not submit transaction
* feat(instant): add token symbol to buy button textBrandon Millman2018-12-011-1/+4
|
* feat(instant): Close and View Transaction analytics eventsSteve Klebanoff2018-11-281-0/+3
|
* feat(instant): fetch balance at startupBrandon Millman2018-11-081-0/+8
|
* feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-081-1/+5
|
* feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-22/+24
|
* chore(instant): update OrderState enum to follow capitalization conventionsBrandon Millman2018-11-071-3/+3
|
* feat(instant): implement affiliateFeeInfo propBrandon Millman2018-11-031-1/+3
|
* removing unused importsSteve Klebanoff2018-11-021-1/+1
|
* Explicit actions for setting different order statesSteve Klebanoff2018-11-011-39/+7
| | | | 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
* Get rid of old demoSteve Klebanoff2018-10-311-24/+0
|
* Use simulated progress bar for txnSteve Klebanoff2018-10-311-9/+61
|
* store estimated time in Ms on stateSteve Klebanoff2018-10-301-3/+3
|
* Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-301-7/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * When transaction too low, treat as validation error. also modify callback: ↵Steve Klebanoff2018-10-301-2/+2
| | | | | | | | errorMessage could be AssetBuyError as well
| * onPendingValidation -> onValidationPendingSteve Klebanoff2018-10-291-2/+2
| |
| * lintingSteve Klebanoff2018-10-271-2/+0
| |
| * Simpler way of validaitng has enough ethSteve Klebanoff2018-10-271-9/+11
| |
| * Validate enough ETH when user clicks buySteve Klebanoff2018-10-271-0/+6
| |
* | Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-291-3/+5
|/ | | | | | | | | | | | | | | | | | | | | * 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
* selected asset buy order state button -> selected asset buy order state buttonsSteve Klebanoff2018-10-271-0/+81