aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/buy_order_state_buttons.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat: make all button fontsizes 16px by defaultfragosti2018-11-131-1/+1
|
* Merge branch 'development' into feature/instant/account-state-changeBrandon Millman2018-11-091-5/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: [instant] Viewport specific errors (#1228) Added more comments Include wholeNumberSchema in sra-spec schemas chore(instant): fix linter Fix isNode fix(instant): update buy quote at start up in the case of default amount fix: apply css reset to overlay as well fix(website): turn off production flag when building locally chore: linter fix: progress bar fix: use fontSize prop in button feat: make instant resistant to external styles feat: add faux externall css file Add upstream issue Use const require instead of import Fix tslint issues Use detect-node Set curstom inspect printer in BigNumber
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-091-5/+5
| |\ | | | | | | | | | feature/instant/prevent-css-leakage
| * | chore: linterfragosti2018-11-071-1/+0
| | |
| * | feat: make instant resistant to external stylesfragosti2018-11-071-4/+2
| | |
* | | feat(instant): fetch balance at startupBrandon Millman2018-11-081-0/+6
| | |
* | | feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-081-0/+2
| |/ |/|
* | feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-1/+1
| |
* | chore(instant): update OrderState enum to follow capitalization conventionsBrandon Millman2018-11-071-4/+4
|/
* chore(instant): import UI components directlySteve Klebanoff2018-11-061-1/+4
|
* feat(instant): implement affiliateFeeInfo propBrandon Millman2018-11-031-1/+3
|
* Merge branch 'development' into feature/instant/simulated-progress-barSteve Klebanoff2018-11-021-7/+4
|\
| * chore: address PR feedbackfragosti2018-11-011-7/+4
| |
* | Explicit actions for setting different order statesSteve Klebanoff2018-11-011-3/+2
| | | | | | | | 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
* | Takeout unneeded divSteve Klebanoff2018-10-311-12/+10
| |
* | Get rid of old demoSteve Klebanoff2018-10-311-11/+0
| |
* | Use simulated progress bar for txnSteve Klebanoff2018-10-311-13/+26
|/
* Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-301-5/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-4/+4
| |
| * Simpler way of validaitng has enough ethSteve Klebanoff2018-10-271-6/+6
| |
| * Validate enough ETH when user clicks buySteve Klebanoff2018-10-271-0/+2
| |
* | Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-291-1/+1
|/ | | | | | | | | | | | | | | | | | | | | * 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
* linting importsSteve Klebanoff2018-10-271-2/+2
|
* buy order state button -> buy order state buttonsSteve Klebanoff2018-10-271-0/+63