Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear localstorage | fragosti | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | Fix minting for new tokens on testnets | fragosti | 2018-09-07 | 1 | -23/+2 |
| | |||||
* | Refactor utils and add UNNKOWN environment type | fragosti | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | Fix linting errors | fragosti | 2018-07-13 | 1 | -2/+1 |
| | |||||
* | Make error reporter not return a promise and add more environment possibilities | fragosti | 2018-07-13 | 1 | -5/+0 |
| | |||||
* | Update token registry icons and asset picker flows | Brandon Millman | 2018-07-07 | 1 | -42/+1 |
| | |||||
* | Update staging api link | Brandon Millman | 2018-06-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-29 | 1 | -1/+1 |
|\ | | | | | | | feature/website/support-new-metamask | ||||
| * | Remove isTracked field on token in favor of trackedTimestamp | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| | | |||||
* | | Remove IS_MAINNET_ENABLED config | fragosti | 2018-06-28 | 1 | -1/+0 |
|/ | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -1/+0 |
| | |||||
* | Update dogfood url | Brandon Millman | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Fix circular dependency | fragosti | 2018-05-16 | 1 | -3/+2 |
| | |||||
* | Add dogfood configs to website | Brandon Millman | 2018-05-16 | 1 | -1/+5 |
| | |||||
* | Remove WETH hack now that updated WETH address is in TokenRegistry | Fabio Berger | 2018-03-27 | 1 | -7/+0 |
| | |||||
* | Merge pull request #447 from 0xProject/refactorAnalytics | Fabio Berger | 2018-03-12 | 1 | -0/+1 |
|\ | | | | | Refactor Website Analytics | ||||
| * | Refactor Analytics so that calls to ReactGA are all in a single module, ↵ | Fabio Berger | 2018-03-10 | 1 | -0/+1 |
| | | | | | | | | combining the provider type util function, moving GA id to configs and using utils.onPageLoadAsync | ||||
* | | Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISION | Fabio Berger | 2018-03-11 | 1 | -0/+1 |
|/ | |||||
* | 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 |