aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/containers
Commit message (Expand)AuthorAgeFilesLines
* Rebase and re-apply prettierAlex Browne2019-01-113-9/+12
* Update prettier to version ^1.15.3Alex Browne2019-01-1118-50/+72
* Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-0817-460/+200
* feat: remove unused filesfragosti2018-12-214-107/+0
* remove unused instant pagesSteve Klebanoff2018-12-201-30/+0
* Fix OrderWatcher title to fix sidebar topFabio Berger2018-12-181-1/+1
* feat(website): instant features sectionBrandon Millman2018-11-291-0/+3
* feat(website): scaffolding for instant pageBrandon Millman2018-11-291-0/+27
* Create migrations doc reference pageFabio Berger2018-11-211-0/+66
* Implement 0x launch kit landing pageFabio Berger2018-11-141-0/+27
* chore: Add whole number to next json-schema doc md sectionFabio Berger2018-10-221-5/+12
* Update doc ref markdown sectionsFabio Berger2018-10-1911-60/+124
* chore: change package org from 0xproject to 0xJacob Evans2018-10-1817-29/+29
* chore: fix up asset-buyer doc and add to Dev HomeFabio Berger2018-10-181-1/+3
* merge dev-section-redesignFabio Berger2018-10-181-0/+69
|\
| * merge developmentFabio Berger2018-10-181-0/+69
| |\
| | * feat(website): add asset-buyer documentationBrandon Millman2018-10-171-0/+69
* | | chore: move wiki to Developers sectionFabio Berger2018-10-161-0/+3
* | | Make all doc reference pages responsiveFabio Berger2018-10-1211-11/+33
* | | Add Getting starter sidebar headerFabio Berger2018-10-1211-35/+24
* | | Refactor Home so that Dev section chrome is reusable across pagesFabio Berger2018-10-121-3/+6
|/ /
* | merge base branchFabio Berger2018-10-051-16/+44
|\|
| * Fix network badges for V1 and add them for V2Fabio Berger2018-09-281-16/+44
* | merge developmentFabio Berger2018-09-2813-40/+34
|\|
| * fix: rename SupportedDocJson field to SolDocF. Eugene Aumson2018-09-261-1/+1
| * BREAKING CHANGE: document contracts from sol-docF. Eugene Aumson2018-09-221-6/+5
| * Folder 1.0.0 -> 1.0.1Jacob Evans2018-09-181-5/+5
| * Rename to v1->v0 v2->v1Jacob Evans2018-09-181-17/+17
| * Remove note about RC versionsJacob Evans2018-09-131-10/+10
| * 0xjs README/website docs updateJacob Evans2018-09-131-14/+17
| * Use order parser utils from order utilsfragosti2018-09-051-1/+0
| * Merge https://github.com/0xProject/0x-monorepo into feature/website/update-po...fragosti2018-09-0510-14/+7
| |\
| | * Fix unused vars for react-shared and websitefragosti2018-08-3110-14/+7
| * | Initial changes for v2 portalBrandon Millman2018-08-312-4/+4
| |/
* | Implement new responsive, dev section header and home scaffoldingFabio Berger2018-09-171-1/+14
* | Begin implementing doc home pageFabio Berger2018-08-281-0/+15
|/
* Add documentation for connect v2fragosti2018-08-241-0/+5
* merge developmentFabio Berger2018-08-231-0/+7
|\
| * Add documentation for json-schemasfragosti2018-08-231-0/+7
* | Use actual packageName for external example importsFabio Berger2018-08-2212-1/+12
* | Move external types to link mapping to doc generation util and refactor typed...Fabio Berger2018-08-1611-67/+6
* | Fix sol-compiler doc configsFabio Berger2018-08-031-4/+0
* | Fix-up Order-utils doc pageFabio Berger2018-08-031-5/+1
* | Add OrderWatcher docs pageFabio Berger2018-08-031-0/+70
* | Add MD sections to contract-wrappers docsFabio Berger2018-08-031-4/+19
* | Fix connect docsFabio Berger2018-08-021-6/+0
* | Add contract-wrappers page and make topBar component more conciseFabio Berger2018-08-021-0/+56
* | Prefix menu and sections with markdown as that is all the should now be definedFabio Berger2018-08-0210-121/+81
* | Start refactoring docs to remove unnecessary configs given more concise TypeD...Fabio Berger2018-08-0110-423/+0
|/
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-251-0/+36
|\
| * Merge pull request #895 from 0xProject/feature/website/send-eth-from-portalFrancesco Agosti2018-07-221-0/+36
| |\
| | * Add lifecycle messagesfragosti2018-07-191-0/+36
* | | Make tooltip appear to the left of the toggle when onboarding in progressfragosti2018-07-251-0/+2
* | | Fix wrap button alignment issuefragosti2018-07-252-42/+0
* | | WIP for allowance toggle redesign workingfragosti2018-07-211-4/+16
* | | Show token name dynamically in tooltipfragosti2018-07-211-1/+4
* | | Have basic lock and check working in waleltfragosti2018-07-201-0/+26
|/ /
* | Update doc md files for v2 packagesFabio Berger2018-07-201-0/+11
* | merge v2-prototypeFabio Berger2018-07-192-92/+26
|\|
| * Export missing types and add to doc ref whitelistFabio Berger2018-07-171-0/+26
| * Remove legacy portal codeBrandon Millman2018-07-121-92/+0
* | Add ability to nest doc ref markdown under specific versionsFabio Berger2018-07-1010-59/+79
|/
* Replace use of web3 w/ web3wrapper in subproviders and rename injectedWeb3 to...Fabio Berger2018-07-041-0/+3
* Allow you to continue the onboarding flow once youve installed metamask and r...fragosti2018-06-301-2/+2
* Support mobile friendly onboarding flowsfragosti2018-06-211-1/+3
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-203-0/+5
|\
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-201-0/+1
| |\
| | * Add OrderWatcherConfig type to 0x.js docs pageFabio Berger2018-06-191-0/+1
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-153-0/+72
| |\|
| * | Add Portal v2 loggingfragosti2018-06-152-0/+4
* | | Only elevate wallet zIndex when onboarding is in progressfragosti2018-06-191-0/+2
| |/ |/|
* | Merge pull request #695 from 0xProject/feature/website/onboarding-flow-allowa...Francesco Agosti2018-06-152-0/+44
|\ \
| * | Implement allowance and final flow stepfragosti2018-06-131-4/+3
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-1319-19/+22
| |\|
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-0716-37/+135
| |\ \
| * | | Render TokenAllowancefragosti2018-06-071-2/+2
| * | | Add utilities for getting tokens from tokensByAddressfragosti2018-06-071-0/+3
| * | | Wrap AllowanceToggle in redux containerfragosti2018-06-071-0/+42
* | | | Fix lint errorsBrandon Millman2018-06-131-2/+1
* | | | Polish mission section and photo sectionBrandon Millman2018-06-131-0/+3
* | | | Skeleton for jobs page and initial implementationBrandon Millman2018-06-131-0/+26
| |_|/ |/| |
* | | Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-1219-19/+19
* | | merge v2-prototypeFabio Berger2018-06-0716-37/+135
|\ \ \ | | |/ | |/|
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-0/+2
| |\ \
| | * \ Merge pull request #672 from 0xProject/feature/website/account-management-polishBrandon Millman2018-06-071-0/+2
| | |\ \
| | | * | Change shouldRenderHeader prop to shouldHideHeaderBrandon Millman2018-06-071-1/+1
| | | * | Update GenerateOrderForm and FillOrder componentsBrandon Millman2018-06-061-0/+2
| | | |/
| * | | Fix linting issuesfragosti2018-06-071-3/+1
| * | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-0/+124
| |\| |
| | * | Merge pull request #653 from 0xProject/feature/ethereum-types-docsLeonid Logvinov2018-06-071-0/+124
| | |\ \ | | | |/ | | |/|
| | | * Add a TODO comment on StructLog type in the docsLeonid Logvinov2018-06-051-1/+1
| | | * Add a documentation page for ethereum typesLeonid Logvinov2018-06-051-0/+124
| * | | Try enabling no-unused-variable...fragosti2018-06-0515-37/+11
| |/ /
* / / move generated contract wrappers from `contract_wrappers/generated/` to `gene...Fabio Berger2018-06-061-0/+3
|/ /
* / Implement WETH step logic for continuefragosti2018-06-051-3/+5
|/
* Improve sol-cov docsLeonid Logvinov2018-06-021-4/+32
* Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-013-4/+4
* Onboarding: implement add ETH step, and stub for add WETH stepfragosti2018-05-301-2/+7
* Address PR feedbackfragosti2018-05-301-4/+4
* Auto-show onboarding flow on first page viewfragosti2018-05-261-3/+5
* Add ability to blacklist onboarding stepsfragosti2018-05-261-0/+7
* Implement metamask installation flowfragosti2018-05-261-1/+9
* Improve OnboardingFlow API and typescript typesfragosti2018-05-251-3/+3
* Address PR feedbackfragosti2018-05-251-1/+4
* Fix build errorsfragosti2018-05-251-11/+8
* Fix issue where modal can be out of sync with app statefragosti2018-05-251-1/+15
* Basic onboarding flow infrastructure set upfragosti2018-05-251-0/+23
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-1/+1
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-112-28/+12
|\
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-17/+4
| * Rename deployer to sol-compilerLeonid Logvinov2018-05-102-12/+9
* | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-101-0/+88
|\|
| * Lay out wallet and relayersBrandon Millman2018-05-051-0/+88
* | Fix website and 0x.js docsFabio Berger2018-05-101-2/+8
|/
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-0/+99
* Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenuBrandon Millman2018-04-241-5/+9
* Add SignedOrder type to 0x Connect docsFabio Berger2018-04-131-1/+1
* Standardize external type linksFabio Berger2018-04-133-6/+6
* Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-124-30/+39
|\
| * 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
|/
* Address feedbackLeonid Logvinov2018-04-051-0/+1
* Move common types out of web3 typesLeonid Logvinov2018-03-271-14/+13
* 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
* 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
* Add Subprovider docs to websiteFabio Berger2018-03-191-0/+137
* Add sol-cov docs to websiteFabio Berger2018-03-181-0/+89
* Add JSON Schemas docs to websiteFabio Berger2018-03-181-0/+85
* Fix deployer external type link to point to specific commitFabio Berger2018-03-161-2/+1
* Add Deployer docs to websiteFabio Berger2018-03-161-0/+103
* Add Web3Wrapper docs to websiteFabio Berger2018-03-141-0/+103
* Add `OrderRelevantState` to public types in 0x.js docs configsFabio Berger2018-03-121-0/+1
* Create blockchainWatcher class and refactor Portal such that Ether amounts ar...Fabio Berger2018-03-101-2/+2
* Move remaining type configs to topLevel DocsInfoConfigsFabio Berger2018-03-072-84/+114
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-063-15/+9
* Merge branch 'development' into extractDocsFabio Berger2018-03-042-2/+2
|\
| * Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-042-2/+2
* | Because we now include non-0x.js source, the keys changed. Needed to add both...Fabio Berger2018-03-031-8/+25
|/
* Give all container files the proper file suffix: tsFabio Berger2018-03-0210-0/+0
* Move more configs into docsInfo and remove logic that does not belong there e...Fabio Berger2018-02-283-15/+46
* remove docsJsonRoot from docsInfoFabio Berger2018-02-273-10/+0
* Merge branch 'development' into moveOutDocGeneratorFabio Berger2018-02-261-0/+1
|\
| * Merge pull request #410 from 0xProject/translateHomepageFabio Berger2018-02-229-0/+146
| |\
| * | Add configurable heartbeat to WebSocketOrderbookChannelBrandon Millman2018-02-161-0/+1
* | | Begin refactoring out doc generator templateFabio Berger2018-02-223-12/+12
| |/ |/|
* | Keep topBar and footer language to the one picked by the userFabio Berger2018-02-228-0/+118
* | Move translate to reduxFabio Berger2018-02-211-0/+28
|/
* 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-151-2/+7
* Add page options to relevant HttpClient methodsBrandon Millman2018-02-141-2/+3
* Address feedbackLeonid Logvinov2018-02-081-1/+1
* Remove hash from signatureDataLeonid Logvinov2018-02-081-2/+3
* Remove unused types and take their namesLeonid Logvinov2018-02-071-2/+2
* Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-071-2/+2
* Add OrderWatcherConfig to the list of public typesLeonid Logvinov2018-02-011-0/+1
* Fix linter errorsFabio Berger2018-01-312-18/+2
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-282-4/+4
* Initial Ledger support implementationFabio Berger2018-01-281-2/+15
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-101-6/+2
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-042-2/+2
* Apply prettier configLeonid Logvinov2018-01-035-127/+76
* Create types sectionName constantFabio Berger2017-12-222-2/+4
* Export new public typesLeonid Logvinov2017-12-201-0/+3
* Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-0/+2
* Remove etherToken from smart contract docsFabio Berger2017-12-201-3/+0
* Merge branch 'development' into refactor/websiteFabio Berger2017-12-201-0/+1
|\
| * Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-0/+1
* | Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...Fabio Berger2017-12-192-18/+22
* | Update first two string enums to native typeFabio Berger2017-12-181-2/+2
|/
* Two mysteriously missing importsFabio Berger2017-12-161-0/+1
* Fix website unused varsLeonid Logvinov2017-12-155-16/+8
* Add WebSocketOrderbookChannel to connect docsBrandon Millman2017-12-121-1/+13
* Add orderWatcher to 0x.js docsFabio Berger2017-11-301-0/+12
* Add order and signedOrder to public typesFabio Berger2017-11-301-0/+2
* Add TokenTradeInfo to public typesFabio Berger2017-11-301-0/+1
* Rename packageName to displayName for clarityFabio Berger2017-11-293-3/+3
* Add connect docsFabio Berger2017-11-291-0/+97
* Add subPackageName and get rid of hard-coded 0x.js in sourceLinkFabio Berger2017-11-291-0/+1
* Merge branch 'development' into fix/refactorDocsFabio Berger2017-11-291-0/+1
|\
* | Refactor the topLevel documentation react components for 0x.js and Smart cont...Fabio Berger2017-11-292-12/+190
|/
* fix remaining tslint errorsFabio Berger2017-11-284-25/+25
* Add website to mono repo, update packages to align with existing sub-packages...Fabio Berger2017-11-224-0/+212