aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: componentize the sidebar headerFabio Berger2018-10-173-55/+70
|
* chore: Fix logo on mobile topBarFabio Berger2018-10-171-2/+2
|
* chore: fix linterFabio Berger2018-10-172-11/+1
|
* Merge branch 'dev-section-redesign' into reSkinReferenceDocsFabio Berger2018-10-163-11/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dev-section-redesign: (87 commits) Added note about restriction on `testDirectory` fix(dev-utils): Make chai a dev dependency since exported interface depends on it Add changelog entries fix(subproviders): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(sra-spec): make @loopback/openapi-v3-types a 'dependency' so it's available to users of the library fix(sol-cov): make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library fix(dev-utils): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(0x.js): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(monorepo-scripts): Move the creation of the `.installation-test` directory OUTSIDE of the monorepo root, so that the installed packages can't reference the hoisted node_modules folder Remove ContractNotFound errors in contract-wrappers Update prettierignore Update website to use the new unsubscribeAll method in contract-wrappers In abi-gen-wrappers, ./wrappers -> ./src/generated-wrappers In contract-wrappers, remove setProvider and add unsubscribeAll method. take out explicit children definition in props Update json-schemas for contract-wrappers Add OrThrow suffix to getContractAddressesForNetwork remove unused import Update CHANGELOG.json for all changed packages Remove ContractAddresses from packages/types (mistake after rebase) ...
| * merge developmentFabio Berger2018-10-164-13/+20
| |\
| | * Remove ContractNotFound errors in contract-wrappersAlex Browne2018-10-161-7/+0
| | |
| | * Update website to use the new unsubscribeAll method in contract-wrappersAlex Browne2018-10-161-6/+5
| | |
| | * Apply various PR feedbackAlex Browne2018-10-161-2/+0
| | |
| | * Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-11/+2
| | |
| | * Update testnet-faucets and website to work with new artifacts and abi-gen ↵Alex Browne2018-10-161-3/+17
| | | | | | | | | | | | wrappers
| | * Merge pull request #1132 from 0xProject/removeRollbarUMDKadinsky2018-10-131-2/+3
| | |\ | | | | | | | | fix(website): replace Rollbar UMD with regular npm package
| | | * fix(website): replace Rollbar UMD with regular npm packageFabio Berger2018-10-111-2/+3
| | | |
| | * | feat: add Steve to team pageSteve Klebanoff2018-10-111-0/+11
| | |/
* | | style: improve menu & logo alignmentFabio Berger2018-10-161-2/+5
| | |
* | | chore: Implement newest topBarFabio Berger2018-10-161-63/+25
| | |
* | | chore: remove unused importsFabio Berger2018-10-161-2/+1
| | |
* | | chore: change landing "build on 0x" to link to developer home, not 0x.js docsFabio Berger2018-10-161-2/+2
| | |
* | | chore: remove wiki from main website topBarFabio Berger2018-10-161-32/+1
| | |
* | | chore: Replace FAQ with Developer home in footerFabio Berger2018-10-161-4/+4
| | |
* | | Replace sandbox with wiki in developer popoverFabio Berger2018-10-161-5/+4
| | |
* | | chore: move wiki to Developers sectionFabio Berger2018-10-163-149/+65
| | |
* | | chore: fix padding issueFabio Berger2018-10-161-3/+5
| | |
* | | chore: replace Github with Wiki in topBar and refactor so can display ↵Fabio Berger2018-10-161-15/+21
| | | | | | | | | | | | internal & external links
* | | feat: highlighted sidebar as you scroll on doc reference pagesFabio Berger2018-10-161-1/+1
| | |
* | | Chore: Only render one sidebar at a timeFabio Berger2018-10-152-3/+5
| | |
* | | chore: improve rendering of sidebar top section on mobileFabio Berger2018-10-152-2/+6
| | |
* | | chore: fix key issueFabio Berger2018-10-151-1/+1
| | |
* | | chore: only show sidebar once docs have loadedFabio Berger2018-10-141-1/+3
| | |
* | | fix: Dropdown component so that re-clicking the activeNode when dropdown is ↵Fabio Berger2018-10-141-1/+1
| | | | | | | | | | | | open, closes it
* | | Fix sidebar top so long titles display correctlyFabio Berger2018-10-141-5/+5
| | |
* | | Chore: remove unused importsFabio Berger2018-10-131-6/+3
| | |
* | | Fix: Make width variableFabio Berger2018-10-131-1/+1
| | |
* | | Remove doc menus from main topBarFabio Berger2018-10-131-65/+4
| | |
* | | Implement new version dropdown and remove it from nestedTopBarFabio Berger2018-10-133-9/+124
| | |
* | | Fix sidebar shifting onHover due to scrollbar widthFabio Berger2018-10-131-2/+11
| | |
* | | fix: Remove unnecessary onClick prop from NestedSidebar, since one can ↵Fabio Berger2018-10-131-4/+2
| | | | | | | | | | | | listen to container element onClick
* | | Pass down sidebar instead of sectionNameToLinksFabio Berger2018-10-134-19/+17
| | |
* | | Make all doc reference pages responsiveFabio Berger2018-10-1211-11/+33
| | |
* | | Improve loadingFabio Berger2018-10-121-26/+17
| | |
* | | If sidebar menu item links to internal page, no longer open in new tabFabio Berger2018-10-121-15/+0
| | |
* | | Add Getting starter sidebar headerFabio Berger2018-10-1211-35/+24
| | |
* | | Refactor Home so that Dev section chrome is reusable across pagesFabio Berger2018-10-129-672/+733
| | |
* | | style: Make width of developer section same as rest of website (1064px)Fabio Berger2018-10-111-1/+1
| | |
* | | merge dev-section-redesignFabio Berger2018-10-111-19/+11
|\| |
| * | Merge branch 'development' into dev-section-redesignFabio Berger2018-10-111-19/+11
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (62 commits) Fix linter error Upgrade ethereum-types Lint and update deps Be more explicit with falsiness Add type to cssRuleIfExists Fix issue where we throw if non-numeric characters are used in input Upgrade to more recent types, fix yarn.lock [fix]: [testnet-faucet] Exit 1 on build fail Explains tools we want them to use Add note about button Add dev-tools-pages bundles to gitignore Improve README Fix button and center Increase max bundle size for instant Add stuff Initial project scaffolding Change tslint config to remove conflicts with prettier fix: [testnet-faucet] Signing of orders Update the CHANGELOG Add comments for expiryBuffer ...
| | * Throw and handle errors from Providers.Jacob Evans2018-10-091-3/+9
| | | | | | | | | | | | | | | | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
| | * Introduce Metamask Subprovider.Jacob Evans2018-10-051-18/+4
| | | | | | | | | | | | MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code
* | | fix(website): remove deadzone between "Developers" menu item and dropdown so ↵Fabio Berger2018-10-112-2/+2
| | | | | | | | | | | | it never closes when hovering between the two
* | | fix(website): Avoid hover activated dropdown from closing when activeNode is ↵Fabio Berger2018-10-111-1/+6
| | | | | | | | | | | | clicked
* | | Replace Rollbar UMD with regular importFabio Berger2018-10-101-2/+3
|/ /
* | Fix liinterFabio Berger2018-10-062-2/+1
| |
* | Convert TutorialButton to styled componentFabio Berger2018-10-061-64/+45
| |
* | Convert more divs to containers and text componentsFabio Berger2018-10-054-57/+57
| |
* | remove inline styleFabio Berger2018-10-051-4/+1
| |
* | Remove type prop and instead infer it from the value of toFabio Berger2018-10-057-55/+26
| |
* | Remove style prop from LinkFabio Berger2018-10-0511-56/+44
| |
* | Render paragraphs with spans so we don't get margin addedFabio Berger2018-10-051-0/+1
| |
* | Fix bug where wiki links in dev dropdown weren't working when on the wikiFabio Berger2018-10-052-6/+11
| |
* | remove stray logsFabio Berger2018-10-052-2/+0
| |
* | merge base branchFabio Berger2018-10-055-35/+70
|\ \
| * | merge developmemntFabio Berger2018-10-055-35/+70
| |\|
| | * Upgrade webpackFabio Berger2018-10-042-16/+16
| | |
| | * Add Jason to websiteBrandon Millman2018-10-021-0/+7
| | |
| | * Fix network badges for V1 and add them for V2Fabio Berger2018-09-281-16/+44
| | |
| | * Fix dropdown menu item so it says "0x smart contracts" not "smart contract"Fabio Berger2018-09-281-1/+1
| | |
| | * Rename for clarityFabio Berger2018-09-281-3/+3
| | |
* | | Convert more divs to ContainersFabio Berger2018-10-042-49/+44
| | |
* | | Use Container and Text where possibleFabio Berger2018-10-041-12/+11
| | |
* | | Fix linterFabio Berger2018-10-042-8/+7
| | |
* | | Remove todoFabio Berger2018-10-041-1/+0
| | |
* | | Use nestedSidebarMenu component for Dev homeFabio Berger2018-10-041-41/+8
| | |
* | | Fix nitFabio Berger2018-10-031-1/+1
| | |
* | | Use same Link UI component for react-scroll linksFabio Berger2018-10-0320-158/+67
| | |
* | | remove stray consoleFabio Berger2018-10-031-3/+0
| | |
* | | Make whole bottom bar clickable not just the textFabio Berger2018-10-031-13/+13
| | |
* | | Don't make opening links in new tab a defaultFabio Berger2018-10-031-3/+6
| | |
* | | Decrease size of section descriptionsFabio Berger2018-10-031-1/+1
| | |
* | | Add border underneath logo while user is scrollingFabio Berger2018-10-032-6/+30
| | |
* | | Align logo and menuFabio Berger2018-10-031-11/+11
| | |
* | | Add padding to bottom of scroll areaFabio Berger2018-10-031-3/+7
| | |
* | | Fix linkFabio Berger2018-10-031-1/+6
| | |
* | | Make tutorial buttons also open in a new tabFabio Berger2018-10-031-3/+18
| | |
* | | Convert remaining Links to new UI componentFabio Berger2018-10-033-4/+31
| | |
* | | Use new Link UI component everywhere, and add complementary ALink typeFabio Berger2018-10-0320-347/+424
| | |
* | | Improve mobile paddingFabio Berger2018-10-021-1/+1
| | |
* | | Fix hoveringFabio Berger2018-10-021-2/+2
| | |
* | | Simplify helper methodsFabio Berger2018-10-021-23/+13
| | |
* | | Use colors moduleFabio Berger2018-10-021-2/+2
| | |
* | | Use container instead of divFabio Berger2018-10-021-8/+1
| | |
* | | Move more copy to translation filesFabio Berger2018-10-022-3/+6
| | |
* | | Make menuSubsectionsBySection optionalFabio Berger2018-10-022-2/+0
| | |
* | | Rename for clarityFabio Berger2018-10-021-3/+3
| | |
* | | Move constants before configs and add TODO commentFabio Berger2018-10-021-8/+9
| | |
* | | Add comment about link componentFabio Berger2018-10-021-0/+5
| | |
* | | Move colors to colors.ts fileFabio Berger2018-10-021-3/+3
| | |
* | | Fix bug where button wouldn't be highlighted after hitting browser back ↵Fabio Berger2018-10-021-0/+4
| | | | | | | | | | | | button despite the cursor resting above it
* | | Prefer basscss over styleFabio Berger2018-10-021-1/+1
| | |
* | | Fix linterFabio Berger2018-10-012-13/+3
| | |
* | | Fix bug where main content scrollbar wasn't showing up after navigating back ↵Fabio Berger2018-10-011-3/+6
| | | | | | | | | | | | in browser history via keyboard shortcut
* | | Fix incorrect merge errorsFabio Berger2018-10-012-2/+1
| | |
* | | fix mergeFabio Berger2018-10-012-7/+12
|\| |
| * | mergeFabio Berger2018-10-016-123/+210
| |\ \ | | |/ | |/|
| | * Use Container instead of divFabio Berger2018-09-171-6/+10
| | |
| | * Fix linterFabio Berger2018-08-301-1/+1
| | |
| | * Fix prettierFabio Berger2018-08-291-1/+1
| | |
* | | Convert package descriptions to markdown and linkify themFabio Berger2018-09-281-11/+16
| | |
* | | Fix minor scrolling issueFabio Berger2018-09-281-1/+1
| | |
* | | Add mobile menu to overview pageFabio Berger2018-09-282-3/+23
| | |
* | | Add sidebar menu, proper scrolling and mobile-optimizeFabio Berger2018-09-283-91/+203
| | |
* | | Import ObjectMap from types now that it's movedFabio Berger2018-09-281-1/+2
| | |
* | | merge developmentFabio Berger2018-09-2857-1379/+743
|\| |
| * | remove items-center classnamefragosti2018-09-261-1/+1
| | |
| * | Change clay to Ecosystem Development Leadfragosti2018-09-261-1/+1
| | |
| * | Update everything to Coinbase Wallet instead of Toshifragosti2018-09-266-15/+15
| | |
| * | Merge pull request #1088 from 0xProject/fix/website/relayers-columnFrancesco Agosti2018-09-261-1/+5
| |\ \ | | | | | | | | [website] When number of relayers is less than number of columns, reduce column…
| | * | When number of relayers is less than number of columns, reduce column number ↵Brandon Millman2018-09-261-1/+5
| | | | | | | | | | | | | | | | to number of relayers
| * | | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-262-2/+20
| |\ \ \
| | * | | Add weijie and rahulfragosti2018-09-261-0/+18
| | | | |
| | * | | Change news linkfragosti2018-09-261-2/+2
| | |/ /
| * | | fix: call out a HACK in commentsF. Eugene Aumson2018-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220010054 https://github.com/0xProject/0x-monorepo/pull/1004
| * | | fix: rename SupportedDocJson field to SolDocF. Eugene Aumson2018-09-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from Solidity https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976199 https://github.com/0xProject/0x-monorepo/pull/1004
| * | | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-255-9/+6
| |\| |
| | * | Merge pull request #1037 from 0xProject/feature/forwarder-helper/sra-and-rpcFrancesco Agosti2018-09-243-7/+4
| | |\ \ | | | | | | | | | | [asset-buyer] Create new AssetBuyer class
| | | * | Move ObjectMap to shared typesfragosti2018-09-193-7/+4
| | | | |
| | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-181-15/+18
| | |\| | | | | | | | | | | | | | | | | fix/website/signing-order-validation-bug
| | * | | Fix order creation and fill flow in Portalfragosti2018-09-182-2/+2
| | | | |
| * | | | BREAKING CHANGE: document contracts from sol-docF. Eugene Aumson2018-09-223-10/+31
| | |/ / | |/| | | | | | | | | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity.
| * | | Merge pull request #1063 from 0xProject/feature/0x.js/update-readme-importJacob Evans2018-09-181-15/+18
| |\ \ \ | | |/ / | |/| | 0xjs README/website docs update
| | * | 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
| | | |
| * | | Change Davids descriptionfragosti2018-09-121-1/+1
| | | |
| * | | Fix David Sacks linksfragosti2018-09-121-4/+4
| | | |
| * | | Merge branch 'feature/website/add-gene' into developmentfragosti2018-09-121-0/+8
| |\ \ \
| | * | | Add Gene info to websitefragosti2018-09-121-0/+8
| | | | |
| * | | | Add david sacksfragosti2018-09-121-2/+14
| |/ / /
| * | | Clear localstoragefragosti2018-09-071-1/+1
| | | |
| * | | Fix minting for new tokens on testnetsfragosti2018-09-075-40/+51
| |/ /
| * | Run linterfragosti2018-09-052-3/+1
| | |
| * | Merge branch 'feature/website/update-portal-v2' of ↵fragosti2018-09-053-9/+5
| |\ \ | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/website/update-portal-v2
| | * | Remove unused imports and console.logFabio Berger2018-09-051-4/+1
| | | |
| | * | Add back order validation logicFabio Berger2018-09-051-7/+5
| | | |
| | * | Fix importsFabio Berger2018-09-051-2/+1
| | | |
| | * | remove console logFabio Berger2018-09-051-1/+0
| | | |
| | * | merge developmentFabio Berger2018-09-0517-356/+296
| | |\ \
| * | | | Use order parser utils from order utilsfragosti2018-09-0510-42/+9
| | | | |
| * | | | Merge https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-0517-356/+296
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / feature/website/update-portal-v2
| | * | Add temporarily missing web3-provider-engine types in websiteLeonid Logvinov2018-09-041-0/+1
| | | |
| | * | Remove unused importsLeonid Logvinov2018-09-042-6/+0
| | | |
| | * | Merge pull request #1048 from 0xProject/feature/website/patch-v2-landingBrandon Millman2018-08-311-3/+7
| | |\ \ | | | | | | | | | | [website] Final tweaks for landing page
| | | * | Tweaks to benefits and use casesBrandon Millman2018-08-311-2/+6
| | | | |
| | | * | Final tweaks for landing pagefragosti2018-08-311-1/+1
| | | | |
| | * | | Merge pull request #1047 from 0xProject/feature/re-add-no-unused-variablesFrancesco Agosti2018-08-3111-15/+8
| | |\ \ \ | | | |/ / | | |/| | Re-add no-unused-variable tslint rule
| | | * | Fix unused vars for react-shared and websitefragosti2018-08-3111-15/+8
| | | | |
| | * | | Revert whats new textBrandon Millman2018-08-311-2/+1
| | | | |
| | * | | Add new exchange everywhere graphicBrandon Millman2018-08-311-4/+8
| | | | |
| | * | | Remove unused render methods in landing pageBrandon Millman2018-08-311-110/+0
| | | | |
| | * | | Remove conflict stringsfragosti2018-08-311-3/+0
| | | | |
| | * | | Add careers page to top barfragosti2018-08-311-1/+11
| | | | |
| | * | | Final tweaksfragosti2018-08-313-11/+17
| | | | |
| | * | | Remove redundant importfragosti2018-08-311-1/+0
| | | | |
| | * | | Add TypedText component and use it on landing pagefragosti2018-08-314-0/+110
| | | | |
| | * | | Add generic title changesfragosti2018-08-311-17/+7
| | | | |
| | * | | Added todo comments for missing itemsBrandon Millman2018-08-311-1/+2
| | | | |
| | * | | Add title header to use cases sectionBrandon Millman2018-08-312-14/+12
| | | | |
| | * | | Make hero image responsiveBrandon Millman2018-08-311-2/+3
| | | | |
| | * | | Update what's new stylingBrandon Millman2018-08-311-4/+4
| | | | |
| | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-3014-21/+18
| | |\| | | | | | | | | | | | | | | | | feature/website/v2-tweaks
| | * | | Update use cases sectionBrandon Millman2018-08-302-48/+89
| | | | |
| | * | | Update tokenization sectionBrandon Millman2018-08-302-43/+12
| | | | |
| | * | | Update benefitsBrandon Millman2018-08-301-3/+1
| | | | |
| | * | | Update whats newBrandon Millman2018-08-301-13/+19
| | | | |
| | * | | Add new header imageBrandon Millman2018-08-301-4/+5
| | | | |
| | * | | Replace projects section with relayersBrandon Millman2018-08-301-77/+5
| | | | |
| * | | | Update exchange ABI for decoding logsBrandon Millman2018-08-312-615/+1
| | | | |
| * | | | Remove LogError legacy stuffBrandon Millman2018-08-311-4/+0
| | | | |
| * | | | Update comment for validationBrandon Millman2018-08-311-1/+2
| | | | |
| * | | | Remove commented out blockBrandon Millman2018-08-311-20/+0
| | | | |
| * | | | Remove cancel checkBrandon Millman2018-08-312-12/+0
| | | | |
| * | | | Update generate and fill order flowsBrandon Millman2018-08-317-30/+41
| | | | |
| * | | | Token registry from old 0x versionBrandon Millman2018-08-311-9/+12
| | | | |
| * | | | Fix importBrandon Millman2018-08-311-1/+1
| | | | |
| * | | | Initial changes for v2 portalBrandon Millman2018-08-3115-276/+303
| | |/ / | |/| |
| * | | Revert "Simplify dropdown component"fragosti2018-08-291-15/+25
| | | | | | | | | | | | | | | | This reverts commit 91a9014a50cca8e0d42634666fe409839aeae8cf.
| * | | Revert "Have new Popover component working in React 16"fragosti2018-08-298-84/+39
| | | | | | | | | | | | | | | | This reverts commit 5785ec0713c39466b3a6a171f5f0a2d38207b44b.
| * | | Revert "Enable hovering state for dropdown"fragosti2018-08-293-10/+7
| | | | | | | | | | | | | | | | This reverts commit ac1640140c9279ac9e8a92d84702a2f84d9165fb.
| * | | Enable hovering state for dropdownfragosti2018-08-293-7/+10
| | | |
| * | | Have new Popover component working in React 16fragosti2018-08-288-39/+84
| | | |
| * | | Simplify dropdown componentfragosti2018-08-251-25/+15
| | | |
| * | | Change all onTouchTap to onClickfragosti2018-08-2513-18/+18
| | | |
| * | | Update react and remove tap event plugin [deprecated]fragosti2018-08-251-3/+0
| |/ /
* | | Move more text over to translation filesFabio Berger2018-09-264-22/+28
| | |
* | | Implement dev homeFabio Berger2018-09-264-9/+439
| | |
* | | Fix logo to link to docs homeFabio Berger2018-09-261-1/+1
| | |
* | | Use new link component in Developer dropdownFabio Berger2018-09-261-21/+14
| | |
* | | Create a link ui component that abstracts away interval vs. internal linksFabio Berger2018-09-261-0/+42
| | |
* | | Move /docs endpoint before longer ones so doesn't overtake other doc endpointsFabio Berger2018-09-261-1/+1
| | |
* | | Implement new responsive, dev section header and home scaffoldingFabio Berger2018-09-175-53/+103
| | |
* | | Remove temporary bordersFabio Berger2018-08-291-2/+0
| | |
* | | Implement dev topbarFabio Berger2018-08-292-27/+73
| | |
* | | Merge branch 'dev-dropdown' into doc-overview-pageFabio Berger2018-08-281-11/+7
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * dev-dropdown: Update to latest react-shared Use translation helper Use generatic ObjectMap type fix(contracts): Catch cases where the actual error differs from the expected error (#1032) Add clarifying comments Remove redundant mstores from fillOrderNoThrow fix(contracts): Use correct error message for division by zero
| * | Update to latest react-sharedFabio Berger2018-08-281-3/+0
| | |
| * | Use translation helperFabio Berger2018-08-281-1/+1
| | |
| * | Use generatic ObjectMap typeFabio Berger2018-08-281-10/+9
| | |
* | | Swap out linkFabio Berger2018-08-281-1/+1
| | |
* | | Begin implementing doc home pageFabio Berger2018-08-287-0/+197
|/ /
* | Merge branch 'development' into dev-dropdownFabio Berger2018-08-271-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (120 commits) Exit with non-error code at end of publishRelease Publish Updated CHANGELOGS Fix prettier Update changelog files for RC packages Skip doc generation for local publishes since we test this in a separate CI test Fix typo Use absolute path Run yarn a second time if the first fails Try relative to root dir Fix command Move md files to lib folder during build Change exit code to failure Fix sra-spec `main` and `types` in package.json Actual relative path Try relative path Issue #1025 BlockParam unroll Fix command Move md files to lib folder during build Fix sra-spec `main` and `types` in package.json ...
| * Add documentation for connect v2fragosti2018-08-241-0/+5
| |
* | Move colors to colors moduleFabio Berger2018-08-271-3/+11
| |
* | Add developers dropdown to topBarFabio Berger2018-08-271-123/+6
| |
* | Implement Developers dropdownFabio Berger2018-08-272-0/+181
| |
* | Add ability to specify styling to popover containerFabio Berger2018-08-271-0/+3
| |
* | Fix translation capitalizations to not capitalize single letters with ↵Fabio Berger2018-08-271-1/+6
| | | | | | | | sentences (i.e 'a' in 'Build a Relayer')
* | Add missing translations needed for dev dropdownFabio Berger2018-08-271-0/+7
|/
* Add missing keyuFabio Berger2018-08-231-1/+5
|
* Remove docs catch-all endpointFabio Berger2018-08-231-1/+0
|
* merge developmentFabio Berger2018-08-231-0/+7
|\
| * Add documentation for json-schemasfragosti2018-08-231-0/+7
| |
* | Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-232-8/+11
| |
* | Use actual packageName for external example importsFabio Berger2018-08-2212-1/+12
| |
* | Merge development branchFabio Berger2018-08-222-2/+11
|\|
| * Update lock icon in onboardingBrandon Millman2018-08-211-1/+3
| |
| * Add Matt Taylor to websiteBrandon Millman2018-08-211-1/+8
| |
| * Revert error renamesBrandon Millman2018-08-211-2/+5
| |
* | Fix website given that it still depends on an old version of @0xproject/TypesFabio Berger2018-08-201-2/+5
| |
* | Merge developmentFabio Berger2018-08-171-5/+2
|\|
| * Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.Jacob Evans2018-08-161-5/+2
| | | | | | | | Remove try catch of throwing errors in favour of returning the Errors in a OrderValidationResult
* | Move external types to link mapping to doc generation util and refactor ↵Fabio Berger2018-08-1611-67/+6
| | | | | | | | typedocUtils to be a class to avoid excessive param passing
* | Merge developmentFabio Berger2018-08-157-81/+140
|\|
| * Update Clays linkedinfragosti2018-08-101-1/+1
| |
| * Add clay to websitefragosti2018-08-101-0/+11
| |
| * Change amir picturefragosti2018-08-091-1/+1
| |
| * Fix jobs page overflow issueBrandon Millman2018-07-303-4/+6
| |
| * Create MetaTags componentBrandon Millman2018-07-304-68/+114
| |
* | Fix bug related to react-scroll's scrollSpy and the render order of elementsFabio Berger2018-08-061-2/+12
| |
* | Stop exporting constants from order-utilsFabio Berger2018-08-041-1/+2
| |
* | 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-036-10/+109
| |
* | 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-025-117/+103
| |
* | 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 ↵Fabio Berger2018-08-0112-426/+3
|/ | | | TypeDoc JSON
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-2818-446/+292
|\ | | | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks
| * Fix linterFabio Berger2018-07-262-3/+0
| |
| * Remove careers page feature flagBrandon Millman2018-07-262-14/+2
| |
| * Merge pull request #893 from 0xProject/feature/website/jobs-page-part2Brandon Millman2018-07-2617-438/+299
| |\ | | | | | | Jobs page
| | * Header copy changeBrandon Millman2018-07-261-8/+7
| | |