aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/zero_ex_instant_provider.tsx
Commit message (Expand)AuthorAgeFilesLines
* feat: use PureComponent instead of Componentfragosti2019-01-021-1/+1
* Analytics events for ETH/USD toggle and failure to fetch eth usd priceSteve Klebanoff2018-12-131-0/+1
* feat: refactor provider name and displayName logicfragosti2018-12-081-1/+1
* feat: log walletDisplayName to Heapfragosti2018-12-081-0/+1
* Merge pull request #1369 from 0xProject/feature/website/instant-configuratorFrancesco Agosti2018-12-061-21/+2
|\
| * chore: run prettierfragosti2018-12-061-6/+1
| * fix: instant linting issuesfragosti2018-12-051-4/+0
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-12-041-2/+14
| |\
| * | feat: move instant base config to types filefragosti2018-11-301-18/+2
* | | feat: lowercase keys in additionalAssetMetaDataMapfragosti2018-12-061-1/+2
| |/ |/|
* | Merge pull request #1295 from 0xProject/feature/instant/rollbar-envSteve Klebanoff2018-12-041-0/+2
|\ \
| * \ Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol...Steve Klebanoff2018-12-011-10/+14
| |\ \
| * \ \ Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-11-221-3/+2
| |\ \ \
| * | | | Move rollbar setup into function, move setting up into providerSteve Klebanoff2018-11-221-0/+2
* | | | | feat(instant): provide a custom wallet display nameBrandon Millman2018-12-011-0/+2
| |_|/ / |/| | |
* | | | 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-2/+5
| |_|/ |/| |
* | | Track numberAvailableAssets, selectedAssetName, selectedAssetData event prope...Steve Klebanoff2018-11-271-0/+1
* | | Merge branch 'development' into feature/instant/open-close-eventsSteve Klebanoff2018-11-271-2/+1
|\ \ \ | | |/ | |/|
| * | Merge pull request #1283 from 0xProject/feature/instant/make-instant-public-a...Francesco Agosti2018-11-211-2/+1
| |\ \ | | |/ | |/|
| | * fix: do not use document on importfragosti2018-11-201-2/+1
* | | Send in explicit propsSteve Klebanoff2018-11-221-1/+9
* | | Move out generating of event properties, and send in orderSourceSteve Klebanoff2018-11-211-8/+1
|/ /
* | Change disabled analytics name, add assertion, and always setSteve Klebanoff2018-11-201-4/+2
* | Add way to disable via propsSteve Klebanoff2018-11-171-1/+5
* | Widget -> InstantSteve Klebanoff2018-11-171-1/+1
* | Getting rid of unused function, and using track prefixSteve Klebanoff2018-11-171-1/+1
* | Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-171-1/+2
|\|
| * chore(instant): fix lint errorBrandon Millman2018-11-161-1/+1
| * Have heartbeat update not trigger errorsSteve Klebanoff2018-11-161-1/+2
* | Report on git sha and npm version of buildSteve Klebanoff2018-11-171-0/+2
* | Remove unused importSteve Klebanoff2018-11-171-1/+0
* | Typesafe analytic actionsSteve Klebanoff2018-11-171-1/+2
* | LintingSteve Klebanoff2018-11-161-1/+1
* | Move where we track widget opened, and report on networkId and providerNameSteve Klebanoff2018-11-161-0/+10
|/
* Merge https://github.com/0xProject/0x-monorepo into feature/instant/metamask-...fragosti2018-11-141-1/+1
|\
| * chore(instant): update selectedAssetAmount in the redux state to be named sel...Brandon Millman2018-11-141-1/+1
* | feat: integrate wallet flow with heartbeat and other branchesfragosti2018-11-131-3/+4
|/
* feat(instant): handle privacy mode in walletsBrandon Millman2018-11-101-2/+0
* lintingSteve Klebanoff2018-11-101-1/+1
* Don't start heartbeat if no accountSteve Klebanoff2018-11-101-6/+8
* Linting and renaming variablesSteve Klebanoff2018-11-101-4/+7
* Emulate named parameters with interfaceSteve Klebanoff2018-11-101-3/+6
* Use existing functions instead of writing our ownSteve Klebanoff2018-11-101-3/+3
* Remove old TODOSteve Klebanoff2018-11-091-1/+0
* move files around and renameSteve Klebanoff2018-11-091-1/+2
* wip: BuyQuote heartbeatSteve Klebanoff2018-11-091-2/+11
* Make heartbeat more genericSteve Klebanoff2018-11-091-4/+5
* feat(instant): Heartbeat for updating account infoSteve Klebanoff2018-11-091-1/+12
* feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-081-2/+2
* feat(instant): add Account to the ProviderStateBrandon Millman2018-11-081-25/+7
* feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-40/+46
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-031-13/+21
|\
| * Merge branch 'development' into fix/instant/decimal-fields-scaling-amount-inp...Steve Klebanoff2018-11-031-11/+19
| |\
| | * feat(instant): pass in provider through props, fallback to injected providerBrandon Millman2018-11-031-11/+19
| * | Merge branch 'development' into fix/instant/decimal-fields-scaling-amount-inp...Steve Klebanoff2018-11-031-3/+5
| |\|
| * | Getting rid of BigNumberInput in favor of BigNumberSteve Klebanoff2018-11-021-2/+2
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-031-2/+4
|\ \ \ | | |/ | |/|
| * | feat(instant): implement affiliateFeeInfo propBrandon Millman2018-11-031-2/+4
| * | Merge branch 'development' into feature/instant/simulated-progress-barSteve Klebanoff2018-11-031-1/+1
| |/
* | feat: use withTheme to use ColorOption to color Iconfragosti2018-11-021-2/+0
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-021-9/+27
|/
* feat(instant): add interactive overlay presentation to umd bundleBrandon Millman2018-11-021-0/+108