Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(instant): refactor account tracking logic in middleware to be more ↵ | Brandon Millman | 2018-11-22 | 1 | -8/+8 |
| | | | | readable | ||||
* | feat(instant): implement account related events | Brandon Millman | 2018-11-21 | 4 | -20/+37 |
| | |||||
* | Merge pull request #1290 from 0xProject/fix/instant/disable-token-picker | Steve Klebanoff | 2018-11-21 | 2 | -10/+20 |
|\ | | | | | [instant] Don't allow changing of assets when order in progress | ||||
| * | 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 |
| | | |||||
* | | Merge pull request #1272 from 0xProject/feature/instant/heap | Steve Klebanoff | 2018-11-21 | 10 | -44/+336 |
|\ \ | | | | | | | [instant] Base heap integration | ||||
| * | | Check for instant heap production credentials in pre-publish step | Steve Klebanoff | 2018-11-20 | 1 | -4/+1 |
| | | | |||||
| * | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-20 | 35 | -9/+180 |
| |\| | |||||
| * | | Linting: rename variable | Steve Klebanoff | 2018-11-20 | 1 | -2/+2 |
| | | | |||||
| * | | Get heap analytics id from ENV variable | Steve Klebanoff | 2018-11-20 | 3 | -57/+73 |
| | | | |||||
| * | | Change disabled analytics name, add assertion, and always set | Steve Klebanoff | 2018-11-20 | 3 | -8/+9 |
| | | | |||||
| * | | No need to explicit send in NODE_ENV | Steve Klebanoff | 2018-11-20 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-20 | 7 | -12/+22 |
| |\ \ | |||||
| * | | | 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 |
| | | | | |||||
| * | | | Move ip import back | Steve Klebanoff | 2018-11-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-17 | 13 | -121/+113 |
| |\ \ \ | |||||
| * | | | | Disable tslint for unused function so we can include this for future ↵ | Steve Klebanoff | 2018-11-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | tracking events | ||||
| * | | | | Report on git sha and npm version of build | Steve Klebanoff | 2018-11-17 | 3 | -3/+8 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | Add access to environment variables | Steve Klebanoff | 2018-11-17 | 1 | -0/+18 |
| | | | | | |||||
| * | | | | We may not know num available assets available when wallet ready, so not ↵ | Steve Klebanoff | 2018-11-17 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | trackin there | ||||
| * | | | | 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 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #1276 from 0xProject/test/instant/bundle-size | Brandon Millman | 2018-11-20 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [asset-buyer][instant] downgrade lodash to be consistent with the rest of 0x packages | ||||
| * | | | | fix(instant): change lodash version to the same as other 0x packages | Brandon Millman | 2018-11-16 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | feat(instant): support custom iconUrls | Brandon Millman | 2018-11-20 | 2 | -9/+26 |
| | | | | |||||
* | | | | Merge branch 'development' into feature/instant/icons | Brandon Millman | 2018-11-20 | 7 | -12/+21 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (37 commits) Add 0x-order-utils.py library to developers home Fixes to CONTRIBUTING.md Improve our CONTRIBUTING.md instructions fix(order_utils.py): publish docs to S3, not RTD (#1264) fix: make instant package private feat: refer to map file in postpublish configs feat: add new bundle name to bundle watch fix: tslint ignore rule in wrong place Update blog post feature Fix disclaimer on mobile Add smart contract docs to Developer Home Add Apache license link Fix capitalization in title Remove excess semi-colon Point directly to README for docs link Update icons Update LICENSE Fix disclaimer Add blogpost URL Add disclaimer ... | ||||
| * | | | fix: make instant package private | fragosti | 2018-11-17 | 1 | -1/+2 |
| | | | | |||||
| * | | | feat: refer to map file in postpublish configs | fragosti | 2018-11-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix: tslint ignore rule in wrong place | fragosti | 2018-11-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix: remove private config line | fragosti | 2018-11-16 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-16 | 5 | -28/+37 |
| |\ \ \ | | | | | | | | | | | | | | | | feature/instant/productionize-publish-flow | ||||
| * | | | | chore: run linter | fragosti | 2018-11-16 | 1 | -6/+1 |
| | | | | | |||||
| * | | | | feat: change version to 1.0.0 | fragosti | 2018-11-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | chore: update gitignore | fragosti | 2018-11-16 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | fix: deploy commands | fragosti | 2018-11-16 | 3 | -4/+4 |
| | | | | | |||||
| * | | | | feat: rename bundle to instant.js and move build to umd dir | fragosti | 2018-11-16 | 4 | -7/+11 |
| | | | | | |||||
| * | | | | feat: add npmignore | fragosti | 2018-11-16 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | feat: change webpack config and make instant public | fragosti | 2018-11-16 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | feat(instant): add icons to token selector | Brandon Millman | 2018-11-16 | 34 | -8/+162 |
| |_|/ / |/| | | | |||||
* | | | | 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 |
|\ \ \ | |/ / |/| | | [instant] Don't show errors from heartbeat buy quote calls | ||||
| * | | 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 stable version of bowser | fragosti | 2018-11-16 | 1 | -1/+1 |
|/ / | |||||
* | | fix: add http to external url string | fragosti | 2018-11-16 | 1 | -1/+1 |
| | | |||||
* | | feat: expose webpack-dev-server content to local network | fragosti | 2018-11-15 | 2 | -2/+14 |
|/ | |||||
* | feat: use capital values for enums | fragosti | 2018-11-15 | 3 | -38/+43 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-15 | 6 | -19/+18 |
|\ | | | | | | | feature/instant/different-install-wallet-copy-for-mobile | ||||
| * | 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 |
| | | |||||
| * | Publishcontracts@2.1.54@0x/website@0.0.59@0x/web3-wrapper@3.1.4@0x/utils@2.0.5@0x/testnet-faucets@1.0.56@0x/subproviders@2.1.4@0x/sra-spec@1.0.10@0x/sol-doc@1.0.7@0x/sol-cov@2.1.12@0x/sol-compiler@1.1.12@0x/react-shared@1.0.21@0x/react-docs@1.0.18@0x/order-watcher@2.2.4@0x/order-utils@3.0.2@0x/migrations@2.0.4@0x/metacoin@0.0.28@0x/json-schemas@2.1.1@0x/instant@0.0.7@0x/fill-scenarios@1.0.12@0x/dev-utils@1.0.17@0x/dev-tools-pages@0.0.6@0x/contract-wrappers@4.0.2@0x/connect@3.0.6@0x/base-contract@3.0.6@0x/asset-buyer@3.0.0@0x/assert@1.0.17@0x/abi-gen@1.0.16@0x/abi-gen-wrappers@1.0.50x.js@2.0.4 | Leonid Logvinov | 2018-11-14 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.4 - @0x/abi-gen@1.0.16 - @0x/abi-gen-wrappers@1.0.5 - @0x/assert@1.0.17 - @0x/asset-buyer@3.0.0 - @0x/base-contract@3.0.6 - @0x/connect@3.0.6 - @0x/contract-wrappers@4.0.2 - contracts@2.1.54 - @0x/dev-tools-pages@0.0.6 - @0x/dev-utils@1.0.17 - @0x/fill-scenarios@1.0.12 - @0x/instant@0.0.7 - @0x/json-schemas@2.1.1 - @0x/metacoin@0.0.28 - @0x/migrations@2.0.4 - @0x/order-utils@3.0.2 - @0x/order-watcher@2.2.4 - @0x/react-docs@1.0.18 - @0x/react-shared@1.0.21 - @0x/sol-compiler@1.1.12 - @0x/sol-cov@2.1.12 - @0x/sol-doc@1.0.7 - @0x/sra-spec@1.0.10 - @0x/subproviders@2.1.4 - @0x/testnet-faucets@1.0.56 - @0x/utils@2.0.5 - @0x/web3-wrapper@3.1.4 - @0x/website@0.0.59 | ||||
* | | 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 ↵ | fragosti | 2018-11-14 | 18 | -99/+116 |
|\| | | | | | | | feature/instant/different-install-wallet-copy-for-mobile | ||||
| * | Merge branch 'feature/instant/metamask-connect-flow' of ↵ | fragosti | 2018-11-14 | 5 | -41/+44 |
| |\ | | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow | ||||
| | * | linting | Steve Klebanoff | 2018-11-14 | 1 | -1/+2 |
| | | | |||||
| | * | Remove ConnectedZeroExInstantContainer, introduce ↵ | Steve Klebanoff | 2018-11-14 | 5 | -41/+43 |
| | | | | | | | | | | | | ConnectedBuyOrderProgressOrPaymentMethod | ||||
| * | | Merge https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-14 | 13 | -58/+72 |
| |\ \ | | |/ | |/| | | | | feature/instant/metamask-connect-flow | ||||
| | * | chore(instant): fix prettier | Brandon Millman | 2018-11-14 | 2 | -2/+10 |
| | | | |||||
| | * | Merge branch 'development' into fix/asset-buyer/price-per-token | Brandon Millman | 2018-11-14 | 2 | -27/+146 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Publish Updated CHANGELOGS Fix a bug when undefined was been tried to convert to an array feat(instant): add extra asset metadata chore: fix linter error Improve logo spacing fix: lowercase supplied address before comparing with derived addresses (which are not checksummed) Remove unused instance variable update yarn.lock Increase logo size Replace remaining scroll-links with Link component Adjust paddin Fix menuItem background colors depending on the context Remove "Home" menu item, instead make different parts of logo link to different sections of the website Rename tutorial to match verb structure chore: Make `External exports` clickable on sidebar style: reduce border size on version dropdown style: make line-height of sidebar title 26px, make sure still bottom aligned with version picker Update yarn.lock style: remove small gap under topbar | ||||
| | * | | chore(instant): update selectedAssetAmount in the redux state to be named ↵ | Brandon Millman | 2018-11-14 | 13 | -65/+68 |
| | | | | | | | | | | | | | | | | selectedAssetUnitAmount | ||||
| | * | | 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 ↵ | fragosti | 2018-11-14 | 9 | -55/+104 |
| | | | | | | | | | | | | | | | | content | ||||
* | | | | feat: change install wallet panel content based on browser and os | fragosti | 2018-11-14 | 8 | -28/+214 |
|/ / / | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-14 | 1 | -5/+5 |
|\ \ \ | | |/ | |/| | | | | feature/instant/metamask-connect-flow | ||||
| * | | Publishcontracts@2.1.53@0x/website@0.0.58@0x/web3-wrapper@3.1.3@0x/testnet-faucets@1.0.55@0x/subproviders@2.1.3@0x/sol-doc@1.0.6@0x/sol-cov@2.1.11@0x/sol-compiler@1.1.11@0x/react-shared@1.0.20@0x/react-docs@1.0.17@0x/order-watcher@2.2.3@0x/order-utils@3.0.1@0x/migrations@2.0.3@0x/metacoin@0.0.27@0x/instant@0.0.6@0x/fill-scenarios@1.0.11@0x/dev-utils@1.0.16@0x/dev-tools-pages@0.0.5@0x/contract-wrappers@4.0.1@0x/connect@3.0.5@0x/base-contract@3.0.5@0x/asset-buyer@2.2.2@0x/abi-gen-wrappers@1.0.40x.js@2.0.3 | Leonid Logvinov | 2018-11-14 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.3 - @0x/abi-gen-wrappers@1.0.4 - @0x/asset-buyer@2.2.2 - @0x/base-contract@3.0.5 - @0x/connect@3.0.5 - @0x/contract-wrappers@4.0.1 - contracts@2.1.53 - @0x/dev-tools-pages@0.0.5 - @0x/dev-utils@1.0.16 - @0x/fill-scenarios@1.0.11 - @0x/instant@0.0.6 - @0x/metacoin@0.0.27 - @0x/migrations@2.0.3 - @0x/order-utils@3.0.1 - @0x/order-watcher@2.2.3 - @0x/react-docs@1.0.17 - @0x/react-shared@1.0.20 - @0x/sol-compiler@1.1.11 - @0x/sol-cov@2.1.11 - @0x/sol-doc@1.0.6 - @0x/subproviders@2.1.3 - @0x/testnet-faucets@1.0.55 - @0x/web3-wrapper@3.1.3 - @0x/website@0.0.58 | ||||
| * | | Merge pull request #1251 from 0xProject/feature/instant/asset-data-map | Brandon Millman | 2018-11-13 | 1 | -22/+141 |
| |\ \ | | |/ | |/| | [instant] Add extra asset metadata | ||||
* | | | chore: PR feedback | fragosti | 2018-11-14 | 2 | -6/+5 |
| | | | |||||
* | | | chore: run linter | fragosti | 2018-11-13 | 1 | -1/+1 |
| | | | |||||
* | | | feat: use Omit type to improve type defitions in some containers | fragosti | 2018-11-13 | 2 | -17/+6 |
| | | | |||||
* | | | chore: remove unused constant | fragosti | 2018-11-13 | 2 | -2/+0 |
| | | | |||||
* | | | fix: rename handler creator name | fragosti | 2018-11-13 | 3 | -3/+3 |
| | | | |||||
* | | | feat: make all button fontsizes 16px by default | fragosti | 2018-11-13 | 6 | -7/+3 |
| | | | |||||
* | | | fix: remove requirement of default case in all switch statements | fragosti | 2018-11-13 | 8 | -22/+12 |
| | | | |||||
* | | | feat: prevent eth balance blink | fragosti | 2018-11-13 | 2 | -6/+11 |
| | | | |||||
* | | | Merge branch 'feature/instant/asset-data-map' of ↵ | fragosti | 2018-11-13 | 1 | -22/+141 |
|\ \ \ | | |/ | |/| | | | | https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow | ||||
| * | | feat(instant): add extra asset metadata | Brandon Millman | 2018-11-13 | 1 | -22/+141 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-13 | 1 | -7/+7 |
|\ \ \ | | |/ | |/| | | | | feature/instant/metamask-connect-flow | ||||
| * | | Publishcontracts@2.1.52@0x/website@0.0.57@0x/web3-wrapper@3.1.2@0x/testnet-faucets@1.0.54@0x/subproviders@2.1.2@0x/sra-spec@1.0.9@0x/sol-doc@1.0.5@0x/sol-cov@2.1.10@0x/sol-compiler@1.1.10@0x/react-shared@1.0.19@0x/react-docs@1.0.16@0x/order-watcher@2.2.2@0x/order-utils@3.0.0@0x/migrations@2.0.2@0x/metacoin@0.0.26@0x/json-schemas@2.1.0@0x/instant@0.0.5@0x/fill-scenarios@1.0.10@0x/dev-utils@1.0.15@0x/dev-tools-pages@0.0.4@0x/contract-wrappers@4.0.0@0x/connect@3.0.4@0x/base-contract@3.0.4@0x/asset-buyer@2.2.1@0x/assert@1.0.16@0x/abi-gen-wrappers@1.0.30x.js@2.0.2 | Leonid Logvinov | 2018-11-12 | 1 | -7/+7 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.2 - @0x/abi-gen-wrappers@1.0.3 - @0x/assert@1.0.16 - @0x/asset-buyer@2.2.1 - @0x/base-contract@3.0.4 - @0x/connect@3.0.4 - @0x/contract-wrappers@4.0.0 - contracts@2.1.52 - @0x/dev-tools-pages@0.0.4 - @0x/dev-utils@1.0.15 - @0x/fill-scenarios@1.0.10 - @0x/instant@0.0.5 - @0x/json-schemas@2.1.0 - @0x/metacoin@0.0.26 - @0x/migrations@2.0.2 - @0x/order-utils@3.0.0 - @0x/order-watcher@2.2.2 - @0x/react-docs@1.0.16 - @0x/react-shared@1.0.19 - @0x/sol-compiler@1.1.10 - @0x/sol-cov@2.1.10 - @0x/sol-doc@1.0.5 - @0x/sra-spec@1.0.9 - @0x/subproviders@2.1.2 - @0x/testnet-faucets@1.0.54 - @0x/web3-wrapper@3.1.2 - @0x/website@0.0.57 | ||||
* | | feat: integrate wallet flow with heartbeat and other branches | fragosti | 2018-11-13 | 6 | -48/+81 |
| | | |||||
* | | fix: no longer refer to error account state | fragosti | 2018-11-10 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-10 | 10 | -27/+115 |
|\| | | | | | | | feature/instant/metamask-connect-flow | ||||
| * | feat(instant): handle privacy mode in wallets | Brandon Millman | 2018-11-10 | 6 | -16/+11 |
| | | |||||
| * | Merge pull request #1237 from 0xProject/feature/instant/buy-quote-heartbeat | Steve Klebanoff | 2018-11-10 | 7 | -13/+106 |
| |\ | | | | | | | [instant] Heartbeats for account info and buy quotes | ||||
| | * | linting | Steve Klebanoff | 2018-11-10 | 2 | -1/+2 |
| | | | |||||
| | * | Don't start heartbeat if no account | Steve Klebanoff | 2018-11-10 | 1 | -6/+8 |
| | | | |||||
| | * | Lodash noop | Steve Klebanoff | 2018-11-10 | 1 | -1/+1 |
| | | | |||||
| | * | Using built in intervalUtils instead of rolling own | Steve Klebanoff | 2018-11-10 | 1 | -20/+5 |
| | | | |||||
| | * | Update account more frequently | Steve Klebanoff | 2018-11-10 | 1 | -1/+1 |
| | | | |||||
| | * | Linting and renaming variables | Steve Klebanoff | 2018-11-10 | 5 | -21/+23 |
| | | | |||||
| | * | Use interface like named parameters here | Steve Klebanoff | 2018-11-10 | 2 | -3/+4 |
| | | | |||||
| | * | Emulate named parameters with interface | Steve Klebanoff | 2018-11-10 | 3 | -7/+17 |
| | | | |||||
| | * | Make sure we only update price when they are not in the middle of an order | Steve Klebanoff | 2018-11-10 | 1 | -2/+3 |
| | | | |||||
| | * | Use existing functions instead of writing our own | Steve Klebanoff | 2018-11-10 | 7 | -94/+28 |
| | | | |||||
| | * | Merge branch 'development' into feature/instant/buy-quote-heartbeat | Steve Klebanoff | 2018-11-10 | 43 | -312/+800 |
| | |\ | |||||
| | * | | Variable name cleanup | Steve Klebanoff | 2018-11-09 | 1 | -9/+9 |
| | | | | |||||
| | * | | Remove unneeded Promise.resolve | Steve Klebanoff | 2018-11-09 | 1 | -1/+0 |
| | | | | |||||
| | * | | Remove old TODO | Steve Klebanoff | 2018-11-09 | 1 | -1/+0 |
| | | | | |||||
| | * | | move files around and rename | Steve Klebanoff | 2018-11-09 | 3 | -24/+20 |
| | | | | |||||
| | * | | wip: BuyQuote heartbeat | Steve Klebanoff | 2018-11-09 | 4 | -5/+45 |
| | | | | |||||
| | * | | Make heartbeat more generic | Steve Klebanoff | 2018-11-09 | 2 | -23/+29 |
| | | | | |||||
| | * | | wip: abstract out updating buy quote | Steve Klebanoff | 2018-11-09 | 2 | -39/+59 |
| | | | | |||||
| | * | | linting | Steve Klebanoff | 2018-11-09 | 1 | -0/+1 |
| | | | | |||||
| | * | | feat(instant): Heartbeat for updating account info | Steve Klebanoff | 2018-11-09 | 4 | -3/+62 |
| | | | | |||||
* | | | | fix: set all button font sizes in buy flow to 16px | fragosti | 2018-11-10 | 1 | -2/+2 |
| | | | | |||||
* | | | | fix: remove unused ProgressBar from BuyOrderProgress and fix issue where ↵ | fragosti | 2018-11-10 | 2 | -17/+4 |
| | | | | | | | | | | | | | | | | payment method is not shown for pending metamask confirmation | ||||
* | | | | fix: minimize height difference between different states | fragosti | 2018-11-10 | 1 | -2/+3 |
| | | | | |||||
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-10 | 6 | -12/+50 |
|\| | | | | | | | | | | | | | | | feature/instant/metamask-connect-flow | ||||
| * | | | feat(instant): Dismissible overlay error messages | Steve Klebanoff | 2018-11-10 | 6 | -12/+50 |
| | |/ | |/| | | | | | | | Adds dismissible overlay to error messages on mobile | ||||
* | | | feat: toggle wallet connection color | fragosti | 2018-11-10 | 2 | -10/+26 |
| | | | |||||
* | | | feat: refactor button styles and add href to Text | fragosti | 2018-11-10 | 5 | -20/+24 |
| | | | |||||
* | | | feat: add more info section to the metamask panel | fragosti | 2018-11-10 | 3 | -5/+10 |
| | | | |||||
* | | | feat: allow href prop on button | fragosti | 2018-11-10 | 4 | -8/+33 |
| | | | |||||
* | | | feat: implement basic StandardModalContent with accompanying ↵ | fragosti | 2018-11-10 | 6 | -5/+88 |
| | | | | | | | | | | | | InstallWalletPanelContent | ||||
* | | | feat: add padding to close icon to increase tap area | fragosti | 2018-11-10 | 1 | -1/+1 |
| | | | |||||
* | | | feat: open metamask sliding panel if locked on click | fragosti | 2018-11-10 | 2 | -23/+50 |
| | | | |||||
* | | | feat: create connect metamask | fragosti | 2018-11-10 | 1 | -2/+20 |
| | | | |||||
* | | | feat: connect payment method to state and display different content based on ↵ | fragosti | 2018-11-10 | 2 | -32/+78 |
| | | | | | | | | | | | | account state | ||||
* | | | feat: add account payment method container | fragosti | 2018-11-10 | 3 | -31/+57 |
| | | | |||||
* | | | feat: make zero ex instant container switch between progress and payment | fragosti | 2018-11-10 | 1 | -0/+21 |
| | | | |||||
* | | | feat: refactor progress bar code to expose static progress bar | fragosti | 2018-11-10 | 5 | -26/+73 |
| | | | |||||
* | | | feat: implement CurrentStandardSlidingPanel and put it in the main container | fragosti | 2018-11-10 | 10 | -8/+109 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-10 | 1 | -12/+12 |
|\| | | | | | | | | | | | feature/instant/metamask-connect-flow | ||||
| * | | Publishethereum-types@1.1.2contracts@2.1.51@0x/website@0.0.56@0x/web3-wrapper@3.1.1@0x/utils@2.0.4@0x/typescript-typings@3.0.4@0x/types@1.2.1@0x/tslint-config@1.0.10@0x/testnet-faucets@1.0.53@0x/subproviders@2.1.1@0x/sra-spec@1.0.8@0x/sol-resolver@1.0.16@0x/sol-doc@1.0.4@0x/sol-cov@2.1.9@0x/sol-compiler@1.1.9@0x/react-shared@1.0.18@0x/react-docs@1.0.15@0x/order-watcher@2.2.1@0x/order-utils@2.0.1@0x/monorepo-scripts@1.0.13@0x/migrations@2.0.1@0x/metacoin@0.0.25@0x/json-schemas@2.0.1@0x/instant@0.0.4@0x/fill-scenarios@1.0.9@0x/dev-utils@1.0.14@0x/dev-tools-pages@0.0.3@0x/contract-wrappers@3.0.1@0x/contract-artifacts@1.1.0@0x/contract-addresses@1.1.0@0x/connect@3.0.3@0x/base-contract@3.0.3@0x/asset-buyer@2.2.0@0x/assert@1.0.15@0x/abi-gen@1.0.15@0x/abi-gen-wrappers@1.0.20x.js@2.0.1 | Jacob Evans | 2018-11-09 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.1 - @0x/abi-gen@1.0.15 - @0x/abi-gen-wrappers@1.0.2 - @0x/assert@1.0.15 - @0x/asset-buyer@2.2.0 - @0x/base-contract@3.0.3 - @0x/connect@3.0.3 - @0x/contract-addresses@1.1.0 - @0x/contract-artifacts@1.1.0 - @0x/contract-wrappers@3.0.1 - contracts@2.1.51 - @0x/dev-tools-pages@0.0.3 - @0x/dev-utils@1.0.14 - ethereum-types@1.1.2 - @0x/fill-scenarios@1.0.9 - @0x/instant@0.0.4 - @0x/json-schemas@2.0.1 - @0x/metacoin@0.0.25 - @0x/migrations@2.0.1 - @0x/monorepo-scripts@1.0.13 - @0x/order-utils@2.0.1 - @0x/order-watcher@2.2.1 - @0x/react-docs@1.0.15 - @0x/react-shared@1.0.18 - @0x/sol-compiler@1.1.9 - @0x/sol-cov@2.1.9 - @0x/sol-doc@1.0.4 - @0x/sol-resolver@1.0.16 - @0x/sra-spec@1.0.8 - @0x/subproviders@2.1.1 - @0x/testnet-faucets@1.0.53 - @0x/tslint-config@1.0.10 - @0x/types@1.2.1 - @0x/typescript-typings@3.0.4 - @0x/utils@2.0.4 - @0x/web3-wrapper@3.1.1 - @0x/website@0.0.56 | ||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 11 | -42/+148 |
|\| | | | | | | | | | | | feature/instant/metamask-connect-flow | ||||
| * | | Merge pull request #1232 from 0xProject/feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 11 | -42/+148 |
| |\ \ | | | | | | | | | [instant] Request account address and balance at mount | ||||
| | * | | fix(instant): fix bug where we potentially fetch balance for the wrong account | Brandon Millman | 2018-11-09 | 4 | -9/+18 |
| | | | | |||||
| | * | | Merge branch 'development' into feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 31 | -286/+473 |
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| | * | | chore(instant): fix lint errors | Brandon Millman | 2018-11-08 | 1 | -1/+1 |
| | | | | |||||
| | * | | feat(instant): fetch balance at startup | Brandon Millman | 2018-11-08 | 7 | -20/+53 |
| | | | | |||||
| | * | | feat(instant): fetch account address at startup and drive account state changes | Brandon Millman | 2018-11-08 | 9 | -25/+88 |
| | | | | |||||
* | | | | feat: allow panel children to fill entire content / remove title from panel ↵ | fragosti | 2018-11-09 | 3 | -16/+10 |
| | | | | | | | | | | | | | | | | component | ||||
* | | | | feat: add metamask logo | fragosti | 2018-11-09 | 1 | -0/+78 |
| | | | | |||||
* | | | | feat: add lock icon | fragosti | 2018-11-09 | 1 | -0/+6 |
|/ / / | |||||
* | | | fix: wrong prop names used | fragosti | 2018-11-09 | 1 | -2/+2 |
| | | | |||||
* | | | chore: PR feedback | fragosti | 2018-11-09 | 1 | -9/+9 |
| | | | |||||
* | | | fix: broken features because of merge | fragosti | 2018-11-09 | 3 | -1/+5 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 12 | -102/+201 |
|\ \ \ | | |/ | |/| | | | | feature/instant/dropdown-ui | ||||
| * | | [instant] Viewport specific errors (#1228) | Steve Klebanoff | 2018-11-09 | 8 | -49/+118 |
| | | | | | | | | | | | | feat(instant): Shows different error animation based on viewport | ||||
| * | | Merge pull request #1231 from 0xProject/fix/instant/default-amount-quote | Brandon Millman | 2018-11-09 | 4 | -53/+83 |
| |\ \ | | | | | | | | | [instant] Update buy quote at start up in the case of default amount | ||||
| | * | | chore(instant): fix linter | Brandon Millman | 2018-11-09 | 1 | -0/+1 |
| | | | | |||||
| | * | | fix(instant): update buy quote at start up in the case of default amount | Brandon Millman | 2018-11-08 | 4 | -53/+82 |
| | |/ | |||||
* | | | fix: remove default props, fix lint problems | fragosti | 2018-11-09 | 3 | -8/+7 |
| | | | |||||
* | | | chore: convert payment method to stateless component | fragosti | 2018-11-09 | 1 | -29/+25 |
| | | | |||||
* | | | feat: add boxShadow on dropdown hover | fragosti | 2018-11-09 | 2 | -0/+3 |
| | | | |||||
* | | | fix: various style issues | fragosti | 2018-11-09 | 3 | -18/+21 |
| | | | |||||
* | | | fix: remove all:initial rule from all div based ui compoennts | fragosti | 2018-11-09 | 3 | -3/+0 |
| | | | |||||
* | | | fix: token selector scrolling container height | fragosti | 2018-11-09 | 2 | -3/+5 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 34 | -450/+679 |
|\| | | | | | | | | | | | feature/instant/dropdown-ui | ||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 25 | -292/+494 |
| |\| | | | | | | | | | | feature/instant/prevent-css-leakage | ||||
| | * | Merge pull request #1221 from 0xProject/feature/instant/fallback-provider | Brandon Millman | 2018-11-08 | 18 | -276/+422 |
| | |\ | | | | | | | | | [instant] Ensure we always have a provider from initial state | ||||
| | | * | feat(instant): add Account to the ProviderState | Brandon Millman | 2018-11-08 | 3 | -39/+97 |
| | | | | |||||
| | | * | feat(instant): fallback to an empty wallet provider when none is injected | Brandon Millman | 2018-11-08 | 14 | -243/+331 |
| | | | | |||||
| | | * | chore(instant): update OrderState enum to follow capitalization conventions | Brandon Millman | 2018-11-07 | 8 | -43/+43 |
| | | | | |||||
| * | | | fix: apply css reset to overlay as well | fragosti | 2018-11-08 | 5 | -35/+41 |
| | | | | |||||
| * | | | chore: linter | fragosti | 2018-11-07 | 6 | -10/+6 |
| | | | | |||||
| * | | | fix: progress bar | fragosti | 2018-11-07 | 2 | -7/+9 |
| | | | | |||||
| * | | | fix: use fontSize prop in button | fragosti | 2018-11-07 | 1 | -2/+1 |
| | | | | |||||
| * | | | feat: make instant resistant to external styles | fragosti | 2018-11-07 | 16 | -171/+233 |
| | | | | |||||
| * | | | feat: add faux externall css file | fragosti | 2018-11-07 | 2 | -0/+22 |
| | |/ | |/| | |||||
* | | | chore: cleanup | fragosti | 2018-11-08 | 1 | -2/+3 |
| | | | |||||
* | | | fix: restore button to previous state | fragosti | 2018-11-08 | 1 | -38/+24 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-08 | 7 | -16/+72 |
|\ \ \ | | |/ | |/| | | | | feature/instant/dropdown-ui | ||||
| * | | Small code review tweaks | Steve Klebanoff | 2018-11-08 | 2 | -2/+2 |
| | | | |||||
| * | | Take out unneeded conditionals | Steve Klebanoff | 2018-11-07 | 1 | -2/+2 |
| | | | |||||
| * | | remove unused dependecny | Steve Klebanoff | 2018-11-07 | 1 | -1/+0 |
| | | | |||||
| * | | remove unused import | Steve Klebanoff | 2018-11-07 | 1 | -2/+0 |
| | | | |||||
| * | | remove old comment | Steve Klebanoff | 2018-11-07 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'development' into feature/instant/mobile-full-bleed | Steve Klebanoff | 2018-11-07 | 25 | -38/+119 |
| |\| | |||||
| * | | Hide X when small | Steve Klebanoff | 2018-11-07 | 2 | -3/+3 |
| | | | |||||
| * | | Fix mobile view of selecting assets | Steve Klebanoff | 2018-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | Get rid of unused properties | Steve Klebanoff | 2018-11-07 | 2 | -4/+0 |
| | | | |||||
| * | | new MediaChoice approach for setting conditional css properties | Steve Klebanoff | 2018-11-07 | 6 | -61/+19 |
| | | | |||||
| * | | better function definiton | Steve Klebanoff | 2018-11-07 | 3 | -17/+11 |
| | | | |||||
| * | | proof of concept working | Steve Klebanoff | 2018-11-07 | 3 | -9/+22 |
| | | | |||||
| * | | wip: mediachoice experiment | Steve Klebanoff | 2018-11-07 | 3 | -0/+37 |
| | | | |||||
| * | | feat(instant): when on mobile, show mobile specific styling that takes up ↵ | Steve Klebanoff | 2018-11-07 | 5 | -4/+58 |
| | | | | | | | | | | | | whole screen | ||||
| * | | Putting back in old heights as not necessary for full bleed | Steve Klebanoff | 2018-11-07 | 2 | -2/+2 |
| | | | |||||
| * | | wip: height 100% | Steve Klebanoff | 2018-11-06 | 2 | -2/+4 |
| | | | |||||
| * | | wip: full display of mobile hard coded | Steve Klebanoff | 2018-11-06 | 6 | -6/+13 |
| | | | |||||
| * | | fix(instant): fix provided orders | Steve Klebanoff | 2018-11-06 | 1 | -1/+1 |
| | | | |||||
* | | | feat: implement copy-to-clipboard | fragosti | 2018-11-08 | 3 | -0/+24 |
| | | | |||||
* | | | feat: add MetaMask sign, refactor Circle | fragosti | 2018-11-08 | 4 | -18/+37 |
| | | | |||||
* | | | feat: create PaymentMethodDropdown | fragosti | 2018-11-08 | 9 | -43/+86 |
| | | | |||||
* | | | chore: remove unused props | fragosti | 2018-11-08 | 1 | -2/+2 |
| | | | |||||
* | | | fix: height of token selector overflow div | fragosti | 2018-11-08 | 2 | -7/+7 |
| | | | |||||
* | | | feat: refactor out overlay component and use it to implement click-outside | fragosti | 2018-11-08 | 5 | -68/+89 |
| | | | |||||
* | | | feat: implement basic dropdown component | fragosti | 2018-11-08 | 6 | -8/+169 |
| |/ |/| | |||||
* | | Merge pull request #1210 from 0xProject/feature/instant/beta-bucket | Francesco Agosti | 2018-11-07 | 4 | -3/+25 |
|\ \ | | | | | | | [instant] Break up deploy into deploy-dogfood and deploy-staging | ||||
| * | | chore: move to underscores | fragosti | 2018-11-06 | 2 | -4/+4 |
| | | | |||||
| * | | chore: prettier and linter | fragosti | 2018-11-03 | 2 | -12/+11 |
| | | | |||||
| * | | fix: typo in README | fragosti | 2018-11-03 | 1 | -1/+1 |
| | | | |||||
| * | | feat: break up deploy into deploy-dogfood and deploy-staging | fragosti | 2018-11-03 | 4 | -3/+25 |
| |/ | |||||
* | | Merge pull request #1213 from 0xProject/feature/instant/more-testnet-liquidity | Francesco Agosti | 2018-11-07 | 3 | -10/+46 |
|\ \ | | | | | | | [instant] Add GNT and MKR testnet orders, fix typo | ||||
| * | | fix: remove unused import | fragosti | 2018-11-06 | 1 | -1/+0 |
| | | | |||||
| * | | chore: clarify a comment | fragosti | 2018-11-06 | 1 | -2/+2 |
| | | | |||||
| * | | feat: add GNT and MKR testnet orders, fix typo | fragosti | 2018-11-06 | 3 | -10/+46 |
| |/ | |||||
* | | add extra space | Steve Klebanoff | 2018-11-06 | 1 | -0/+1 |
| | | |||||
* | | remove unused import | Steve Klebanoff | 2018-11-06 | 1 | -1/+0 |
| | | |||||
* | | chore(instant): import UI components directly | Steve Klebanoff | 2018-11-06 | 17 | -25/+49 |
|/ | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-03 | 16 | -104/+132 |
|\ | | | | | | | feature/instant/maker-asset-datas-interface | ||||
| * | linting | Steve Klebanoff | 2018-11-03 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'development' into ↵ | Steve Klebanoff | 2018-11-03 | 8 | -34/+46 |
| |\ | | | | | | | | | | fix/instant/decimal-fields-scaling-amount-input-bn | ||||
| | * | Merge pull request #1209 from 0xProject/feature/instant/optional-provider | Brandon Millman | 2018-11-03 | 8 | -34/+46 |
| | |\ | | | | | | | | | [instant] Provide optional provider API, fallback to injected provider | ||||
| | | * | feat(instant): pass in provider through props, fallback to injected provider | Brandon Millman | 2018-11-03 | 8 | -34/+46 |
| | | | | |||||
| * | | | Use generic Maybe | Steve Klebanoff | 2018-11-03 | 3 | -8/+9 |
| | | | | |||||
| * | | | linting | Steve Klebanoff | 2018-11-03 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'development' into ↵ | Steve Klebanoff | 2018-11-03 | 20 | -46/+483 |
| |\| | | | | | | | | | | | | | | fix/instant/decimal-fields-scaling-amount-input-bn | ||||
| * | | | onChange -> onAmountChange | Steve Klebanoff | 2018-11-03 | 2 | -5/+5 |
| | | | | |||||
| * | | | Move MaybeBigNumber functions into helper | Steve Klebanoff | 2018-11-03 | 2 | -17/+29 |
| | | | | |||||
| * | | | Have ScalingAmountInput trigger onChange with MaybeBigNumber and keep string ↵ | Steve Klebanoff | 2018-11-02 | 2 | -12/+54 |
| | | | | | | | | | | | | | | | | value as state | ||||
| * | | | Getting rid of BigNumberInput in favor of BigNumber | Steve Klebanoff | 2018-11-02 | 7 | -56/+17 |
| | | | |