aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2019-01-1031-96/+177
|\
| * Merge pull request #1481 from 0xProject/fix/instant/dropdown-colorSteve Klebanoff2019-01-042-17/+24
| |\
| | * fix(instant): Dropdown hover should be 10% of primary colorSteve Klebanoff2019-01-032-17/+24
| * | feat: unmount the token selector when its not displayingfragosti2019-01-034-54/+75
| * | feat: dont re-render the token selector on every input changefragosti2019-01-021-8/+31
| * | feat: give all stateless components a displayName or make them privatefragosti2019-01-0215-2/+32
| * | feat: use PureComponent instead of Componentfragosti2019-01-0216-18/+18
| |/
* | Make amountAvailableToFill requiredSteve Klebanoff2018-12-221-1/+0
* | Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2018-12-2218-121/+320
|\|
| * Merge branch 'development' into fix/instant/signature-deniedBrandon Millman2018-12-2115-116/+296
| |\
| | * Merge branch 'development' into feature/instant/usd-eth-toggleSteve Klebanoff2018-12-154-55/+46
| | |\
| | * | fix semicolon and apply prettierSteve Klebanoff2018-12-151-2/+10
| | * | Show @ price in light greySteve Klebanoff2018-12-141-4/+5
| | * | typeof -> isStringSteve Klebanoff2018-12-141-1/+1
| | * | Fix SectionHeaderPropsSteve Klebanoff2018-12-141-4/+2
| | * | A little bit of scaling logic for not cutting off textSteve Klebanoff2018-12-131-6/+9
| | * | show < 0.00001 ETH when amount gets really smallSteve Klebanoff2018-12-131-5/+16
| | * | Use BN equals and call functionSteve Klebanoff2018-12-131-2/+2
| | * | Use helper function to check for errorSteve Klebanoff2018-12-131-3/+1
| | * | show as <$0.01 when less than a cent in USD, and also show 1 significant digi...Steve Klebanoff2018-12-131-3/+12
| | * | Abstract SectionHeader and make 12px per Chris's comment and figma designSteve Klebanoff2018-12-133-21/+33
| | * | LintingSteve Klebanoff2018-12-131-4/+3
| | * | Analytics events for ETH/USD toggle and failure to fetch eth usd priceSteve Klebanoff2018-12-134-0/+14
| | * | Change base currency to ETH if we can't get USD priceSteve Klebanoff2018-12-131-1/+2
| | * | Show error when fetching usd pricesSteve Klebanoff2018-12-131-4/+32
| | * | Make primary value in total cost boldSteve Klebanoff2018-12-131-0/+1
| | * | Small clean upSteve Klebanoff2018-12-131-18/+5
| | * | Refactor BaseCurrencyChoice to be done in helper functionSteve Klebanoff2018-12-131-27/+19
| | * | Remove unused utilSteve Klebanoff2018-12-131-36/+0
| | * | Default to USDSteve Klebanoff2018-12-131-1/+1
| | * | Refactor OrderDetails to use private instance methodsSteve Klebanoff2018-12-131-91/+115
| | * | Move header to helperSteve Klebanoff2018-12-131-29/+33
| | * | Render OrderDetailsRow directlySteve Klebanoff2018-12-132-45/+29
| | * | Delete old interface and rename BaseCurrencyChoiceSteve Klebanoff2018-12-121-13/+4
| | * | Refactor out custom componentsSteve Klebanoff2018-12-121-82/+55
| | * | Show as 0 when selectedSteve Klebanoff2018-12-123-8/+14
| | * | Remove unused componentSteve Klebanoff2018-12-121-49/+0
| | * | feat(instant): ETH/USD toggleSteve Klebanoff2018-12-126-48/+269
| * | | feat(instant): add new event for unknown buy errorsBrandon Millman2018-12-212-1/+7
| * | | fix(instant): add analytics to unknown error on executeBuyAsyncBrandon Millman2018-12-211-0/+1
| * | | fix(instant): catch unknown errors from executeBuyAsync, report them and show...Brandon Millman2018-12-213-4/+9
| * | | fix(instant): use isTrust property to determine if provider is trust walletBrandon Millman2018-12-211-1/+1
| * | | feature(instant): add trust wallet detectionBrandon Millman2018-12-153-0/+4
| * | | fix(instant): treat executeBuyQuote errors as signature denialsBrandon Millman2018-12-151-5/+9
| | |/ | |/|
* | | Only send in amountAvailableToFill if it's a non-zero amount, add additional ...Steve Klebanoff2018-12-151-1/+5
* | | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ...Steve Klebanoff2018-12-153-2/+23
|/ /
* | Merge pull request #1415 from 0xProject/feature/instant/mobile-numeric-keyboardFrancesco Agosti2018-12-153-55/+45
|\ \
| * | run linterfragosti2018-12-142-14/+31
| * | simplify scaling input logicfragosti2018-12-143-50/+18
| * | feat: change input to number inputfragosti2018-12-112-0/+5
| |/
* | Merge pull request #1410 from 0xProject/fix/instant/zero-quoteSteve Klebanoff2018-12-131-0/+1
|\ \ | |/ |/|
| * fix(instant): Don't update heartbeat if amount is 0Steve Klebanoff2018-12-111-0/+1
* | Merge pull request #1404 from 0xProject/feature/instant/better-provider-fallbackFrancesco Agosti2018-12-116-6/+40
|\ \
| * | feat: only use display name from provider in uifragosti2018-12-081-1/+1
| * | feat: refactor provider name and displayName logicfragosti2018-12-085-9/+39
| * | feat: log walletDisplayName to Heapfragosti2018-12-082-0/+4
| |/
* | fix(instant): hide loaders when no token or buy amount is chosenBrandon Millman2018-12-111-6/+13
* | Don't throw error if can't find icon for tokenSteve Klebanoff2018-12-111-2/+11
|/
* feat(instant): More aggressive error reportingSteve Klebanoff2018-12-061-5/+2
* Merge pull request #1369 from 0xProject/feature/website/instant-configuratorFrancesco Agosti2018-12-062-21/+20
|\
| * chore: run prettierfragosti2018-12-061-6/+1
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-12-0615-27/+67
| |\
| * | fix: instant linting issuesfragosti2018-12-051-4/+0
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-12-045-11/+15
| |\ \
| * \ \ Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-12-0436-102/+393
| |\ \ \
| * | | | feat: move instant base config to types filefragosti2018-11-302-18/+19
* | | | | Merge pull request #1389 from 0xProject/fix/instant-rollbar-localhostSteve Klebanoff2018-12-063-9/+25
|\ \ \ \ \
| * | | | | Takeout console.logSteve Klebanoff2018-12-061-1/+0
| * | | | | Only include localhost in host domains if in development modeSteve Klebanoff2018-12-063-9/+26
| | |_|_|/ | |/| | |
* | | | | feat: lowercase keys in additionalAssetMetaDataMapfragosti2018-12-061-1/+2
* | | | | fix: call toLowerCase in asset creation logicfragosti2018-12-061-2/+2
* | | | | fix: input placeholder css specificity increasefragosti2018-12-061-2/+2
|/ / / /
* | | | Merge pull request #1382 from 0xProject/fix/instant/center-powered-bySteve Klebanoff2018-12-054-7/+11
|\ \ \ \
| * | | | Wallet prompt tweaks per Chris's commentSteve Klebanoff2018-12-053-6/+10
| * | | | Please unlock -> Click to connectSteve Klebanoff2018-12-051-1/+1
| * | | | fix(instant): center powered by 0x svgSteve Klebanoff2018-12-051-1/+1
* | | | | Merge pull request #1379 from 0xProject/fix/instant/overlay-colorBrandon Millman2018-12-053-3/+10
|\ \ \ \ \
| * | | | | fix(instant): remove extra container around the buttonBrandon Millman2018-12-051-11/+15
| * | | | | feat(instant): give a stable class name to the close button on the overlayBrandon Millman2018-12-052-9/+12
| * | | | | fix(instant): lighten the overlay color to 0.7 opacity from 0.9Brandon Millman2018-12-051-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1381 from 0xProject/feature/magic-input-errorSteve Klebanoff2018-12-055-8/+23
|\ \ \ \ \
| * | | | | Use git sha and npm version from constantsSteve Klebanoff2018-12-051-3/+9
| * | | | | Add GIT_SHA and NPM_VERSION constants, report git and npm version in errorSteve Klebanoff2018-12-054-8/+11
| * | | | | feat(instant): input to trigger error for rollbar testingSteve Klebanoff2018-12-052-0/+6
| |/ / / /
* | | | | Merge pull request #1371 from 0xProject/feature/instant/log-decimals-and-add-...Steve Klebanoff2018-12-052-5/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ethBalanceInUnitAmount -> lastEthBalanceInUnitAmountSteve Klebanoff2018-12-052-2/+2
| * | | | feat(instant): Add eth balance, eth address, token symbol and decimals to eve...Steve Klebanoff2018-12-042-4/+18
| | |_|/ | |/| |
* | | | polish: reduce vertical padding in instantfragosti2018-12-054-4/+4
| |/ / |/| |
* | | Merge pull request #1372 from 0xProject/fix/instant/single-assetBrandon Millman2018-12-042-5/+6
|\ \ \
| * | | fix(instant): render token selector when only one asset is availableBrandon Millman2018-12-042-5/+6
* | | | Merge pull request #1370 from 0xProject/feature/instant/explicitly-enable-hea...Steve Klebanoff2018-12-042-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap i...Steve Klebanoff2018-12-042-5/+8
| |/ /
* | | Merge pull request #1367 from 0xProject/fix/instant/daiBrandon Millman2018-12-041-1/+1
|\ \ \ | |/ / |/| |
| * | feat(instant): update DAI token colorBrandon Millman2018-12-041-1/+1
* | | Merge pull request #1295 from 0xProject/feature/instant/rollbar-envSteve Klebanoff2018-12-048-23/+111
|\ \ \
| * | | Take out https:// prefixSteve Klebanoff2018-12-011-1/+1
| * | | Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-12-013-0/+11
| |\ \ \
| * | | | update with new CDNSteve Klebanoff2018-12-011-2/+1
| * | | | Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol...Steve Klebanoff2018-12-0131-82/+428
| |\ \ \ \
| * \ \ \ \ Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-11-276-62/+129
| |\ \ \ \ \
| * | | | | | EMBEDDED_DOMAINS -> HOST_DOMAINSSteve Klebanoff2018-11-272-3/+3
| * | | | | | Host whitelist so we don't get errors from embedded siteSteve Klebanoff2018-11-222-1/+11
| * | | | | | LintingSteve Klebanoff2018-11-221-1/+1
| * | | | | | Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-11-224-39/+38
| |\ \ \ \ \ \
| * | | | | | | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to INSTANT_ENVIR...Steve Klebanoff2018-11-222-11/+5
| * | | | | | | Report when cant update balanceSteve Klebanoff2018-11-221-0/+1
| * | | | | | | Move rollbar setup into function, move setting up into providerSteve Klebanoff2018-11-223-36/+35
| * | | | | | | Always report unexpected errors. Move error message generation into helper f...Steve Klebanoff2018-11-222-21/+25
| * | | | | | | LintingSteve Klebanoff2018-11-211-1/+1
| * | | | | | | Explicit error reportingSteve Klebanoff2018-11-214-3/+12
| * | | | | | | feat(instant): Report errors to rollbarSteve Klebanoff2018-11-213-0/+78
* | | | | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selectorBrandon Millman2018-12-049-14/+30
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | fix(instant): darken overlay colorBrandon Millman2018-12-011-1/+1
| * | | | | | | feat(instant): add token symbol to buy button textBrandon Millman2018-12-013-5/+16
| * | | | | | | fix(instant): update zrx iconBrandon Millman2018-12-011-2/+5
| * | | | | | | fix(instant): DGD and DGX colorsBrandon Millman2018-12-011-2/+2
| * | | | | | | fix(instant) various token selector fixesBrandon Millman2018-12-013-4/+6
* | | | | | | | feat(instant): provide a custom wallet display nameBrandon Millman2018-12-015-7/+15
|/ / / / / / /
* | | | | | | Merge pull request #1362 from 0xProject/fix/instant/push-to-history-broken-wh...Francesco Agosti2018-12-011-5/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | chore: lintfragosti2018-12-013-7/+6
| * | | | | | fix: push to history edge case for second render where onpopstate is not defi...fragosti2018-12-011-2/+3
* | | | | | | Merge pull request #1359 from 0xProject/feature/instant/prod-env-switches-cdnSteve Klebanoff2018-12-014-2/+10
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | removing unused referencesSteve Klebanoff2018-12-012-2/+2
| * | | | | | Merge branch 'development' into feature/instant/prod-env-switches-cdnSteve Klebanoff2018-12-0129-82/+419
| |\| | | | |
| * | | | | | cdn -> dischargeTarget, and report to heapSteve Klebanoff2018-12-013-2/+12
| * | | | | | cdn approach to identifyign environmentsSteve Klebanoff2018-11-301-6/+1
| * | | | | | feat(instant): Cleaner config-specific setupSteve Klebanoff2018-11-301-0/+6
* | | | | | | Merge pull request #1342 from 0xProject/feature/instant/misc-close-analyticsSteve Klebanoff2018-12-013-0/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | add missing import from mergeSteve Klebanoff2018-12-011-0/+1
| * | | | | | Merge branch 'development' into feature/instant/misc-close-analyticsSteve Klebanoff2018-11-3017-46/+181
| |\ \ \ \ \ \
| * | | | | | | feat(instant): Close and View Transaction analytics eventsSteve Klebanoff2018-11-283-1/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #1348 from 0xProject/feature/instant/cdn-setupFrancesco Agosti2018-12-011-0/+4
|\ \ \ \ \ \ \
| * | | | | | | fix: address PR feedbackfragosti2018-12-011-2/+2
| | |_|/ / / / | |/| | | | |
| * | | | | | feat: write version info directly to exported objectfragosti2018-11-292-11/+4
| * | | | | | feat: write version info to windowfragosti2018-11-292-0/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-12-0117-46/+181
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #1343 from 0xProject/feature/instant/quote-analyticsSteve Klebanoff2018-11-307-12/+62
| |\ \ \ \ \
| | * | | | | assetAmount -> assetBuyAmountSteve Klebanoff2018-11-301-2/+2
| | * | | | | Merge branch 'development' into feature/instant/quote-analyticsSteve Klebanoff2018-11-296-20/+81
| | |\ \ \ \ \
| | * | | | | | Use base unit valueSteve Klebanoff2018-11-291-1/+1
| | * | | | | | Move fetch origin out of optionsSteve Klebanoff2018-11-295-17/+16
| | * | | | | | fetchedVia -> fetchOriginSteve Klebanoff2018-11-296-12/+16
| | * | | | | | QuoteFetchedVia -> QuoteFetchOriginSteve Klebanoff2018-11-297-14/+14
| | * | | | | | Take out asset name and data as we can use the selected event propertiesSteve Klebanoff2018-11-292-16/+2
| | * | | | | | Tracking quote errorsSteve Klebanoff2018-11-282-0/+23
| | * | | | | | feat(instant): Quote fetch trackingSteve Klebanoff2018-11-287-9/+39
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #1345 from 0xProject/fix/instant/progress-bar-bgSteve Klebanoff2018-11-303-7/+35
| |\ \ \ \ \ \
| | * | | | | | fix(instant): Progress bar background color should be 10% primary colorSteve Klebanoff2018-11-293-7/+35
| | |/ / / / /
| * | | | | | Merge pull request #1346 from 0xProject/fix/instant/token-selector-hoverSteve Klebanoff2018-11-301-4/+2
| |\ \ \ \ \ \
| | * | | | | | LintingSteve Klebanoff2018-11-291-1/+0
| | * | | | | | fix(instant): Half opacity instead of darkening on hover for clickable textSteve Klebanoff2018-11-291-3/+2
| | |/ / / / /
| * | | | | | Merge pull request #1347 from 0xProject/fix/instant/input-react-warningSteve Klebanoff2018-11-301-4/+4
| |\ \ \ \ \ \
| | * | | | | | fix(instant): Fix uncontrolled input warning for token selectorSteve Klebanoff2018-11-291-4/+4
| | |/ / / / /
| * | | | | | Merge pull request #1352 from 0xProject/fix/instant/token-symbol-sizeFrancesco Agosti2018-11-291-0/+6
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | fix: notify of the used font size for re-renders of scaling inputfragosti2018-11-291-0/+6
| | |/ / / /
| * | | | | Merge branch 'development' into feature/instant/install-analyticsSteve Klebanoff2018-11-283-2/+26
| |\| | | |
| * | | | | feat(instant): Install Wallet analyticsSteve Klebanoff2018-11-284-3/+43
| * | | | | Track install wallet clickedSteve Klebanoff2018-11-283-17/+30
* | | | | | fix: dont allow price labels to wrapfragosti2018-11-291-2/+9
* | | | | | fix: instant height change on loading state changefragosti2018-11-291-3/+2
* | | | | | fix: instant error no longer makes instant movefragosti2018-11-292-1/+9
| |/ / / / |/| | | |
* | | | | Merge branch 'development' into feature/instant/dropdown-analyticsSteve Klebanoff2018-11-285-3/+73
|\| | | |
| * | | | Merge pull request #1336 from 0xProject/fix/instant/clipboardSteve Klebanoff2018-11-281-1/+1
| |\ \ \ \
| | * | | | fix(instant): Fix copy to clipboardSteve Klebanoff2018-11-281-1/+1
| * | | | | Merge pull request #1327 from 0xProject/feature/instant/events-buyBrandon Millman2018-11-282-0/+63
| |\ \ \ \ \
| | * | | | | Merge branch 'development' into feature/instant/events-buyBrandon Millman2018-11-285-11/+67
| | |\| | | |
| | * | | | | feat(instant): change event properties to ms times instead of unix timestampsBrandon Millman2018-11-281-8/+5
| | * | | | | Merge branch 'development' into feature/instant/events-buyBrandon Millman2018-11-277-11/+52
| | |\ \ \ \ \
| | * | | | | | feat(instant): add expectedEndTimeUnix and actualEndTimeUnix to buy eventsBrandon Millman2018-11-272-11/+26
| | * | | | | | feat(instant): add buyQuote properties to buy eventsBrandon Millman2018-11-272-14/+43
| | * | | | | | feat(instant): add txHash to relevant buy eventsBrandon Millman2018-11-272-6/+6
| | * | | | | | feat(instant): implement buy events without associated propertiesBrandon Millman2018-11-272-0/+22
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'development' into feature/instant/stable-css-classesSteve Klebanoff2018-11-285-11/+67
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Use constantsSteve Klebanoff2018-11-282-2/+5
| * | | | | | Add stable CSS classesSteve Klebanoff2018-11-271-2/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'development' into feature/instant/dropdown-analyticsSteve Klebanoff2018-11-285-11/+67
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'development' into feature/instant/token-picker-eventsSteve Klebanoff2018-11-285-3/+16
| |\| | | |
| * | | | | Make explicit functionsSteve Klebanoff2018-11-281-7/+6
| * | | | | LintingSteve Klebanoff2018-11-281-3/+3
| * | | | | Fix propsSteve Klebanoff2018-11-271-5/+3
| * | | | | Set selected asset to noneSteve Klebanoff2018-11-271-6/+2
| * | | | | Track numberAvailableAssets, selectedAssetName, selectedAssetData event prope...Steve Klebanoff2018-11-273-5/+33
| * | | | | Fix dupe merge issueSteve Klebanoff2018-11-271-1/+0
| * | | | | Merge branch 'development' into feature/instant/token-picker-eventsSteve Klebanoff2018-11-272-8/+36
| |\ \ \ \ \
| * | | | | | feat(instant): Event tracking for token selectorSteve Klebanoff2018-11-272-6/+18
| * | | | | | Token selector searchedSteve Klebanoff2018-11-272-0/+5
| * | | | | | Token Selector open, closed, choseSteve Klebanoff2018-11-273-0/+19
| | |_|/ / / | |/| | | |
* | | | | | feat(instant): Add analytics events for payment dropdownSteve Klebanoff2018-11-283-2/+26
| |_|/ / / |/| | | |
* | | | | Merge pull request #1294 from 0xProject/feature/header-tweaksSteve Klebanoff2018-11-275-3/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'development' into feature/header-tweaksSteve Klebanoff2018-11-276-62/+129
| |\| | |
| * | | | Add commentSteve Klebanoff2018-11-221-0/+1
| * | | | Force scaling input component to rerender when a different asset is chosenSteve Klebanoff2018-11-221-0/+1
| * | | | Merge branch 'development' into feature/header-tweaksSteve Klebanoff2018-11-224-38/+37
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'development' into feature/header-tweaksSteve Klebanoff2018-11-2112-4/+308
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | autofocus -> hasAutoFocusSteve Klebanoff2018-11-213-8/+8
| * | | | fix(instant): Right align amountsSteve Klebanoff2018-11-212-2/+6
| * | | | fix(instant): Autofocus text amount inputSteve Klebanoff2018-11-213-1/+8
* | | | | Merge branch 'development' into feature/instant/open-close-eventsSteve Klebanoff2018-11-2710-100/+166
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #1281 from 0xProject/feature/instant/push-to-historyFrancesco Agosti2018-11-221-29/+82
| |\ \ \ \
| | * | | | fix: multiple render and closes edge case for onpopstate renderfragosti2018-11-221-25/+27
| | * | | | chore: clean up index.umd.ts a bitfragosti2018-11-221-32/+38
| | * | | | feat: add more to instant dev envfragosti2018-11-221-4/+3
| | * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-2114-16/+319
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-2033-8/+174
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | feat: add isInstantRendered check to safeguard against double renders and dou...fragosti2018-11-171-5/+13
| | * | | | chore: use lodash where relevantfragosti2018-11-171-1/+1
| | * | | | fix: bug where we did not call onClose configfragosti2018-11-171-6/+8
| | * | | | feat: add assert for shouldDisablePushToHistoryfragosti2018-11-171-7/+10
| | * | | | feat: be more specific with callback namefragosti2018-11-171-7/+7
| | * | | | feat: allow integrator to disable pushstate logicfragosti2018-11-171-25/+29
| | * | | | feat: rename props to configfragosti2018-11-171-23/+27
| | * | | | feat: close and open instant based on history changesfragosti2018-11-171-13/+38
| * | | | | Merge pull request #1300 from 0xProject/feature/instant/events-accountBrandon Millman2018-11-225-33/+47
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | chore(instant): revert usage of event propertiesBrandon Millman2018-11-222-12/+5
| | * | | | chore(instant): refactor usage of event properties in heapBrandon Millman2018-11-223-22/+26
| | * | | | chore(instant): refactor account tracking logic in middleware to be more read...Brandon Millman2018-11-221-8/+8
| | * | | | feat(instant): implement account related eventsBrandon Millman2018-11-214-20/+37
| * | | | | 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
| | |/ / /
| * | | | Merge pull request #1290 from 0xProject/fix/instant/disable-token-pickerSteve Klebanoff2018-11-212-10/+20
| |\ \ \ \
| | * | | | isDisabled -> isInputDisabledSteve Klebanoff2018-11-212-9/+10
| | * | | | Allow user to select other token on successSteve Klebanoff2018-11-212-3/+11
| | * | | | fix(instant): Don't allow changing of assets when order processingSteve Klebanoff2018-11-201-2/+3
| | | |/ / | | |/| |
| * | | | fix(instant): Use new valid svg image for instantSteve Klebanoff2018-11-211-26/+16
| | |_|/ | |/| |
* | | | Send in explicit propsSteve Klebanoff2018-11-222-17/+23
* | | | feat(instant): Add more event properties to heapSteve Klebanoff2018-11-211-0/+6
* | | | Move out generating of event properties, and send in orderSourceSteve Klebanoff2018-11-212-8/+24
|/ / /
* | | Merge pull request #1272 from 0xProject/feature/instant/heapSteve Klebanoff2018-11-219-4/+261
|\ \ \
| * | | Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-2033-8/+174
| |\| |
| * | | Linting: rename variableSteve Klebanoff2018-11-201-2/+2
| * | | Get heap analytics id from ENV variableSteve Klebanoff2018-11-202-13/+9
| * | | Change disabled analytics name, add assertion, and always setSteve Klebanoff2018-11-203-8/+9
| * | | Add way to disable via propsSteve Klebanoff2018-11-172-4/+25
| * | | Better way of reporting Fallback providerSteve Klebanoff2018-11-173-7/+1
| * | | Specify fallback web3 provider in analyticsSteve Klebanoff2018-11-174-0/+8
| * | | Remove old functionSteve Klebanoff2018-11-171-2/+0
| * | | Widget -> InstantSteve Klebanoff2018-11-172-1/+3
| * | | Trigger Wallet Ready when address changedSteve Klebanoff2018-11-171-2/+16
| * | | Getting rid of unused function, and using track prefixSteve Klebanoff2018-11-173-6/+4
| * | | Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-1711-118/+99
| |\ \ \ | | | |/ | | |/|
| * | | Disable tslint for unused function so we can include this for future tracking...Steve Klebanoff2018-11-171-0/+1
| * | | Report on git sha and npm version of buildSteve Klebanoff2018-11-172-2/+6
| * | | null -> undefinedSteve Klebanoff2018-11-171-2/+2
| * | | Add initials to TODO noteSteve Klebanoff2018-11-171-1/+1
| * | | Take out old TODOSteve Klebanoff2018-11-171-1/+0
| * | | Remove unused importSteve Klebanoff2018-11-171-1/+0
| * | | Switch heap id on environment, and make sure app id is what we expectSteve Klebanoff2018-11-172-3/+16
| * | | We may not know num available assets available when wallet ready, so not trac...Steve Klebanoff2018-11-172-4/+2
| * | | Make user and event properties more specificSteve Klebanoff2018-11-172-5/+16
| * | | Typesafe analytic actionsSteve Klebanoff2018-11-174-28/+50