Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 1 | -1/+1 |
| | |||||
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 1 | -2/+0 |
| | |||||
* | Undo config changes | Fabio Berger | 2018-03-02 | 1 | -3/+4 |
| | |||||
* | Update react-markdown, properly scroll to section for wiki internal links, ↵ | Fabio Berger | 2018-03-02 | 1 | -4/+5 |
| | | | | consolidate scrollTo logic and make external links open in new tabs | ||||
* | Move more configs into docsInfo and remove logic that does not belong there ↵ | Fabio Berger | 2018-02-28 | 1 | -36/+1 |
| | | | | elsewhere | ||||
* | Add Rinkeby network to smart contract docs | Fabio Berger | 2018-02-16 | 1 | -0/+6 |
| | |||||
* | Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintable | Fabio Berger | 2018-02-07 | 1 | -1/+23 |
| | |||||
* | Uppercase Networks enum values | Fabio Berger | 2018-01-31 | 1 | -3/+3 |
| | |||||
* | Use live backend on development | Fabio Berger | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵ | Fabio Berger | 2018-01-29 | 1 | -0/+2 |
| | | | | Ledger network dropdown | ||||
* | Add our mainnet and kovan nodes as backups for Portal requests | Fabio Berger | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -51/+46 |
| | |||||
* | Update outdated WETH ranges | Fabio Berger | 2017-12-21 | 1 | -4/+4 |
| | |||||
* | Fix conditional | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Fix top-padding | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Remove etherToken from smart contract docs | Fabio Berger | 2017-12-20 | 1 | -3/+0 |
| | |||||
* | Update new WETH addresses and localStorage clearance key | Fabio Berger | 2017-12-20 | 1 | -3/+3 |
| | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-20 | 1 | -14/+101 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (27 commits) Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange Refactor remaining _.assign to spread operator Move muiTheme into it's own module Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module ... # Conflicts: # packages/website/ts/components/eth_wrappers.tsx # packages/website/ts/components/portal.tsx # packages/website/ts/utils/configs.ts # packages/website/ts/utils/constants.ts | ||||
| * | Refactor configs and constants, standardize on uppercase/snakecase, ↵ | Fabio Berger | 2017-12-19 | 1 | -11/+98 |
| | | | | | | | | alphebetize, rename for logical grouping | ||||
* | | Temporarily pretend as if new WETH contracts are already whitelisted by ↵ | Fabio Berger | 2017-12-18 | 1 | -0/+7 |
|/ | | | | tokenRegistry and put hacks behind the shouldDeprecateOldWethToken flag | ||||
* | Fix linter errors | Fabio Berger | 2017-12-16 | 1 | -1/+0 |
| | |||||
* | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ↵ | Fabio Berger | 2017-12-15 | 1 | -6/+17 |
| | | | | a successful unwrap. | ||||
* | Clear trackedTokens so that a user starts tracking the new WETH and no ↵ | Fabio Berger | 2017-12-14 | 1 | -0/+1 |
| | | | | longer the old one | ||||
* | progress weth page | Fabio Berger | 2017-12-13 | 1 | -1/+12 |
| | |||||
* | Force the clearance of tradeHistory | Fabio Berger | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 1 | -0/+18 |
sub-packages, use new subscribeAsync 0x.js method |