aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts
Commit message (Expand)AuthorAgeFilesLines
* Add hover state to top tokensBrandon Millman2018-05-151-10/+43
* Change to weekly txn volumeBrandon Millman2018-05-152-4/+4
* Add missing type definitionsLeonid Logvinov2018-05-1480-452/+460
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-118-56/+105
|\
| * Merge pull request #574 from 0xProject/feature/rm-rf-deployerLeonid Logvinov2018-05-116-44/+36
| |\
| | * Fix templatesLeonid Logvinov2018-05-101-1/+1
| | * Remove unused deployer docs configsLeonid Logvinov2018-05-101-17/+4
| | * Add a legacy endpoint for the deployerLeonid Logvinov2018-05-102-0/+5
| | * Rename deployer to sol-compilerLeonid Logvinov2018-05-106-27/+27
| * | Merge pull request #580 from 0xProject/feature/website/remove-tokensBrandon Millman2018-05-112-12/+69
| |\ \ | | |/ | |/|
| | * Update wallet footer and add remove token functionalityBrandon Millman2018-05-102-12/+69
* | | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-1012-203/+596
|\| |
| * | Add fallback image support to relayer grid tileBrandon Millman2018-05-101-2/+36
| * | Clear relayer grid state when fetchingBrandon Millman2018-05-101-0/+6
| |/
| * Implement loading and error state for relayer gridBrandon Millman2018-05-101-10/+50
| * Fallback image for relayer grid tileBrandon Millman2018-05-102-2/+3
| * Change relayer grid tile to link on headerBrandon Millman2018-05-101-17/+17
| * Merge pull request #576 from 0xProject/feature/website/top-tokensBrandon Millman2018-05-093-41/+17
| |\
| | * Display top tokens from backendBrandon Millman2018-05-093-41/+17
| * | Merge branch 'development' into feature/website/top-bar-redesignBrandon Millman2018-05-094-79/+92
| |\|
| | * Remove overflowZ property from portalBrandon Millman2018-05-091-1/+0
| | * Fix typoBrandon Millman2018-05-091-1/+1
| | * Only show untracked tokensBrandon Millman2018-05-091-1/+1
| | * Make wallet scrollableBrandon Millman2018-05-091-9/+48
| | * Add token flowBrandon Millman2018-05-094-69/+43
| * | Suggestions and fix bad mergeBrandon Millman2018-05-092-21/+6
| * | Merge branch 'development' into feature/website/top-bar-redesignBrandon Millman2018-05-0916-82/+271
| |\|
| | * Merge pull request #556 from 0xProject/feature/website/portal-v2Brandon Millman2018-05-093-3/+326
| | |\
| | | * Add headers to wallet and relayer indexBrandon Millman2018-05-052-2/+12
| | | * Add scrolling to relayer indexBrandon Millman2018-05-052-2/+8
| | | * Lay out wallet and relayersBrandon Millman2018-05-053-3/+310
| * | | ProviderDisplay changesBrandon Millman2018-04-242-37/+28
| * | | Top bar expanded display typeBrandon Millman2018-04-242-17/+33
| * | | Relayer grid spacing tweaksBrandon Millman2018-04-241-2/+2
| * | | Add headers to wallet and relayer indexBrandon Millman2018-04-242-2/+12
| * | | Add scrolling to relayer indexBrandon Millman2018-04-242-2/+8
| * | | Lay out wallet and relayersBrandon Millman2018-04-243-3/+310
* | | | Fix website and 0x.js docsFabio Berger2018-05-102-19/+34
| |/ / |/| |
* | | Fix type errors in CSS propertiesLeonid Logvinov2018-05-053-3/+3
| |/ |/|
* | Add order utils docs to the menuLeonid Logvinov2018-05-042-0/+7
* | Open relayer app when clicking on grid tileBrandon Millman2018-05-042-16/+20
* | Add header images to relayer grid tilesBrandon Millman2018-05-042-4/+7
* | Fix logo left padding on mobileFabio Berger2018-05-031-1/+1
* | Add new section to homepageFabio Berger2018-05-031-0/+25
* | Remove id property from WebsiteBackendRelayerInfoBrandon Millman2018-05-032-2/+1
* | Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-025-1/+111
* | Add Greg and Remco to the about pageBrandon Millman2018-05-021-1/+23
* | Remove WETH special case, website backend handles this nowBrandon Millman2018-05-011-6/+2
* | Hit website backend for price informationBrandon Millman2018-05-014-49/+12
* | Style suggestionsBrandon Millman2018-04-281-15/+10
* | Move quote currency string into configBrandon Millman2018-04-282-3/+3
* | Merge branch 'development' into feature/website/crypto-compare-pricesBrandon Millman2018-04-275-24/+26
|\|
| * Fix lazy load component nameBrandon Millman2018-04-241-2/+2
| * Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenuBrandon Millman2018-04-245-23/+25
* | Rename baseCurrency to quoteCurrencyBrandon Millman2018-04-231-3/+3
* | Remove some unused importsBrandon Millman2018-04-231-2/+1
* | Rate limit crypto compare callsBrandon Millman2018-04-231-3/+25
* | Refactor common fetch logic into fetch_utilsBrandon Millman2018-04-233-56/+62
* | Grab price information from crypto compare apiBrandon Millman2018-04-232-8/+38
|/
* Merge pull request #543 from 0xProject/feature/website/integrate-relayer-infoBrandon Millman2018-04-214-103/+125
|\
| * Add specific render path for error and loadingBrandon Millman2018-04-211-5/+7
| * Integrate relayer index with website backendBrandon Millman2018-04-204-103/+123
* | Add ImToken to landing pageFabio Berger2018-04-192-7/+7
|/
* Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-195-51/+109
* Add price information to walletBrandon Millman2018-04-182-39/+80
* Reduce wiki article padding on mobile and remove commented out codeFabio Berger2018-04-171-4/+1
* Add SignedOrder type to 0x Connect docsFabio Berger2018-04-131-1/+1
* Standardize external type linksFabio Berger2018-04-133-6/+6
* Fix calendar text color to it shows upFabio Berger2018-04-131-1/+1
* Add /jobs endpoint to website, link to it and have it re-direct to AngellistFabio Berger2018-04-135-5/+19
* Remove unneeded template stringsFabio Berger2018-04-131-4/+5
* Remove legacy exportFabio Berger2018-04-131-1/+0
* Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-1210-44/+101
|\
| * Merge branch 'development' into fix/docImprovementsFabio Berger2018-04-121-4/+21
| |\
| | * merge developmentFabio Berger2018-04-099-18/+308
| | |\
| | * | Refactor RedundantRpcSubprovider into RedundantSubproviderFabio Berger2018-04-061-4/+21
| * | | Update 0x.js and web3-wrapper doc urls so that last segment is identical to p...Fabio Berger2018-04-113-6/+28
| * | | Show staging docs on development and stagingFabio Berger2018-04-112-4/+12
| * | | Fix sol-cov, web3-wrapper, subproviders documentation pages given recent chan...Fabio Berger2018-04-113-17/+32
| * | | Fix 0x.js docs now that many types are no longer references through the Web3 ...Fabio Berger2018-04-111-12/+3
| * | | Add missing types to 0x.js docsFabio Berger2018-04-111-0/+3
| | |/ | |/|
| * | Since we moved Web3Wrapper class from index to it's own file, we need to upda...Fabio Berger2018-04-071-1/+1
* | | Update documentation and add to website docsJacob Evans2018-04-111-0/+9
* | | Update website to support latest ledgerJacob Evans2018-04-112-9/+1
|/ /
* | Merge pull request #503 from 0xProject/feature/website/relayer-gridBrandon Millman2018-04-067-11/+294
|\ \
| * | Implement initial relayer gridBrandon Millman2018-04-057-11/+294
* | | Merge pull request #504 from 0xProject/fix/website/wallet-key-warningBrandon Millman2018-04-062-6/+13
|\ \ \ | |_|/ |/| |
| * | Change undefined to nullBrandon Millman2018-04-061-3/+1
| * | Fix missing key warnings in wallet componentBrandon Millman2018-04-052-5/+14
| |/
* | Address feedbackLeonid Logvinov2018-04-051-0/+1
* | Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-043-119/+7
|/
* Remove Dharma integration from WebsiteFabio Berger2018-04-031-69/+0
* Remove remaining unused depsFabio Berger2018-04-031-3/+0
* Add metacoin example projectLeonid Logvinov2018-04-021-13/+0
* Add HACK comment and reorganize use other wallet buttonBrandon Millman2018-03-311-10/+12
* Implement wallet locked and uninstalled statesBrandon Millman2018-03-304-9/+130
* Style changesBrandon Millman2018-03-302-5/+9
* Merge branch 'development' into feature/website/wallet-wrapBrandon Millman2018-03-3011-52/+58
|\
| * Merge pull request #482 from 0xProject/feature/web3-typesLeonid Logvinov2018-03-282-16/+15
| |\
| | * Move common types out of web3 typesLeonid Logvinov2018-03-272-16/+15
| * | Merge pull request #483 from 0xProject/refactor/removeHardcodedWethFabio Berger2018-03-282-28/+1
| |\ \ | | |/ | |/|
| | * Remove WETH hack now that updated WETH address is in TokenRegistryFabio Berger2018-03-272-28/+1
| * | Add clean-state testsLeonid Logvinov2018-03-273-5/+5
| |/
| * Improve rounding error messageFabio Berger2018-03-261-1/+2
| * Portal fill with mixed decimalsJacob Evans2018-03-261-2/+4
| * Add error popover if TokenRegistry on network user is browsing on don't inclu...Fabio Berger2018-03-253-0/+31
* | Remove props that are covered by the defaultsBrandon Millman2018-03-231-2/+0
* | Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-2310-69/+392
|/
* Get LogEntry type to show up correctly as a Web3 typeFabio Berger2018-03-231-1/+2
* Fix 0x.js docs to include types from generated contract wrappersFabio Berger2018-03-231-1/+8
* Use past tense in FAQFabio Berger2018-03-231-2/+2
* Replace Auctus with ERCDEX in projects sectionFabio Berger2018-03-231-6/+6
* Fix Ethfinex link, looks like they have their own domain nowFabio Berger2018-03-231-1/+1
* Fix lazy load so each doc page is a separate bundleFabio Berger2018-03-221-5/+5
* Remove spaceFabio Berger2018-03-221-1/+0
* Add default docs iconFabio Berger2018-03-221-1/+1
* Merge branch 'development' into addExtraDocsFabio Berger2018-03-226-46/+463
|\
| * Change blockchain prop to not optionalBrandon Millman2018-03-221-1/+1
| * Other style changesBrandon Millman2018-03-221-3/+3
| * Updated padding and colorsBrandon Millman2018-03-221-6/+7
| * Refactor TokenState typeBrandon Millman2018-03-224-55/+40
| * Implement initial wallet interfaceBrandon Millman2018-03-213-2/+433
* | Move docs to page and add link to docs to READMEFabio Berger2018-03-221-0/+4
* | Move docs from README into docs page and add a link to it.Fabio Berger2018-03-221-0/+4
* | Move doc related types closer to one anotherFabio Berger2018-03-201-33/+33
* | Pass actual iconUrl and add default icon imageFabio Berger2018-03-203-8/+5
* | Remove s3 mapping since s3 folder names are now identical to sub-package namesFabio Berger2018-03-201-12/+1
* | Refactor titleToIcon mapping to idToIcon and move to docPageFabio Berger2018-03-204-18/+23
* | Merge branch 'development' into addExtraDocsFabio Berger2018-03-201-0/+22
|\|
| * Change titleFabio Berger2018-03-191-2/+2
| * Add Blake and Zach to About pageFabio Berger2018-03-191-0/+22
* | Add Subprovider docs to websiteFabio Berger2018-03-196-7/+176
* | Re-order developers dropdownFabio Berger2018-03-181-19/+19
* | Add sol-cov docs to websiteFabio Berger2018-03-186-0/+118
* | Add JSON Schemas docs to websiteFabio Berger2018-03-186-1/+118
* | Refactor all docJSON's to reside within the same S3 bucket under different fo...Fabio Berger2018-03-164-29/+64
* | Fix deployer external type link to point to specific commitFabio Berger2018-03-161-2/+1
* | Merge branch 'development' into addExtraDocsFabio Berger2018-03-1615-44/+42
|\|
| * Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-151-4/+2
| |\
| * | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-1415-44/+42
* | | Add Deployer docs to websiteFabio Berger2018-03-166-0/+132
* | | Add Web3Wrapper docs to websiteFabio Berger2018-03-146-1/+138
| |/ |/|
* | Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-141-1/+1
|\|
| * Fix the default always overriding to addressJacob Evans2018-03-121-1/+1
* | Use `isMetaMask` flag rather then constructor name for Metamask provider dete...Fabio Berger2018-03-121-4/+2
|/
* Add `OrderRelevantState` to public types in 0x.js docs configsFabio Berger2018-03-121-0/+1
* Merge pull request #447 from 0xProject/refactorAnalyticsFabio Berger2018-03-1210-82/+84
|\
| * Fix tslint issuesFabio Berger2018-03-104-3/+4
| * Refactor Analytics so that calls to ReactGA are all in a single module, combi...Fabio Berger2018-03-1010-82/+83
* | Merge pull request #444 from 0xProject/dedupWeb3WrapperFabio Berger2018-03-1118-277/+299
|\ \ | |/ |/|
| * Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ...Fabio Berger2018-03-116-13/+25
| * Fix userAddress bugsFabio Berger2018-03-114-11/+15
| * Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISIONFabio Berger2018-03-115-13/+13
| * Get rid of getFirstAccountIfExistsAsync since no longer neededFabio Berger2018-03-111-9/+4
| * Use undefined rather then an empty string in blockchainWatcherFabio Berger2018-03-111-8/+8
| * Refactor blockchain to store userAddress as address or undefinedFabio Berger2018-03-113-39/+68
| * Create blockchainWatcher class and refactor Portal such that Ether amounts ar...Fabio Berger2018-03-1011-94/+114
| * remove remaining declarationFabio Berger2018-03-091-1/+0
| * Remove _exchangeAddress instance var from blockchain classFabio Berger2018-03-091-10/+1
| * Remove duplicitous methods from website's webWrapperFabio Berger2018-03-091-36/+8
* | Fixed merge issueTom Schmidt2018-03-101-18/+0
* | Merge branch 'development' into feature/website/web3-loggingTom Schmidt2018-03-1081-3076/+345
|\|
| * Add support for going back to previous hashes via the browser back button to ...Fabio Berger2018-03-081-0/+8
| * Move remaining type configs to topLevel DocsInfoConfigsFabio Berger2018-03-073-84/+120
| * Add onSelectedVersion callback so it can be handled in any way the caller wishesFabio Berger2018-03-073-0/+22
| * Add example docs to react-docs packageFabio Berger2018-03-072-4/+3
| * Fix tslint errorsFabio Berger2018-03-072-4/+2
| * Make sidebar header configurableFabio Berger2018-03-074-3/+53
| * Remove menuSubsectionsBySection prop from Documentation componentFabio Berger2018-03-071-1/+0
| * Rename docsVersion prop to selectedVersion and docsVersions to versions for ...Fabio Berger2018-03-061-2/+2
| * Remove location propFabio Berger2018-03-061-1/+0
| * Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-0640-2333/+76
| * Merge branch 'development' into extractDocsFabio Berger2018-03-061-5/+16
| |\
| | * Also show staging 0x.js docs on developmentFabio Berger2018-03-061-3/+3
| | * Fix source links in docs with a hack to support old and new versions of the T...Fabio Berger2018-03-061-2/+13
| * | Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-0560-594/+75
| * | Bug fixesFabio Berger2018-03-0515-15/+17
| * | Merge branch 'development' into extractDocsFabio Berger2018-03-051-1/+1
| |\|
| * | Move over AnchorTitle and associated elementsFabio Berger2018-03-0418-125/+28
| * | Merge branch 'development' into extractDocsFabio Berger2018-03-042-2/+2
| |\ \
* | | | Fixed Parity detectionTom Schmidt2018-03-101-1/+1
* | | | Fixed lintTom Schmidt2018-03-092-5/+7
* | | | Added web3 provider loggingTom Schmidt2018-03-092-17/+15
* | | | Added provider canonical name mappingTom Schmidt2018-03-071-1/+20
| |_|/ |/| |
* | | Remove unnecessary type assertionFabio Berger2018-03-041-1/+1
* | | Merge branch 'development' into 0x.js/updateTypeDocFabio Berger2018-03-042-2/+2
|\ \ \ | |/ / |/| / | |/
| * Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-042-2/+2
* | Add hack commentFabio Berger2018-03-041-0/+3
* | Add comment about typeDoc versionsFabio Berger2018-03-041-1/+1
* | Add support for merging multiple topLevel packages under a single section. Fo...Fabio Berger2018-03-031-20/+27
* | Because we now include non-0x.js source, the keys changed. Needed to add both...Fabio Berger2018-03-031-8/+25
* | Add support for backward compatibility for TypeDoc versions <0.9.0Fabio Berger2018-03-032-3/+11
* | Fix small bug where onHover type declarations with comments was taking up the...Fabio Berger2018-03-031-1/+3
|/
* Small stylistic improvementsFabio Berger2018-03-032-4/+17
* Fix comment and use named variable in conditionalFabio Berger2018-03-031-2/+3
* Hash hash instead of prefixedHash to scrollToHash functionFabio Berger2018-03-034-8/+9
* Make sure the page has loaded (including all images) before scrolling to hashFabio Berger2018-03-031-1/+2
* Move onPageLoadAsync to utilsFabio Berger2018-03-032-9/+9
* Give all container files the proper file suffix: tsFabio Berger2018-03-0210-0/+0
* Add hash to URL onClickFabio Berger2018-03-021-1/+3
* Add underline to internal linksxFabio Berger2018-03-021-1/+4
* Undo config changesFabio Berger2018-03-021-3/+4
* Update react-markdown, properly scroll to section for wiki internal links, co...Fabio Berger2018-03-029-46/+92
* Fix bug where contract event anchor ids were incorrectFabio Berger2018-03-011-2/+3
* Merge pull request #421 from 0xProject/moveOutDocGeneratorFabio Berger2018-02-2815-252/+317
|\
| * remove unused importFabio Berger2018-02-281-1/+0
| * Move more configs into docsInfo and remove logic that does not belong there e...Fabio Berger2018-02-2814-134/+165
| * Update missed docsJsonRoot variablesFabio Berger2018-02-271-5/+2
| * remove docsJsonRoot from docsInfoFabio Berger2018-02-277-14/+13
| * Remove unused propsFabio Berger2018-02-262-6/+0
| * Merge branch 'development' into moveOutDocGeneratorFabio Berger2018-02-262-5/+4
| |\
| * | Begin refactoring out doc generator templateFabio Berger2018-02-225-106/+151
* | | Fix a bug with displaying solidity functions returning multiple return valuesLeonid Logvinov2018-02-281-5/+11
* | | Rename _unsubscribeAll to unsubscribeAllLeonid Logvinov2018-02-271-1/+1
| |/ |/|
* | Fix footer on mobileFabio Berger2018-02-241-5/+3
* | Slight improvement to footerFabio Berger2018-02-221-1/+1
* | Merge pull request #410 from 0xProject/translateHomepageFabio Berger2018-02-2224-283/+681
|\|
| * Move from storing translations in TS files to JSON filesFabio Berger2018-02-227-453/+65
| * Remove unused varFabio Berger2018-02-221-2/+0
| * Remove extenuous defaultPropsFabio Berger2018-02-222-4/+0
| * Make translate required by footerFabio Berger2018-02-221-1/+1
| * Make translate a required prop of TopBarFabio Berger2018-02-222-1/+2
| * Keep topBar and footer language to the one picked by the userFabio Berger2018-02-2218-16/+159
| * Re-set language to browserFabio Berger2018-02-221-1/+1
| * Fix rocket.chat keyFabio Berger2018-02-221-1/+1
| * Mobile optimize translated landing pageFabio Berger2018-02-221-10/+13
| * Improve russian translationsLeonid Logvinov2018-02-211-17/+17
| * Improve homepage and add translations in chinese, russian, korean and spanishFabio Berger2018-02-2110-16/+398
| * Move translate to reduxFabio Berger2018-02-215-91/+161
| * Add translation infra and replace english text with calls to translateFabio Berger2018-02-216-219/+412
* | Merge pull request #406 from 0xProject/feature/connect/heartbeatBrandon Millman2018-02-171-0/+1
|\ \ | |/ |/|
| * Add configurable heartbeat to WebSocketOrderbookChannelBrandon Millman2018-02-161-0/+1
* | Add Rinkeby network to smart contract docsFabio Berger2018-02-163-0/+8
* | remove hard-coded colorFabio Berger2018-02-162-4/+2
* | Remove section links until they go somewhereFabio Berger2018-02-161-10/+3
* | Add more padding on top of section titleFabio Berger2018-02-161-2/+2
* | Add hack comment explaining param count short-cutFabio Berger2018-02-161-0/+3
* | replace repeated conditionals with variableFabio Berger2018-02-161-18/+17
* | Remove unneeded propsFabio Berger2018-02-162-2/+0
* | use const over hard-codingFabio Berger2018-02-161-1/+1
* | uncomment dev logicFabio Berger2018-02-162-5/+3
* | Re-design docs pagesFabio Berger2018-02-167-39/+91
* | Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-1610-111/+184
|/
* Add missing public types from connect docsBrandon Millman2018-02-152-2/+3
* Add docs staging to 0x.js packageBrandon Millman2018-02-151-2/+7
* Add support for intersection types in docsBrandon Millman2018-02-153-2/+25
* Add page options to relevant HttpClient methodsBrandon Millman2018-02-141-2/+3
* Merge pull request #379 from 0xProject/portal_jsonLeonid2018-02-0919-291/+189
|\
| * Implement blockchain.portalOrderToZeroExOrderLeonid Logvinov2018-02-092-30/+22
| * Make naming of schemas consistentLeonid Logvinov2018-02-096-12/+12