| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1481 from 0xProject/fix/instant/dropdown-color | Steve Klebanoff | 2019-01-04 | 2 | -17/+24 |
|\ |
|
| * | fix(instant): Dropdown hover should be 10% of primary color | Steve Klebanoff | 2019-01-03 | 2 | -17/+24 |
* | | feat: unmount the token selector when its not displaying | fragosti | 2019-01-03 | 4 | -54/+75 |
* | | feat: dont re-render the token selector on every input change | fragosti | 2019-01-02 | 1 | -8/+31 |
* | | feat: give all stateless components a displayName or make them private | fragosti | 2019-01-02 | 15 | -2/+32 |
* | | feat: use PureComponent instead of Component | fragosti | 2019-01-02 | 16 | -18/+18 |
|/ |
|
* | Merge branch 'development' into fix/instant/signature-denied | Brandon Millman | 2018-12-21 | 17 | -117/+315 |
|\ |
|
| * | Merge branch 'development' into feature/website/0x-org | Steve Klebanoff | 2018-12-19 | 16 | -116/+314 |
| |\ |
|
| | * | Merge branch 'development' into feature/instant/usd-eth-toggle | Steve Klebanoff | 2018-12-15 | 5 | -68/+62 |
| | |\ |
|
| | * | | fix semicolon and apply prettier | Steve Klebanoff | 2018-12-15 | 1 | -2/+10 |
| | * | | Show @ price in light grey | Steve Klebanoff | 2018-12-14 | 1 | -4/+5 |
| | * | | typeof -> isString | Steve Klebanoff | 2018-12-14 | 1 | -1/+1 |
| | * | | Fix SectionHeaderProps | Steve Klebanoff | 2018-12-14 | 1 | -4/+2 |
| | * | | A little bit of scaling logic for not cutting off text | Steve Klebanoff | 2018-12-13 | 1 | -6/+9 |
| | * | | show < 0.00001 ETH when amount gets really small | Steve Klebanoff | 2018-12-13 | 2 | -7/+26 |
| | * | | Use BN equals and call function | Steve Klebanoff | 2018-12-13 | 1 | -2/+2 |
| | * | | Use helper function to check for error | Steve Klebanoff | 2018-12-13 | 1 | -3/+1 |
| | * | | show as <$0.01 when less than a cent in USD, and also show 1 significant digi... | Steve Klebanoff | 2018-12-13 | 2 | -3/+22 |
| | * | | Abstract SectionHeader and make 12px per Chris's comment and figma design | Steve Klebanoff | 2018-12-13 | 3 | -21/+33 |
| | * | | Linting | Steve Klebanoff | 2018-12-13 | 1 | -4/+3 |
| | * | | Analytics events for ETH/USD toggle and failure to fetch eth usd price | Steve Klebanoff | 2018-12-13 | 4 | -0/+14 |
| | * | | Change base currency to ETH if we can't get USD price | Steve Klebanoff | 2018-12-13 | 1 | -1/+2 |
| | * | | Show error when fetching usd prices | Steve Klebanoff | 2018-12-13 | 1 | -4/+32 |
| | * | | Make primary value in total cost bold | Steve Klebanoff | 2018-12-13 | 1 | -0/+1 |
| | * | | Small clean up | Steve Klebanoff | 2018-12-13 | 1 | -18/+5 |
| | * | | Refactor BaseCurrencyChoice to be done in helper function | Steve Klebanoff | 2018-12-13 | 1 | -27/+19 |
| | * | | Remove unused util | Steve Klebanoff | 2018-12-13 | 1 | -36/+0 |
| | * | | Default to USD | Steve Klebanoff | 2018-12-13 | 1 | -1/+1 |
| | * | | Refactor OrderDetails to use private instance methods | Steve Klebanoff | 2018-12-13 | 1 | -91/+115 |
| | * | | Move header to helper | Steve Klebanoff | 2018-12-13 | 1 | -29/+33 |
| | * | | Render OrderDetailsRow directly | Steve Klebanoff | 2018-12-13 | 2 | -45/+29 |
| | * | | Delete old interface and rename BaseCurrencyChoice | Steve Klebanoff | 2018-12-12 | 1 | -13/+4 |
| | * | | Refactor out custom components | Steve Klebanoff | 2018-12-12 | 1 | -82/+55 |
| | * | | Show as 0 when selected | Steve Klebanoff | 2018-12-12 | 3 | -8/+14 |
| | * | | Remove unused component | Steve Klebanoff | 2018-12-12 | 1 | -49/+0 |
| | * | | feat(instant): ETH/USD toggle | Steve Klebanoff | 2018-12-12 | 6 | -48/+269 |
| * | | | feat: update prod deploy destination | fragosti | 2018-12-15 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | feat(instant): add new event for unknown buy errors | Brandon Millman | 2018-12-21 | 2 | -1/+7 |
* | | | fix(instant): add analytics to unknown error on executeBuyAsync | Brandon Millman | 2018-12-21 | 1 | -0/+1 |
* | | | fix(instant): catch unknown errors from executeBuyAsync, report them and show... | Brandon Millman | 2018-12-21 | 3 | -4/+9 |
* | | | fix(instant): use isTrust property to determine if provider is trust wallet | Brandon Millman | 2018-12-21 | 1 | -1/+1 |
* | | | feature(instant): add trust wallet detection | Brandon Millman | 2018-12-15 | 3 | -0/+4 |
* | | | fix(instant): treat executeBuyQuote errors as signature denials | Brandon Millman | 2018-12-15 | 1 | -5/+9 |
|/ / |
|
* | | Merge pull request #1415 from 0xProject/feature/instant/mobile-numeric-keyboard | Francesco Agosti | 2018-12-15 | 3 | -55/+45 |
|\ \ |
|
| * | | run linter | fragosti | 2018-12-14 | 2 | -14/+31 |
| * | | simplify scaling input logic | fragosti | 2018-12-14 | 3 | -50/+18 |
| * | | feat: change input to number input | fragosti | 2018-12-11 | 2 | -0/+5 |
* | | | Publishethereum-types@1.1.4@0x/website@0.0.63@0x/web3-wrapper@3.2.1@0x/utils@2.0.8@0x/typescript-typings@3.0.6@0x/types@1.4.1@0x/tslint-config@2.0.0@0x/testnet-faucets@1.0.60@0x/subproviders@2.1.8@0x/sra-spec@1.0.13@0x/sol-resolver@1.1.1@0x/sol-doc@1.0.11@0x/sol-cov@2.1.16@0x/sol-compiler@1.1.16@0x/react-shared@1.0.25@0x/react-docs@1.0.22@0x/pipeline@1.0.2@0x/order-watcher@2.2.8@0x/order-utils@3.0.7@0x/migrations@2.2.2@0x/metacoin@0.0.32@0x/json-schemas@2.1.4@0x/instant@1.0.4@0x/fill-scenarios@1.0.16@0x/dev-utils@1.0.21@0x/dev-tools-pages@0.0.10@0x/contracts-utils@1.0.1@0x/contracts-tokens@1.0.1@0x/contracts-test-utils@1.0.2@0x/contracts-protocol@2.1.58@0x/contracts-multisig@1.0.1@0x/contracts-libs@1.0.1@0x/contracts-interfaces@1.0.1@0x/contracts-extensions@1.0.1@0x/contracts-examples@1.0.1@0x/contract-wrappers@4.1.3@0x/connect@3.0.10@0x/base-contract@3.0.10@0x/asset-buyer@3.0.4@0x/assert@1.0.20@0x/abi-gen@1.0.19@0x/abi-gen-wrappers@2.0.20x.js@2.0.8 | Leonid Logvinov | 2018-12-14 | 1 | -12/+12 |
* | | | 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 |
* | | | | Publishethereum-types@1.1.3@0x/website@0.0.62@0x/web3-wrapper@3.2.0@0x/utils@2.0.7@0x/typescript-typings@3.0.5@0x/types@1.4.0@0x/testnet-faucets@1.0.59@0x/subproviders@2.1.7@0x/sra-spec@1.0.12@0x/sol-resolver@1.1.0@0x/sol-doc@1.0.10@0x/sol-cov@2.1.15@0x/sol-compiler@1.1.15@0x/react-shared@1.0.24@0x/react-docs@1.0.21@0x/pipeline@1.0.1@0x/order-watcher@2.2.7@0x/order-utils@3.0.6@0x/monorepo-scripts@1.0.15@0x/migrations@2.2.1@0x/metacoin@0.0.31@0x/json-schemas@2.1.3@0x/instant@1.0.3@0x/fill-scenarios@1.0.15@0x/dev-utils@1.0.20@0x/dev-tools-pages@0.0.9@0x/contracts-test-utils@1.0.1@0x/contracts-protocol@2.1.57@0x/contract-wrappers@4.1.2@0x/connect@3.0.9@0x/base-contract@3.0.9@0x/asset-buyer@3.0.3@0x/assert@1.0.19@0x/abi-gen@1.0.18@0x/abi-gen-wrappers@2.0.10x.js@2.0.7 | Fabio Berger | 2018-12-12 | 1 | -12/+15 |
| |_|/
|/| | |
|
* | | | Add link to rexrelay integration example in instant README | Brandon Millman | 2018-12-11 | 1 | -0/+2 |
* | | | chore: fix typo in instant README | Brandon Millman | 2018-12-11 | 1 | -1/+1 |
* | | | chore: remove extra newline | Brandon Millman | 2018-12-11 | 1 | -1/+0 |
* | | | Update instant README with more integration links | Brandon Millman | 2018-12-11 | 1 | -1/+1 |
* | | | Update instant README | Brandon Millman | 2018-12-11 | 1 | -0/+5 |
| |/
|/| |
|
* | | 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 |
* | fix: remove target=_blank from instant link | fragosti | 2018-12-06 | 1 | -0/+0 |
* | 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 | 19 | -30/+70 |
| |\ |
|
| * | | 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 | 7 | -12/+21 |
| |\ \ |
|
| * \ \ | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-12-04 | 48 | -177/+594 |
| |\ \ \ |
|
| * | | | | 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 | 4 | -14/+27 |
|\ \ \ \ \ |
|
| * | | | | | 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 |
| * | | | | | Use dotenv in development | Steve Klebanoff | 2018-12-06 | 1 | -5/+2 |
| | |_|_|/
| |/| | | |
|
* | | | | | feat: lowercase keys in additionalAssetMetaDataMap | fragosti | 2018-12-06 | 1 | -1/+2 |
* | | | | | chore: add coingecko css example to externall.css | fragosti | 2018-12-06 | 1 | -0/+4 |
* | | | | | 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 | 3 | -5/+19 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | ethBalanceInUnitAmount -> lastEthBalanceInUnitAmount | Steve Klebanoff | 2018-12-05 | 3 | -2/+2 |
| * | | | | | feat(instant): Add eth balance, eth address, token symbol and decimals to eve... | Steve Klebanoff | 2018-12-04 | 2 | -4/+18 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #1380 from 0xProject/instant/fix/heap-analytics-id-prod | Steve Klebanoff | 2018-12-05 | 3 | -3/+3 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Ensure build process receives build arguments | Steve Klebanoff | 2018-12-05 | 3 | -3/+3 |
| | |/ /
| |/| | |
|
* / | | | 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 | 4 | -6/+14 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | updating .env example | Steve Klebanoff | 2018-12-04 | 1 | -1/+4 |
| * | | | feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap i... | Steve Klebanoff | 2018-12-04 | 3 | -5/+10 |
| |/ / |
|
* | | | 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 | 11 | -40/+238 |
|\ \ \ |
|
| * | | | Fix variable name | Steve Klebanoff | 2018-12-01 | 1 | -2/+2 |
| * | | | 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 |
| |\ \ \ |
|
| * | | | | get rid of double private def | Steve Klebanoff | 2018-12-01 | 1 | -1/+0 |
| * | | | | 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 | 38 | -213/+558 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-27 | 10 | -202/+357 |
| |\ \ \ \ \ |
|
| * | | | | | | 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 | 7 | -52/+45 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Better env var names for source map plugin | Steve Klebanoff | 2018-11-22 | 1 | -5/+5 |
| * | | | | | | | Shorter validateRollbarPresence logic | Steve Klebanoff | 2018-11-22 | 1 | -11/+4 |
| * | | | | | | | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to INSTANT_ENVIR... | Steve Klebanoff | 2018-11-22 | 3 | -22/+22 |
| * | | | | | | | Report when cant update balance | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| * | | | | | | | Takeout redundant check, and make function name more clear | Steve Klebanoff | 2018-11-22 | 1 | -7/+5 |
| * | | | | | | | 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 | 3 | -23/+56 |
| * | | | | | | | Linting | Steve Klebanoff | 2018-11-21 | 1 | -1/+1 |
| * | | | | | | | TODO note | Steve Klebanoff | 2018-11-21 | 1 | -1/+1 |
| * | | | | | | | Explicit error reporting | Steve Klebanoff | 2018-11-21 | 4 | -3/+12 |
| * | | | | | | | Force source maps on staging and dogfood | Steve Klebanoff | 2018-11-21 | 1 | -2/+26 |
| * | | | | | | | feat(instant): Report errors to rollbar | Steve Klebanoff | 2018-11-21 | 3 | -0/+78 |
| * | | | | | | | Use sourcemap loader | Steve Klebanoff | 2018-11-21 | 1 | -0/+10 |
| * | | | | | | | Introduce rollbar plugin | Steve Klebanoff | 2018-11-21 | 4 | -15/+59 |
| * | | | | | | | Send in rollbar environment | Steve Klebanoff | 2018-11-21 | 1 | -8/+20 |
* | | | | | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selector | Brandon Millman | 2018-12-04 | 9 | -14/+30 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | fix(instant): remove screenshot from dev index.html | Brandon Millman | 2018-12-04 | 2 | -6/+0 |
| * | | | | | | | | fix(instant): darken overlay color | Brandon Millman | 2018-12-01 | 3 | -1/+7 |
| * | | | | | | | | 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 |
* | | | | | | | | | Merge pull request #1364 from 0xProject/feature/instant/allow-env-vars-in-env... | Francesco Agosti | 2018-12-04 | 8 | -7/+18 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ /
|/| | | | | | | | |
|
| * | | | | | | | | feat: add dotenv to make env dependencies more explicit | fragosti | 2018-12-01 | 8 | -7/+18 |
| |/ / / / / / / |
|
* / / / / / / / | feat(instant): provide a custom wallet display name | Brandon Millman | 2018-12-01 | 6 | -7/+16 |
|/ / / / / / / |
|
* | | | | | | | 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 | 9 | -29/+52 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | removing unused references | Steve Klebanoff | 2018-12-01 | 2 | -2/+2 |
| * | | | | | | takeout console.log | Steve Klebanoff | 2018-12-01 | 1 | -1/+0 |
| * | | | | | | Merge branch 'development' into feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 33 | -96/+432 |
| |\| | | | | |
|
| * | | | | | | cdn -> dischargeTarget, and report to heap | Steve Klebanoff | 2018-12-01 | 7 | -16/+29 |
| * | | | | | | Take out old --env | Steve Klebanoff | 2018-11-30 | 1 | -1/+1 |
| * | | | | | | cdn approach to identifyign environments | Steve Klebanoff | 2018-11-30 | 6 | -49/+20 |
| * | | | | | | Fix build command | Steve Klebanoff | 2018-11-30 | 1 | -1/+1 |
| * | | | | | | feat(instant): Cleaner config-specific setup | Steve Klebanoff | 2018-11-30 | 6 | -23/+69 |
| * | | | | | | Set .env in builds, and update profile to use 0xproject | Steve Klebanoff | 2018-11-30 | 4 | -11/+8 |
* | | | | | | | 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 | 18 | -51/+186 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | 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 | 8 | -51/+44 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | feat: remove instant from project references | fragosti | 2018-12-01 | 1 | -1/+4 |
| * | | | | | | | | chore: deploy_live -> deploy_production | fragosti | 2018-12-01 | 2 | -2/+2 |
| * | | | | | | | | feat: update tsconfig | fragosti | 2018-12-01 | 1 | -2/+1 |
| * | | | | | | | | fix: address PR feedback | fragosti | 2018-12-01 | 5 | -8/+4 |
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | fix: add clarification to NOTE in README | fragosti | 2018-11-29 | 1 | -1/+1 |
| * | | | | | | | feat: add URL to other parts of README | fragosti | 2018-11-29 | 1 | -2/+2 |
| * | | | | | | | feat: write version info directly to exported object | fragosti | 2018-11-29 | 3 | -14/+7 |
| * | | | | | | | feat: add deploy_live command | fragosti | 2018-11-29 | 3 | -3/+25 |
| * | | | | | | | feat: write version info to window | fragosti | 2018-11-29 | 2 | -0/+11 |
| * | | | | | | | feat: update README to reflect lack of commonjs module | fragosti | 2018-11-27 | 1 | -29/+1 |
| * | | | | | | | feat: make package private | fragosti | 2018-11-27 | 1 | -7/+4 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | 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 | 7 | -25/+86 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | 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 pull request #1341 from 0xProject/feature/instant/install-analytics | Steve Klebanoff | 2018-11-29 | 6 | -20/+73 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | 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 |
|/ / / / / / |
|
* | / / / / | Publishcontracts@2.1.56@0x/website@0.0.61@0x/web3-wrapper@3.1.6@0x/testnet-faucets@1.0.58@0x/subproviders@2.1.6@0x/sol-doc@1.0.9@0x/sol-cov@2.1.14@0x/sol-compiler@1.1.14@0x/react-shared@1.0.23@0x/react-docs@1.0.20@0x/order-watcher@2.2.6@0x/order-utils@3.0.4@0x/migrations@2.2.0@0x/metacoin@0.0.30@0x/instant@1.0.2@0x/fill-scenarios@1.0.14@0x/dev-utils@1.0.19@0x/dev-tools-pages@0.0.8@0x/contract-wrappers@4.1.1@0x/contract-artifacts@1.1.2@0x/contract-addresses@2.0.0@0x/connect@3.0.8@0x/base-contract@3.0.8@0x/asset-buyer@3.0.2@0x/abi-gen-wrappers@2.0.0@0x/abi-gen-templates@1.0.10x.js@2.0.6 | Jacob Evans | 2018-11-28 | 1 | -5/+5 |
| |/ / / /
|/| | | | |
|
* | | | | | 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-28 | 1 | -0/+1 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | 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 | 6 | -11/+68 |
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | 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 | 6 | -3/+17 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | 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 |
| |_|/ / / / /
|/| | | | | | |
|
* | | | | | | | fix(instant): make package private | Brandon Millman | 2018-11-27 | 1 | -0/+1 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | 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 | 7 | -192/+328 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | 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 | 9 | -61/+73 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'development' into feature/header-tweaks | Steve Klebanoff | 2018-11-21 | 13 | -44/+383 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| * | | | | | | 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 | 16 | -253/+401 |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | Revert "[@0x/instant] Fix CI build broken by instant installation tests" | Leonid Logvinov | 2018-11-26 | 1 | -1/+1 |
| * | | | | | | Copy assets in referenced in instant on commonjs build | Leonid Logvinov | 2018-11-23 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Merge pull request #1281 from 0xProject/feature/instant/push-to-history | Francesco Agosti | 2018-11-22 | 2 | -159/+281 |
| |\ \ \ \ \ |
|
| | * | | | | | 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 | 2 | -33/+39 |
| | * | | | | | feat: add more to instant dev env | fragosti | 2018-11-22 | 2 | -140/+202 |
| | * | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-21 | 18 | -69/+401 |
| | |\ \ \ \ \
| | | | |_|_|/
| | | |/| | | |
|
| | * | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-20 | 35 | -11/+183 |
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | * | | | | | feat: add isInstantRendered check to safeguard against double renders and dou... | fragosti | 2018-11-17 | 2 | -5/+17 |
| | * | | | | | 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 URL override param | fragosti | 2018-11-17 | 1 | -1/+1 |
| | * | | | | | feat: add assert for shouldDisablePushToHistory | fragosti | 2018-11-17 | 1 | -7/+10 |