| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1410 from 0xProject/fix/instant/zero-quote | Steve Klebanoff | 2018-12-13 | 1 | -0/+1 |
|\ |
|
| * | fix(instant): Don't update heartbeat if amount is 0 | Steve Klebanoff | 2018-12-11 | 1 | -0/+1 |
* | | Merge pull request #1404 from 0xProject/feature/instant/better-provider-fallback | Francesco Agosti | 2018-12-11 | 6 | -6/+40 |
|\ \ |
|
| * | | feat: only use display name from provider in ui | fragosti | 2018-12-08 | 1 | -1/+1 |
| * | | feat: refactor provider name and displayName logic | fragosti | 2018-12-08 | 5 | -9/+39 |
| * | | feat: log walletDisplayName to Heap | fragosti | 2018-12-08 | 2 | -0/+4 |
| |/ |
|
* | | fix(instant): hide loaders when no token or buy amount is chosen | Brandon Millman | 2018-12-11 | 1 | -6/+13 |
* | | Don't throw error if can't find icon for token | Steve Klebanoff | 2018-12-11 | 1 | -2/+11 |
|/ |
|
* | feat(instant): More aggressive error reporting | Steve Klebanoff | 2018-12-06 | 1 | -5/+2 |
* | Merge pull request #1369 from 0xProject/feature/website/instant-configurator | Francesco Agosti | 2018-12-06 | 2 | -21/+20 |
|\ |
|
| * | chore: run prettier | fragosti | 2018-12-06 | 1 | -6/+1 |
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-12-06 | 15 | -27/+67 |
| |\ |
|
| * | | fix: instant linting issues | fragosti | 2018-12-05 | 1 | -4/+0 |
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-12-04 | 5 | -11/+15 |
| |\ \ |
|
| * \ \ | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-12-04 | 36 | -102/+393 |
| |\ \ \ |
|
| * | | | | feat: move instant base config to types file | fragosti | 2018-11-30 | 2 | -18/+19 |
* | | | | | Merge pull request #1389 from 0xProject/fix/instant-rollbar-localhost | Steve Klebanoff | 2018-12-06 | 3 | -9/+25 |
|\ \ \ \ \ |
|
| * | | | | | Takeout console.log | Steve Klebanoff | 2018-12-06 | 1 | -1/+0 |
| * | | | | | Only include localhost in host domains if in development mode | Steve Klebanoff | 2018-12-06 | 3 | -9/+26 |
| | |_|_|/
| |/| | | |
|
* | | | | | feat: lowercase keys in additionalAssetMetaDataMap | fragosti | 2018-12-06 | 1 | -1/+2 |
* | | | | | fix: call toLowerCase in asset creation logic | fragosti | 2018-12-06 | 1 | -2/+2 |
* | | | | | fix: input placeholder css specificity increase | fragosti | 2018-12-06 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #1382 from 0xProject/fix/instant/center-powered-by | Steve Klebanoff | 2018-12-05 | 4 | -7/+11 |
|\ \ \ \ |
|
| * | | | | Wallet prompt tweaks per Chris's comment | Steve Klebanoff | 2018-12-05 | 3 | -6/+10 |
| * | | | | Please unlock -> Click to connect | Steve Klebanoff | 2018-12-05 | 1 | -1/+1 |
| * | | | | fix(instant): center powered by 0x svg | Steve Klebanoff | 2018-12-05 | 1 | -1/+1 |
* | | | | | Merge pull request #1379 from 0xProject/fix/instant/overlay-color | Brandon Millman | 2018-12-05 | 3 | -3/+10 |
|\ \ \ \ \ |
|
| * | | | | | fix(instant): remove extra container around the button | Brandon Millman | 2018-12-05 | 1 | -11/+15 |
| * | | | | | feat(instant): give a stable class name to the close button on the overlay | Brandon Millman | 2018-12-05 | 2 | -9/+12 |
| * | | | | | fix(instant): lighten the overlay color to 0.7 opacity from 0.9 | Brandon Millman | 2018-12-05 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #1381 from 0xProject/feature/magic-input-error | Steve Klebanoff | 2018-12-05 | 5 | -8/+23 |
|\ \ \ \ \ |
|
| * | | | | | Use git sha and npm version from constants | Steve Klebanoff | 2018-12-05 | 1 | -3/+9 |
| * | | | | | Add GIT_SHA and NPM_VERSION constants, report git and npm version in error | Steve Klebanoff | 2018-12-05 | 4 | -8/+11 |
| * | | | | | feat(instant): input to trigger error for rollbar testing | Steve Klebanoff | 2018-12-05 | 2 | -0/+6 |
| |/ / / / |
|
* | | | | | Merge pull request #1371 from 0xProject/feature/instant/log-decimals-and-add-... | Steve Klebanoff | 2018-12-05 | 2 | -5/+19 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | ethBalanceInUnitAmount -> lastEthBalanceInUnitAmount | Steve Klebanoff | 2018-12-05 | 2 | -2/+2 |
| * | | | | feat(instant): Add eth balance, eth address, token symbol and decimals to eve... | Steve Klebanoff | 2018-12-04 | 2 | -4/+18 |
| | |_|/
| |/| | |
|
* | | | | polish: reduce vertical padding in instant | fragosti | 2018-12-05 | 4 | -4/+4 |
| |/ /
|/| | |
|
* | | | Merge pull request #1372 from 0xProject/fix/instant/single-asset | Brandon Millman | 2018-12-04 | 2 | -5/+6 |
|\ \ \ |
|
| * | | | fix(instant): render token selector when only one asset is available | Brandon Millman | 2018-12-04 | 2 | -5/+6 |
* | | | | Merge pull request #1370 from 0xProject/feature/instant/explicitly-enable-hea... | Steve Klebanoff | 2018-12-04 | 2 | -5/+8 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap i... | Steve Klebanoff | 2018-12-04 | 2 | -5/+8 |
| |/ / |
|
* | | | Merge pull request #1367 from 0xProject/fix/instant/dai | Brandon Millman | 2018-12-04 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | feat(instant): update DAI token color | Brandon Millman | 2018-12-04 | 1 | -1/+1 |
* | | | Merge pull request #1295 from 0xProject/feature/instant/rollbar-env | Steve Klebanoff | 2018-12-04 | 8 | -23/+111 |
|\ \ \ |
|
| * | | | Take out https:// prefix | Steve Klebanoff | 2018-12-01 | 1 | -1/+1 |
| * | | | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-12-01 | 3 | -0/+11 |
| |\ \ \ |
|
| * | | | | update with new CDN | Steve Klebanoff | 2018-12-01 | 1 | -2/+1 |
| * | | | | Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol... | Steve Klebanoff | 2018-12-01 | 31 | -82/+428 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-27 | 6 | -62/+129 |
| |\ \ \ \ \ |
|
| * | | | | | | EMBEDDED_DOMAINS -> HOST_DOMAINS | Steve Klebanoff | 2018-11-27 | 2 | -3/+3 |
| * | | | | | | Host whitelist so we don't get errors from embedded site | Steve Klebanoff | 2018-11-22 | 2 | -1/+11 |
| * | | | | | | Linting | Steve Klebanoff | 2018-11-22 | 1 | -1/+1 |
| * | | | | | | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-22 | 4 | -39/+38 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to INSTANT_ENVIR... | Steve Klebanoff | 2018-11-22 | 2 | -11/+5 |
| * | | | | | | | Report when cant update balance | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| * | | | | | | | Move rollbar setup into function, move setting up into provider | Steve Klebanoff | 2018-11-22 | 3 | -36/+35 |
| * | | | | | | | Always report unexpected errors. Move error message generation into helper f... | Steve Klebanoff | 2018-11-22 | 2 | -21/+25 |
| * | | | | | | | Linting | Steve Klebanoff | 2018-11-21 | 1 | -1/+1 |
| * | | | | | | | Explicit error reporting | Steve Klebanoff | 2018-11-21 | 4 | -3/+12 |
| * | | | | | | | feat(instant): Report errors to rollbar | Steve Klebanoff | 2018-11-21 | 3 | -0/+78 |
* | | | | | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selector | Brandon Millman | 2018-12-04 | 9 | -14/+30 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | fix(instant): darken overlay color | Brandon Millman | 2018-12-01 | 1 | -1/+1 |
| * | | | | | | | feat(instant): add token symbol to buy button text | Brandon Millman | 2018-12-01 | 3 | -5/+16 |
| * | | | | | | | fix(instant): update zrx icon | Brandon Millman | 2018-12-01 | 1 | -2/+5 |
| * | | | | | | | fix(instant): DGD and DGX colors | Brandon Millman | 2018-12-01 | 1 | -2/+2 |
| * | | | | | | | fix(instant) various token selector fixes | Brandon Millman | 2018-12-01 | 3 | -4/+6 |
* | | | | | | | | feat(instant): provide a custom wallet display name | Brandon Millman | 2018-12-01 | 5 | -7/+15 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1362 from 0xProject/fix/instant/push-to-history-broken-wh... | Francesco Agosti | 2018-12-01 | 1 | -5/+5 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | chore: lint | fragosti | 2018-12-01 | 3 | -7/+6 |
| * | | | | | | fix: push to history edge case for second render where onpopstate is not defi... | fragosti | 2018-12-01 | 1 | -2/+3 |
* | | | | | | | Merge pull request #1359 from 0xProject/feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 4 | -2/+10 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | removing unused references | Steve Klebanoff | 2018-12-01 | 2 | -2/+2 |
| * | | | | | | Merge branch 'development' into feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 29 | -82/+419 |
| |\| | | | | |
|
| * | | | | | | cdn -> dischargeTarget, and report to heap | Steve Klebanoff | 2018-12-01 | 3 | -2/+12 |
| * | | | | | | cdn approach to identifyign environments | Steve Klebanoff | 2018-11-30 | 1 | -6/+1 |
| * | | | | | | feat(instant): Cleaner config-specific setup | Steve Klebanoff | 2018-11-30 | 1 | -0/+6 |
* | | | | | | | Merge pull request #1342 from 0xProject/feature/instant/misc-close-analytics | Steve Klebanoff | 2018-12-01 | 3 | -0/+11 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | add missing import from merge | Steve Klebanoff | 2018-12-01 | 1 | -0/+1 |
| * | | | | | | Merge branch 'development' into feature/instant/misc-close-analytics | Steve Klebanoff | 2018-11-30 | 17 | -46/+181 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | feat(instant): Close and View Transaction analytics events | Steve Klebanoff | 2018-11-28 | 3 | -1/+11 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #1348 from 0xProject/feature/instant/cdn-setup | Francesco Agosti | 2018-12-01 | 1 | -0/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fix: address PR feedback | fragosti | 2018-12-01 | 1 | -2/+2 |
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | feat: write version info directly to exported object | fragosti | 2018-11-29 | 2 | -11/+4 |
| * | | | | | | feat: write version info to window | fragosti | 2018-11-29 | 2 | -0/+11 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-12-01 | 17 | -46/+181 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Merge pull request #1343 from 0xProject/feature/instant/quote-analytics | Steve Klebanoff | 2018-11-30 | 7 | -12/+62 |
| |\ \ \ \ \ |
|
| | * | | | | | assetAmount -> assetBuyAmount | Steve Klebanoff | 2018-11-30 | 1 | -2/+2 |
| | * | | | | | Merge branch 'development' into feature/instant/quote-analytics | Steve Klebanoff | 2018-11-29 | 6 | -20/+81 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Use base unit value | Steve Klebanoff | 2018-11-29 | 1 | -1/+1 |
| | * | | | | | | Move fetch origin out of options | Steve Klebanoff | 2018-11-29 | 5 | -17/+16 |
| | * | | | | | | fetchedVia -> fetchOrigin | Steve Klebanoff | 2018-11-29 | 6 | -12/+16 |
| | * | | | | | | QuoteFetchedVia -> QuoteFetchOrigin | Steve Klebanoff | 2018-11-29 | 7 | -14/+14 |
| | * | | | | | | Take out asset name and data as we can use the selected event properties | Steve Klebanoff | 2018-11-29 | 2 | -16/+2 |
| | * | | | | | | Tracking quote errors | Steve Klebanoff | 2018-11-28 | 2 | -0/+23 |
| | * | | | | | | feat(instant): Quote fetch tracking | Steve Klebanoff | 2018-11-28 | 7 | -9/+39 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge pull request #1345 from 0xProject/fix/instant/progress-bar-bg | Steve Klebanoff | 2018-11-30 | 3 | -7/+35 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | fix(instant): Progress bar background color should be 10% primary color | Steve Klebanoff | 2018-11-29 | 3 | -7/+35 |
| | |/ / / / / |
|
| * | | | | | | Merge pull request #1346 from 0xProject/fix/instant/token-selector-hover | Steve Klebanoff | 2018-11-30 | 1 | -4/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Linting | Steve Klebanoff | 2018-11-29 | 1 | -1/+0 |
| | * | | | | | | fix(instant): Half opacity instead of darkening on hover for clickable text | Steve Klebanoff | 2018-11-29 | 1 | -3/+2 |
| | |/ / / / / |
|
| * | | | | | | Merge pull request #1347 from 0xProject/fix/instant/input-react-warning | Steve Klebanoff | 2018-11-30 | 1 | -4/+4 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | fix(instant): Fix uncontrolled input warning for token selector | Steve Klebanoff | 2018-11-29 | 1 | -4/+4 |
| | |/ / / / / |
|
| * | | | | | | Merge pull request #1352 from 0xProject/fix/instant/token-symbol-size | Francesco Agosti | 2018-11-29 | 1 | -0/+6 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | fix: notify of the used font size for re-renders of scaling input | fragosti | 2018-11-29 | 1 | -0/+6 |
| | |/ / / / |
|
| * | | | | | Merge branch 'development' into feature/instant/install-analytics | Steve Klebanoff | 2018-11-28 | 3 | -2/+26 |
| |\| | | | |
|
| * | | | | | feat(instant): Install Wallet analytics | Steve Klebanoff | 2018-11-28 | 4 | -3/+43 |
| * | | | | | Track install wallet clicked | Steve Klebanoff | 2018-11-28 | 3 | -17/+30 |
* | | | | | | fix: dont allow price labels to wrap | fragosti | 2018-11-29 | 1 | -2/+9 |
* | | | | | | fix: instant height change on loading state change | fragosti | 2018-11-29 | 1 | -3/+2 |
* | | | | | | fix: instant error no longer makes instant move | fragosti | 2018-11-29 | 2 | -1/+9 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge branch 'development' into feature/instant/dropdown-analytics | Steve Klebanoff | 2018-11-28 | 5 | -3/+73 |
|\| | | | |
|
| * | | | | Merge pull request #1336 from 0xProject/fix/instant/clipboard | Steve Klebanoff | 2018-11-28 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | fix(instant): Fix copy to clipboard | Steve Klebanoff | 2018-11-28 | 1 | -1/+1 |
| * | | | | | Merge pull request #1327 from 0xProject/feature/instant/events-buy | Brandon Millman | 2018-11-28 | 2 | -0/+63 |
| |\ \ \ \ \ |
|
| | * | | | | | Merge branch 'development' into feature/instant/events-buy | Brandon Millman | 2018-11-28 | 5 | -11/+67 |
| | |\| | | | |
|
| | * | | | | | feat(instant): change event properties to ms times instead of unix timestamps | Brandon Millman | 2018-11-28 | 1 | -8/+5 |
| | * | | | | | Merge branch 'development' into feature/instant/events-buy | Brandon Millman | 2018-11-27 | 7 | -11/+52 |
| | |\ \ \ \ \ |
|
| | * | | | | | | feat(instant): add expectedEndTimeUnix and actualEndTimeUnix to buy events | Brandon Millman | 2018-11-27 | 2 | -11/+26 |
| | * | | | | | | feat(instant): add buyQuote properties to buy events | Brandon Millman | 2018-11-27 | 2 | -14/+43 |
| | * | | | | | | feat(instant): add txHash to relevant buy events | Brandon Millman | 2018-11-27 | 2 | -6/+6 |
| | * | | | | | | feat(instant): implement buy events without associated properties | Brandon Millman | 2018-11-27 | 2 | -0/+22 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'development' into feature/instant/stable-css-classes | Steve Klebanoff | 2018-11-28 | 5 | -11/+67 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Use constants | Steve Klebanoff | 2018-11-28 | 2 | -2/+5 |
| * | | | | | | Add stable CSS classes | Steve Klebanoff | 2018-11-27 | 1 | -2/+6 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'development' into feature/instant/dropdown-analytics | Steve Klebanoff | 2018-11-28 | 5 | -11/+67 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | Merge branch 'development' into feature/instant/token-picker-events | Steve Klebanoff | 2018-11-28 | 5 | -3/+16 |
| |\| | | | |
|
| * | | | | | Make explicit functions | Steve Klebanoff | 2018-11-28 | 1 | -7/+6 |
| * | | | | | Linting | Steve Klebanoff | 2018-11-28 | 1 | -3/+3 |
| * | | | | | Fix props | Steve Klebanoff | 2018-11-27 | 1 | -5/+3 |
| * | | | | | Set selected asset to none | Steve Klebanoff | 2018-11-27 | 1 | -6/+2 |
| * | | | | | Track numberAvailableAssets, selectedAssetName, selectedAssetData event prope... | Steve Klebanoff | 2018-11-27 | 3 | -5/+33 |
| * | | | | | Fix dupe merge issue | Steve Klebanoff | 2018-11-27 | 1 | -1/+0 |
| * | | | | | Merge branch 'development' into feature/instant/token-picker-events | Steve Klebanoff | 2018-11-27 | 2 | -8/+36 |
| |\ \ \ \ \ |
|
| * | | | | | | feat(instant): Event tracking for token selector | Steve Klebanoff | 2018-11-27 | 2 | -6/+18 |
| * | | | | | | Token selector searched | Steve Klebanoff | 2018-11-27 | 2 | -0/+5 |
| * | | | | | | Token Selector open, closed, chose | Steve Klebanoff | 2018-11-27 | 3 | -0/+19 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | feat(instant): Add analytics events for payment dropdown | Steve Klebanoff | 2018-11-28 | 3 | -2/+26 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge pull request #1294 from 0xProject/feature/header-tweaks | Steve Klebanoff | 2018-11-27 | 5 | -3/+16 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Merge branch 'development' into feature/header-tweaks | Steve Klebanoff | 2018-11-27 | 6 | -62/+129 |
| |\| | | |
|
| * | | | | Add comment | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| * | | | | Force scaling input component to rerender when a different asset is chosen | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| * | | | | Merge branch 'development' into feature/header-tweaks | Steve Klebanoff | 2018-11-22 | 4 | -38/+37 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'development' into feature/header-tweaks | Steve Klebanoff | 2018-11-21 | 12 | -4/+308 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | autofocus -> hasAutoFocus | Steve Klebanoff | 2018-11-21 | 3 | -8/+8 |
| * | | | | fix(instant): Right align amounts | Steve Klebanoff | 2018-11-21 | 2 | -2/+6 |
| * | | | | fix(instant): Autofocus text amount input | Steve Klebanoff | 2018-11-21 | 3 | -1/+8 |
* | | | | | Merge branch 'development' into feature/instant/open-close-events | Steve Klebanoff | 2018-11-27 | 10 | -100/+166 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Merge pull request #1281 from 0xProject/feature/instant/push-to-history | Francesco Agosti | 2018-11-22 | 1 | -29/+82 |
| |\ \ \ \ |
|
| | * | | | | fix: multiple render and closes edge case for onpopstate render | fragosti | 2018-11-22 | 1 | -25/+27 |
| | * | | | | chore: clean up index.umd.ts a bit | fragosti | 2018-11-22 | 1 | -32/+38 |
| | * | | | | feat: add more to instant dev env | fragosti | 2018-11-22 | 1 | -4/+3 |
| | * | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-21 | 14 | -16/+319 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | * | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-20 | 33 | -8/+174 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | * | | | | feat: add isInstantRendered check to safeguard against double renders and dou... | fragosti | 2018-11-17 | 1 | -5/+13 |
| | * | | | | chore: use lodash where relevant | fragosti | 2018-11-17 | 1 | -1/+1 |
| | * | | | | fix: bug where we did not call onClose config | fragosti | 2018-11-17 | 1 | -6/+8 |
| | * | | | | feat: add assert for shouldDisablePushToHistory | fragosti | 2018-11-17 | 1 | -7/+10 |
| | * | | | | feat: be more specific with callback name | fragosti | 2018-11-17 | 1 | -7/+7 |
| | * | | | | feat: allow integrator to disable pushstate logic | fragosti | 2018-11-17 | 1 | -25/+29 |
| | * | | | | feat: rename props to config | fragosti | 2018-11-17 | 1 | -23/+27 |
| | * | | | | feat: close and open instant based on history changes | fragosti | 2018-11-17 | 1 | -13/+38 |
| * | | | | | Merge pull request #1300 from 0xProject/feature/instant/events-account | Brandon Millman | 2018-11-22 | 5 | -33/+47 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | chore(instant): revert usage of event properties | Brandon Millman | 2018-11-22 | 2 | -12/+5 |
| | * | | | | chore(instant): refactor usage of event properties in heap | Brandon Millman | 2018-11-22 | 3 | -22/+26 |
| | * | | | | chore(instant): refactor account tracking logic in middleware to be more read... | Brandon Millman | 2018-11-22 | 1 | -8/+8 |
| | * | | | | feat(instant): implement account related events | Brandon Millman | 2018-11-21 | 4 | -20/+37 |
| * | | | | | Merge pull request #1283 from 0xProject/feature/instant/make-instant-public-a... | Francesco Agosti | 2018-11-21 | 1 | -2/+1 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | fix: do not use document on import | fragosti | 2018-11-20 | 1 | -2/+1 |
| | |/ / / |
|
| * | | | | Merge pull request #1290 from 0xProject/fix/instant/disable-token-picker | Steve Klebanoff | 2018-11-21 | 2 | -10/+20 |
| |\ \ \ \ |
|
| | * | | | | isDisabled -> isInputDisabled | Steve Klebanoff | 2018-11-21 | 2 | -9/+10 |
| | * | | | | Allow user to select other token on success | Steve Klebanoff | 2018-11-21 | 2 | -3/+11 |
| | * | | | | fix(instant): Don't allow changing of assets when order processing | Steve Klebanoff | 2018-11-20 | 1 | -2/+3 |
| | | |/ /
| | |/| | |
|
| * | | | | fix(instant): Use new valid svg image for instant | Steve Klebanoff | 2018-11-21 | 1 | -26/+16 |
| | |_|/
| |/| | |
|
* | | | | Send in explicit props | Steve Klebanoff | 2018-11-22 | 2 | -17/+23 |
* | | | | feat(instant): Add more event properties to heap | Steve Klebanoff | 2018-11-21 | 1 | -0/+6 |
* | | | | Move out generating of event properties, and send in orderSource | Steve Klebanoff | 2018-11-21 | 2 | -8/+24 |
|/ / / |
|
* | | | Merge pull request #1272 from 0xProject/feature/instant/heap | Steve Klebanoff | 2018-11-21 | 9 | -4/+261 |
|\ \ \ |
|
| * | | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-20 | 33 | -8/+174 |
| |\| | |
|
| * | | | Linting: rename variable | Steve Klebanoff | 2018-11-20 | 1 | -2/+2 |
| * | | | Get heap analytics id from ENV variable | Steve Klebanoff | 2018-11-20 | 2 | -13/+9 |
| * | | | Change disabled analytics name, add assertion, and always set | Steve Klebanoff | 2018-11-20 | 3 | -8/+9 |
| * | | | Add way to disable via props | Steve Klebanoff | 2018-11-17 | 2 | -4/+25 |
| * | | | Better way of reporting Fallback provider | Steve Klebanoff | 2018-11-17 | 3 | -7/+1 |
| * | | | Specify fallback web3 provider in analytics | Steve Klebanoff | 2018-11-17 | 4 | -0/+8 |
| * | | | Remove old function | Steve Klebanoff | 2018-11-17 | 1 | -2/+0 |
| * | | | Widget -> Instant | Steve Klebanoff | 2018-11-17 | 2 | -1/+3 |
| * | | | Trigger Wallet Ready when address changed | Steve Klebanoff | 2018-11-17 | 1 | -2/+16 |
| * | | | Getting rid of unused function, and using track prefix | Steve Klebanoff | 2018-11-17 | 3 | -6/+4 |
| * | | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-17 | 11 | -118/+99 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Disable tslint for unused function so we can include this for future tracking... | Steve Klebanoff | 2018-11-17 | 1 | -0/+1 |
| * | | | Report on git sha and npm version of build | Steve Klebanoff | 2018-11-17 | 2 | -2/+6 |
| * | | | null -> undefined | Steve Klebanoff | 2018-11-17 | 1 | -2/+2 |
| * | | | Add initials to TODO note | Steve Klebanoff | 2018-11-17 | 1 | -1/+1 |
| * | | | Take out old TODO | Steve Klebanoff | 2018-11-17 | 1 | -1/+0 |
| * | | | Remove unused import | Steve Klebanoff | 2018-11-17 | 1 | -1/+0 |
| * | | | Switch heap id on environment, and make sure app id is what we expect | Steve Klebanoff | 2018-11-17 | 2 | -3/+16 |
| * | | | We may not know num available assets available when wallet ready, so not trac... | Steve Klebanoff | 2018-11-17 | 2 | -4/+2 |
| * | | | Make user and event properties more specific | Steve Klebanoff | 2018-11-17 | 2 | -5/+16 |
| * | | | Typesafe analytic actions | Steve Klebanoff | 2018-11-17 | 4 | -28/+50 |
| * | | | Move variable assignments around to be more clear | Steve Klebanoff | 2018-11-16 | 1 | -3/+5 |
| * | | | Linting | Steve Klebanoff | 2018-11-16 | 5 | -5/+2 |
| * | | | Take out console.logs | Steve Klebanoff | 2018-11-16 | 1 | -3/+0 |
| * | | | Move where we track widget opened, and report on networkId and providerName | Steve Klebanoff | 2018-11-16 | 2 | -4/+10 |
| * | | | Introduce ANALYTICS_ENABLED constant | Steve Klebanoff | 2018-11-16 | 2 | -0/+7 |
| * | | | Report ETH in units | Steve Klebanoff | 2018-11-16 | 1 | -3/+9 |
| * | | | Use pure functions instead of class | Steve Klebanoff | 2018-11-16 | 1 | -27/+24 |
| * | | | feat(instant): Heap middleware and first tracking events | Steve Klebanoff | 2018-11-16 | 5 | -10/+88 |
| * | | | First pass on widget version of heap | Steve Klebanoff | 2018-11-16 | 2 | -0/+88 |
* | | | | Import via TS | Steve Klebanoff | 2018-11-20 | 1 | -1/+1 |
* | | | | Add ability to import SVGs in TS | Steve Klebanoff | 2018-11-20 | 1 | -0/+6 |
* | | | | Fix linting | Steve Klebanoff | 2018-11-20 | 1 | -2/+1 |
* | | | | Use anchor instead of Text | Steve Klebanoff | 2018-11-20 | 1 | -4/+3 |
* | | | | feat(instant): Add powered by 0x image | Steve Klebanoff | 2018-11-20 | 3 | -0/+43 |
| |_|/
|/| | |
|
* | | | feat(instant): support custom iconUrls | Brandon Millman | 2018-11-20 | 2 | -9/+26 |
* | | | feat(instant): add icons to token selector | Brandon Millman | 2018-11-16 | 32 | -8/+157 |
| |/
|/| |
|
* | | chore(instant): fix lint error | Brandon Millman | 2018-11-16 | 1 | -1/+1 |
* | | fix: remove unused vars | fragosti | 2018-11-16 | 1 | -6/+1 |
* | | Merge pull request #1273 from 0xProject/fix/instant/heartbeat-errors | Steve Klebanoff | 2018-11-16 | 5 | -28/+37 |
|\ \ |
|
| * | | Send in affiliate info as option | Steve Klebanoff | 2018-11-16 | 3 | -12/+7 |
| * | | Have heartbeat update not trigger errors | Steve Klebanoff | 2018-11-16 | 5 | -25/+39 |
| |/ |
|
* | | fix: remove redundant handler | fragosti | 2018-11-16 | 2 | -26/+6 |
* | | feat: make onUnlockWalletClick different based on ON | fragosti | 2018-11-16 | 3 | -35/+58 |
* | | chore: remove wallet panel content for mobile | fragosti | 2018-11-16 | 1 | -51/+1 |
* | | feat: use blue for wallet prompt on mobile | fragosti | 2018-11-16 | 4 | -8/+32 |
|/ |
|
* | feat: use capital values for enums | fragosti | 2018-11-15 | 3 | -38/+43 |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-15 | 5 | -11/+10 |
|\ |
|
| * | fix(instant): fix tabIndex attribute error | Brandon Millman | 2018-11-15 | 2 | -2/+2 |
| * | fix(instant): match token search on prefix | Brandon Millman | 2018-11-15 | 1 | -2/+4 |
| * | fix(instant): border radius | Brandon Millman | 2018-11-15 | 3 | -9/+4 |
| * | fix(instant): fix tabbing into erc20 token selector | Brandon Millman | 2018-11-15 | 2 | -0/+2 |
* | | fix: do not remove payment dropdown when confirmation pending | fragosti | 2018-11-14 | 1 | -2/+1 |
* | | refactor: move wallet panel content os switching logic into two methods | fragosti | 2018-11-14 | 1 | -78/+79 |
* | | feat: dont show payment dropdown content on mobile | fragosti | 2018-11-14 | 1 | -0/+4 |
* | | feat: center title label with circle | fragosti | 2018-11-14 | 1 | -3/+3 |
* | | chore: remove unused import | fragosti | 2018-11-14 | 1 | -1/+1 |
* | | feat: add coinbase wallet app logo to wallet prompt | fragosti | 2018-11-14 | 3 | -7/+24 |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-14 | 17 | -87/+102 |
|\| |
|
| * | Merge branch 'feature/instant/metamask-connect-flow' of https://github.com/0x... | fragosti | 2018-11-14 | 5 | -41/+44 |
| |\ |
|
| | * | linting | Steve Klebanoff | 2018-11-14 | 1 | -1/+2 |
| | * | Remove ConnectedZeroExInstantContainer, introduce ConnectedBuyOrderProgressOr... | Steve Klebanoff | 2018-11-14 | 5 | -41/+43 |
| * | | Merge https://github.com/0xProject/0x-monorepo into feature/instant/metamask-... | fragosti | 2018-11-14 | 12 | -46/+58 |
| |\ \
| | |/
| |/| |
|
| | * | chore(instant): fix prettier | Brandon Millman | 2018-11-14 | 1 | -1/+7 |
| | * | Merge branch 'development' into fix/asset-buyer/price-per-token | Brandon Millman | 2018-11-14 | 1 | -22/+141 |
| | |\ |
|
| | * | | chore(instant): update selectedAssetAmount in the redux state to be named sel... | Brandon Millman | 2018-11-14 | 12 | -53/+56 |
| | * | | feat(instant): calculate per unit eth amount to populate OrderDetails component | Brandon Millman | 2018-11-13 | 2 | -6/+15 |
* | | | | feat: display the correct provider type and change unlock / install prompt co... | fragosti | 2018-11-14 | 8 | -55/+103 |
* | | | | feat: change install wallet panel content based on browser and os | fragosti | 2018-11-14 | 8 | -28/+214 |
|/ / / |
|
* | | | chore: PR feedback | fragosti | 2018-11-14 | 2 | -6/+5 |
* | | | chore: run linter | fragosti | 2018-11-13 | 1 | -1/+1 |