aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/utils
Commit message (Expand)AuthorAgeFilesLines
* Hash hash instead of prefixedHash to scrollToHash functionFabio Berger2018-03-031-4/+4
* Move onPageLoadAsync to utilsFabio Berger2018-03-031-0/+8
* Undo config changesFabio Berger2018-03-021-3/+4
* Update react-markdown, properly scroll to section for wiki internal links, co...Fabio Berger2018-03-022-4/+24
* Merge pull request #421 from 0xProject/moveOutDocGeneratorFabio Berger2018-02-283-77/+29
|\
| * Move more configs into docsInfo and remove logic that does not belong there e...Fabio Berger2018-02-282-77/+28
| * remove docsJsonRoot from docsInfoFabio Berger2018-02-271-0/+1
* | Fix a bug with displaying solidity functions returning multiple return valuesLeonid Logvinov2018-02-281-5/+11
|/
* Move from storing translations in TS files to JSON filesFabio Berger2018-02-221-5/+6
* Re-set language to browserFabio Berger2018-02-221-1/+1
* Improve homepage and add translations in chinese, russian, korean and spanishFabio Berger2018-02-211-3/+31
* Add translation infra and replace english text with calls to translateFabio Berger2018-02-211-0/+54
* Add Rinkeby network to smart contract docsFabio Berger2018-02-162-0/+7
* remove hard-coded colorFabio Berger2018-02-161-0/+1
* Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-161-0/+3
* Merge pull request #379 from 0xProject/portal_jsonLeonid2018-02-091-25/+22
|\
| * Address feedbackLeonid Logvinov2018-02-081-2/+1
| * Remove hash from signatureDataLeonid Logvinov2018-02-081-2/+2
| * Remove networkId from orderJSONLeonid Logvinov2018-02-081-2/+0
| * Split Order into signedOrder and metadataLeonid Logvinov2018-02-081-22/+26
| * Remove unused types and take their namesLeonid Logvinov2018-02-071-2/+2
| * Introduce makerToken and takerToken fields for unsigned token metadataLeonid Logvinov2018-02-071-16/+12
| * Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmountLeonid Logvinov2018-02-071-2/+2
| * Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFeeLeonid Logvinov2018-02-071-2/+2
| * Rename signature to ecSignatureLeonid Logvinov2018-02-071-2/+2
| * Rename exchangeContract to exchangeContractAddressLeonid Logvinov2018-02-071-4/+4
| * Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-071-3/+3
* | Fix linksFabio Berger2018-02-091-0/+6
* | Add Relayer section to landingFabio Berger2018-02-091-0/+1
* | Move isTestNetwork into utils and also check it from showing ZRX request buttonFabio Berger2018-02-071-0/+11
* | Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintableFabio Berger2018-02-071-1/+23
* | Add networkId to faucet requests so that we can request tokens on Kovan, Rink...Fabio Berger2018-02-071-1/+1
|/
* Uppercase Networks enum valuesFabio Berger2018-01-313-12/+12
* Pass in whether we want the personal message prefix appended and never append...Fabio Berger2018-01-301-0/+6
* Use live backend on developmentFabio Berger2018-01-291-1/+1
* Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger...Fabio Berger2018-01-292-1/+5
* 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
|\
| * Move muiTheme into it's own moduleFabio Berger2017-12-191-0/+35
| * Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...Fabio Berger2017-12-194-178/+164
| * 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
| * 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 token...Fabio Berger2017-12-181-0/+7
* | Add notice dialog to balances page about updating the WETH contract. We also ...Fabio Berger2017-12-181-0/+1
* | 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
|\
| * 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
* | Clear trackedTokens so that a user starts tracking the new WETH and no longer...Fabio Berger2017-12-141-0/+1
* | Merge branch 'development' into createWethPageFabio Berger2017-12-131-30/+44
|\|
| * 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 cont...Fabio Berger2017-11-292-27/+1
* Refactor docs to be more declarative, put all hard-coded doc-related data in ...Fabio Berger2017-11-292-180/+77
* Fix tslint issuesFabio Berger2017-11-286-52/+100
* Add "Web3" prefix to web3 alias types and link to the correct line in the web...Fabio Berger2017-11-281-1/+4
* Force the clearance of tradeHistoryFabio Berger2017-11-231-1/+1
* Add website to mono repo, update packages to align with existing sub-packages...Fabio Berger2017-11-227-0/+1128