aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/utils/configs.ts
Commit message (Collapse)AuthorAgeFilesLines
* Try enabling no-unused-variable...fragosti2018-06-051-1/+0
|
* Update dogfood urlBrandon Millman2018-05-231-1/+1
|
* Fix circular dependencyfragosti2018-05-161-3/+2
|
* Add dogfood configs to websiteBrandon Millman2018-05-161-1/+5
|
* Remove WETH hack now that updated WETH address is in TokenRegistryFabio Berger2018-03-271-7/+0
|
* Merge pull request #447 from 0xProject/refactorAnalyticsFabio Berger2018-03-121-0/+1
|\ | | | | Refactor Website Analytics
| * Refactor Analytics so that calls to ReactGA are all in a single module, ↵Fabio Berger2018-03-101-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_PRECISIONFabio Berger2018-03-111-0/+1
|/
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-1/+1
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-2/+0
|
* Undo config changesFabio Berger2018-03-021-3/+4
|
* Update react-markdown, properly scroll to section for wiki internal links, ↵Fabio Berger2018-03-021-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 Berger2018-02-281-36/+1
| | | | elsewhere
* Add Rinkeby network to smart contract docsFabio Berger2018-02-161-0/+6
|
* Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintableFabio Berger2018-02-071-1/+23
|
* Uppercase Networks enum valuesFabio Berger2018-01-311-3/+3
|
* Use live backend on developmentFabio Berger2018-01-291-1/+1
|
* Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵Fabio Berger2018-01-291-0/+2
| | | | Ledger network dropdown
* Add our mainnet and kovan nodes as backups for Portal requestsFabio Berger2018-01-191-2/+2
|
* Apply prettier configLeonid Logvinov2018-01-031-51/+46
|
* Update outdated WETH rangesFabio Berger2017-12-211-4/+4
|
* Fix conditionalFabio Berger2017-12-211-1/+1
|
* Fix top-paddingFabio Berger2017-12-211-1/+1
|
* Remove etherToken from smart contract docsFabio Berger2017-12-201-3/+0
|
* Update new WETH addresses and localStorage clearance keyFabio Berger2017-12-201-3/+3
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-201-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 Berger2017-12-191-11/+98
| | | | | | | | alphebetize, rename for logical grouping
* | Temporarily pretend as if new WETH contracts are already whitelisted by ↵Fabio Berger2017-12-181-0/+7
|/ | | | tokenRegistry and put hacks behind the shouldDeprecateOldWethToken flag
* Fix linter errorsFabio Berger2017-12-161-1/+0
|
* Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ↵Fabio Berger2017-12-151-6/+17
| | | | a successful unwrap.
* Clear trackedTokens so that a user starts tracking the new WETH and no ↵Fabio Berger2017-12-141-0/+1
| | | | longer the old one
* progress weth pageFabio Berger2017-12-131-1/+12
|
* Force the clearance of tradeHistoryFabio Berger2017-11-231-1/+1
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+18
sub-packages, use new subscribeAsync 0x.js method