aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/utils
Commit message (Collapse)AuthorAgeFilesLines
* Uppercase Networks enum valuesFabio Berger2018-01-313-12/+12
|
* Pass in whether we want the personal message prefix appended and never ↵Fabio Berger2018-01-301-0/+6
| | | | append it for Ledger. This fixes signing when Ledger is used and the backing node is not Parity
* Use live backend on developmentFabio Berger2018-01-291-1/+1
|
* Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵Fabio Berger2018-01-292-1/+5
| | | | Ledger network dropdown
* Add light blue as our accent colorFabio Berger2018-01-281-0/+1
|
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-1/+1
|
* Add our mainnet and kovan nodes as backups for Portal requestsFabio Berger2018-01-191-2/+2
|
* Add discourse forum to Community section of website footerFabio Berger2018-01-181-0/+1
|
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-101-2/+2
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-042-2/+2
|
* Apply prettier configLeonid Logvinov2018-01-039-209/+266
|
* Create types sectionName constantFabio Berger2017-12-221-0/+1
|
* 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
|
* Fix mergeFabio Berger2017-12-201-0/+1
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-207-193/+255
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Move muiTheme into it's own moduleFabio Berger2017-12-191-0/+35
| |
| * Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-194-178/+164
| | | | | | | | alphebetize, rename for logical grouping
| * Sort colors into color spectrumFabio Berger2017-12-181-8/+22
| |
| * standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-9/+10
| |
| * Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-181-15/+13
| | | | | | | | greys
| * Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-182-1/+30
| |
| * Replace remaining strEnums with property TS string enumsFabio Berger2017-12-182-5/+5
| |
| * Update first two string enums to native typeFabio Berger2017-12-181-4/+4
| |
* | 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
* | Add notice dialog to balances page about updating the WETH contract. We also ↵Fabio Berger2017-12-181-0/+1
| | | | | | | | draw attention to the new dedicated section for unwrapping from outdated WETH tokens
* | Move weth.io url to constantsFabio Berger2017-12-181-0/+1
|/
* Fix linter errorsFabio Berger2017-12-161-1/+0
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-164-10/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ...
| * Fix website unused varsLeonid Logvinov2017-12-154-10/+2
| |
* | 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
* | Merge branch 'development' into createWethPageFabio Berger2017-12-131-30/+44
|\| | | | | | | | | | | | | * development: update yarn.lock Fix typedoc_utils to take into account subPackageName when rendering call path Add WebSocketOrderbookChannel to connect docs
| * Fix typedoc_utils to take into account subPackageName when rendering call pathBrandon Millman2017-12-131-30/+44
| |
* | progress weth pageFabio Berger2017-12-131-1/+12
|/
* Add orderWatcher to 0x.js docsFabio Berger2017-11-301-1/+1
|
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-292-27/+1
| | | | contracts into a single component
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-292-180/+77
| | | | one place so it easier to add new doc pages
* Fix tslint issuesFabio Berger2017-11-286-52/+100
|
* Add "Web3" prefix to web3 alias types and link to the correct line in the ↵Fabio Berger2017-11-281-1/+4
| | | | web3 typings
* Force the clearance of tradeHistoryFabio Berger2017-11-231-1/+1
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-227-0/+1128
sub-packages, use new subscribeAsync 0x.js method