Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #792 from 0xProject/feature/website/wallet-polish | Brandon Millman | 2018-06-30 | 1 | -3/+3 |
|\ | | | | | Various wallet polish items | ||||
| * | Added Circle component | Brandon Millman | 2018-06-29 | 1 | -3/+3 |
| | | |||||
* | | Fix NotFound component and render 0x.js docs for /docs | Brandon Millman | 2018-06-29 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #746 from 0xProject/feature/website/relayer-grid-polish | Francesco Agosti | 2018-06-23 | 1 | -1/+2 |
|\ | | | | | Relayer grid polish | ||||
| * | Various relayer grid ui polish items | Brandon Millman | 2018-06-22 | 1 | -1/+2 |
| | | |||||
* | | Fix tslint error | fragosti | 2018-06-23 | 1 | -10/+10 |
| | | |||||
* | | Remove diverse from about page | fragosti | 2018-06-23 | 1 | -3/+3 |
| | | |||||
* | | Use Ops instead of Operations in Mels description | fragosti | 2018-06-23 | 1 | -1/+1 |
| | | |||||
* | | Comment out Chris, and move Mel up in about page | fragosti | 2018-06-23 | 2 | -12/+12 |
|/ | |||||
* | Add Chris and Mel to about page | fragosti | 2018-06-22 | 2 | -2/+21 |
| | |||||
* | Use Text components in Values | Brandon Millman | 2018-06-14 | 1 | -3/+7 |
| | |||||
* | Use spread operator instead of React.createElement | Brandon Millman | 2018-06-14 | 3 | -7/+7 |
| | |||||
* | Fix issue with positions hash | Brandon Millman | 2018-06-13 | 1 | -19/+21 |
| | |||||
* | Use Text in Teams | Brandon Millman | 2018-06-13 | 1 | -3/+7 |
| | |||||
* | Use Text in OpenPositions | Brandon Millman | 2018-06-13 | 1 | -3/+6 |
| | |||||
* | Use Text component for HeaderItem | Brandon Millman | 2018-06-13 | 1 | -7/+9 |
| | |||||
* | Remove FloatingImage | Brandon Millman | 2018-06-13 | 3 | -12/+3 |
| | |||||
* | Move FilledImage into components/ui | Brandon Millman | 2018-06-13 | 3 | -20/+2 |
| | |||||
* | Add font family to Button component and use in Join0x component | Brandon Millman | 2018-06-13 | 1 | -12/+13 |
| | |||||
* | Fix lint errors | Brandon Millman | 2018-06-13 | 6 | -10/+11 |
| | |||||
* | Implement small open positions | Brandon Millman | 2018-06-13 | 8 | -120/+232 |
| | |||||
* | Implement large screen open positions | Brandon Millman | 2018-06-13 | 4 | -73/+129 |
| | |||||
* | Teams section | Brandon Millman | 2018-06-13 | 6 | -75/+70 |
| | |||||
* | Benefits section | Brandon Millman | 2018-06-13 | 3 | -12/+75 |
| | |||||
* | Refactor into BulletedItemList component | Brandon Millman | 2018-06-13 | 2 | -24/+33 |
| | |||||
* | Rework values section | Brandon Millman | 2018-06-13 | 2 | -44/+13 |
| | |||||
* | Polish mission section and photo section | Brandon Millman | 2018-06-13 | 5 | -40/+91 |
| | |||||
* | Add link to open positions section | Brandon Millman | 2018-06-13 | 3 | -6/+20 |
| | |||||
* | Add scroll to top for jobs page | Brandon Millman | 2018-06-13 | 1 | -21/+28 |
| | |||||
* | Skeleton for jobs page and initial implementation | Brandon Millman | 2018-06-13 | 10 | -0/+426 |
| | |||||
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -3/+3 |
| | |||||
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -0/+1 |
|\ | | | | | | | feature/improve-linting | ||||
| * | Merge pull request #653 from 0xProject/feature/ethereum-types-docs | Leonid Logvinov | 2018-06-07 | 1 | -0/+1 |
| |\ | | | | | | | Add a documentation page for ethereum-types package | ||||
| | * | Add a documentation page for ethereum types | Leonid Logvinov | 2018-06-05 | 1 | -0/+1 |
| | | | |||||
* | | | Get build and tests to pass | fragosti | 2018-06-07 | 1 | -1/+1 |
| | | | |||||
* | | | Fix remaining tslint issues | Fabio Berger | 2018-06-06 | 1 | -22/+0 |
| | | | |||||
* | | | merge v2-prototype | Fabio Berger | 2018-06-06 | 1 | -31/+21 |
|\| | | |||||
| * | | Merge branch 'v2-prototype' into fixes/misc-small-fixes | Fabio Berger | 2018-06-06 | 1 | -31/+18 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Remove TranslatedText Fix prettier Add back UMD bundles for 0x.js Move portal disclaimer to the account management section Move prices into portal Use stricter check for subscribe input text Make buttons stack on mobile Do not show subscribe form if language is not english Address PR feedback Lint and cleanup Implement subscription form Add styled-components and polished Have basic newsletter subscribe form working | ||||
| | * | | Make buttons stack on mobile | fragosti | 2018-06-05 | 1 | -4/+5 |
| | | | | |||||
| | * | | Do not show subscribe form if language is not english | fragosti | 2018-06-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Address PR feedback | fragosti | 2018-06-05 | 1 | -6/+8 |
| | | | | |||||
| | * | | Lint and cleanup | fragosti | 2018-06-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Implement subscription form | fragosti | 2018-06-02 | 1 | -28/+10 |
| | | | | |||||
| | * | | Have basic newsletter subscribe form working | fragosti | 2018-06-02 | 1 | -0/+2 |
| | |/ | |||||
| * / | Add `switch-default` tslint rule and add missing default statement | Fabio Berger | 2018-06-05 | 1 | -0/+3 |
| |/ | |||||
* / | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 6 | -16/+3 |
|/ | |||||
* | merge development | Fabio Berger | 2018-05-22 | 1 | -1/+1 |
|\ | |||||
| * | Improve about page descriptions | fragosti | 2018-05-17 | 1 | -3/+3 |
| | | |||||
* | | Change my title to clarify | fragosti | 2018-05-18 | 1 | -1/+1 |
| | | |||||
* | | Improve about page descriptions | fragosti | 2018-05-18 | 1 | -3/+3 |
| | | |||||
* | | Fix spread | Brandon Millman | 2018-05-18 | 1 | -1/+1 |
| | | |||||
* | | Wait for blockchain to display the account management routes | Brandon Millman | 2018-05-18 | 2 | -31/+42 |
|/ | |||||
* | Add myself to about page | fragosti | 2018-05-16 | 1 | -3/+11 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 8 | -45/+50 |
| | |||||
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Fix type errors in CSS properties | Leonid Logvinov | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Add new section to homepage | Fabio Berger | 2018-05-03 | 1 | -0/+25 |
| | |||||
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 1 | -0/+1 |
| | |||||
* | Add Greg and Remco to the about page | Brandon Millman | 2018-05-02 | 1 | -1/+23 |
| | |||||
* | Add ImToken to landing page | Fabio Berger | 2018-04-19 | 1 | -6/+6 |
| | |||||
* | Implement backendClient object to unify calls to the portal api | Brandon Millman | 2018-04-19 | 1 | -28/+25 |
| | |||||
* | Reduce wiki article padding on mobile and remove commented out code | Fabio Berger | 2018-04-17 | 1 | -4/+1 |
| | |||||
* | Add /jobs endpoint to website, link to it and have it re-direct to Angellist | Fabio Berger | 2018-04-13 | 1 | -3/+4 |
| | |||||
* | Show staging docs on development and staging | Fabio Berger | 2018-04-11 | 1 | -3/+5 |
| | |||||
* | Use past tense in FAQ | Fabio Berger | 2018-03-23 | 1 | -2/+2 |
| | |||||
* | Replace Auctus with ERCDEX in projects section | Fabio Berger | 2018-03-23 | 1 | -6/+6 |
| | |||||
* | Remove space | Fabio Berger | 2018-03-22 | 1 | -1/+0 |
| | |||||
* | Add default docs icon | Fabio Berger | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Pass actual iconUrl and add default icon image | Fabio Berger | 2018-03-20 | 2 | -7/+4 |
| | |||||
* | Remove s3 mapping since s3 folder names are now identical to sub-package names | Fabio Berger | 2018-03-20 | 1 | -12/+1 |
| | |||||
* | Refactor titleToIcon mapping to idToIcon and move to docPage | Fabio Berger | 2018-03-20 | 2 | -3/+18 |
| | |||||
* | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-20 | 1 | -0/+22 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Set Lodash dep to an exact version since newer versions introduced breaking changes Update Kovan Ethertoken Address Update deployer version since manual re-publish Add new entry into CHANGELOG Fix bad merge Update yarn.lock Change title Add Blake and Zach to About page Re-size Jacob and Tom's images Manually publish 0x.js back to a working state Publish Publish Fix 0x.js assets Remove assets from connect and _bundles from packages that don't generate the folder Publish Fix packages that aren't working as expected Make new packages default to public on publish Add new public packages to top-level README Update top-level package.json Fix incorrect new versions ... # Conflicts: # packages/0x.js/package.json # packages/connect/package.json # packages/json-schemas/package.json # packages/sol-cov/package.json | ||||
| * | Change title | Fabio Berger | 2018-03-19 | 1 | -2/+2 |
| | | |||||
| * | Add Blake and Zach to About page | Fabio Berger | 2018-03-19 | 1 | -0/+22 |
| | | |||||
* | | Add Subprovider docs to website | Fabio Berger | 2018-03-19 | 1 | -0/+2 |
| | | |||||
* | | Add sol-cov docs to website | Fabio Berger | 2018-03-18 | 1 | -0/+2 |
| | | |||||
* | | Add JSON Schemas docs to website | Fabio Berger | 2018-03-18 | 1 | -1/+3 |
| | | |||||
* | | Refactor all docJSON's to reside within the same S3 bucket under different ↵ | Fabio Berger | 2018-03-16 | 1 | -14/+14 |
| | | | | | | | | folders | ||||
* | | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-16 | 1 | -1/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add changelog entry about pragma addition Add pragma above command-line script Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package # Conflicts: # packages/deployer/package.json | ||||
| * | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -1/+2 |
| | | |||||
* | | Add Deployer docs to website | Fabio Berger | 2018-03-16 | 1 | -0/+2 |
| | | |||||
* | | Add Web3Wrapper docs to website | Fabio Berger | 2018-03-14 | 1 | -0/+2 |
|/ | |||||
* | Add support for going back to previous hashes via the browser back button to ↵ | Fabio Berger | 2018-03-08 | 1 | -0/+8 |
| | | | | wiki | ||||
* | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 1 | -0/+14 |
| | |||||
* | Add example docs to react-docs package | Fabio Berger | 2018-03-07 | 1 | -1/+2 |
| | |||||
* | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 2 | -1/+4 |
| | |||||
* | Remove menuSubsectionsBySection prop from Documentation component | Fabio Berger | 2018-03-07 | 1 | -1/+0 |
| | |||||
* | Rename docsVersion prop to selectedVersion and docsVersions to versions for ↵ | Fabio Berger | 2018-03-06 | 1 | -2/+2 |
| | | | | clarity | ||||
* | Remove location prop | Fabio Berger | 2018-03-06 | 1 | -1/+0 |
| | |||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 13 | -1328/+2 |
| | |||||
* | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-06 | 1 | -5/+16 |
|\ | | | | | | | | | | | | | | | | | | | * development: Also show staging 0x.js docs on development Fix source links in docs with a hack to support old and new versions of the TypeDoc JSON files remove from devDeps Remove date for now Add ethers typescript typings to 0x.js deps. The library works without this atm since another dep of 0x.js has it as a dep. But it's more robust to have it here. Add missing instructions to add external types to tsconfig.json after installing the package | ||||
| * | Also show staging 0x.js docs on development | Fabio Berger | 2018-03-06 | 1 | -3/+3 |
| | | |||||
| * | Fix source links in docs with a hack to support old and new versions of the ↵ | Fabio Berger | 2018-03-06 | 1 | -2/+13 |
| | | | | | | | | TypeDoc JSON files | ||||
* | | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 21 | -478/+40 |
| | | |||||
* | | Bug fixes | Fabio Berger | 2018-03-05 | 11 | -11/+13 |
| | | |||||
* | | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 12 | -107/+23 |
|/ | |||||
* | Fix small bug where onHover type declarations with comments was taking up ↵ | Fabio Berger | 2018-03-03 | 1 | -1/+3 |
| | | | | the entire window width | ||||
* | Small stylistic improvements | Fabio Berger | 2018-03-03 | 2 | -4/+17 |
| | |||||
* | Fix comment and use named variable in conditional | Fabio Berger | 2018-03-03 | 1 | -2/+3 |
| | |||||
* | Hash hash instead of prefixedHash to scrollToHash function | Fabio Berger | 2018-03-03 | 3 | -4/+5 |
| | |||||
* | Make sure the page has loaded (including all images) before scrolling to hash | Fabio Berger | 2018-03-03 | 1 | -1/+2 |
| | |||||
* | Add hash to URL onClick | Fabio Berger | 2018-03-02 | 1 | -1/+3 |
| | |||||
* | Add underline to internal linksx | Fabio Berger | 2018-03-02 | 1 | -1/+4 |
| | |||||
* | Update react-markdown, properly scroll to section for wiki internal links, ↵ | Fabio Berger | 2018-03-02 | 7 | -42/+68 |
| | | | | consolidate scrollTo logic and make external links open in new tabs | ||||
* | Fix bug where contract event anchor ids were incorrect | Fabio Berger | 2018-03-01 | 1 | -2/+3 |
| | |||||
* | remove unused import | Fabio Berger | 2018-02-28 | 1 | -1/+0 |
| | |||||
* | Move more configs into docsInfo and remove logic that does not belong there ↵ | Fabio Berger | 2018-02-28 | 7 | -39/+69 |
| | | | | elsewhere | ||||
* | Update missed docsJsonRoot variables | Fabio Berger | 2018-02-27 | 1 | -5/+2 |
| | |||||
* | remove docsJsonRoot from docsInfo | Fabio Berger | 2018-02-27 | 2 | -3/+12 |
| | |||||
* | Remove unused props | Fabio Berger | 2018-02-26 | 2 | -6/+0 |
| | |||||
* | Begin refactoring out doc generator template | Fabio Berger | 2018-02-22 | 2 | -94/+139 |
| | |||||
* | Remove unused var | Fabio Berger | 2018-02-22 | 1 | -2/+0 |
| | |||||
* | Keep topBar and footer language to the one picked by the user | Fabio Berger | 2018-02-22 | 6 | -6/+27 |
| | |||||
* | Mobile optimize translated landing page | Fabio Berger | 2018-02-22 | 1 | -10/+13 |
| | |||||
* | Move translate to redux | Fabio Berger | 2018-02-21 | 1 | -90/+115 |
| | |||||
* | Add translation infra and replace english text with calls to translate | Fabio Berger | 2018-02-21 | 1 | -107/+74 |
| | |||||
* | Add Rinkeby network to smart contract docs | Fabio Berger | 2018-02-16 | 1 | -0/+1 |
| | |||||
* | remove hard-coded color | Fabio Berger | 2018-02-16 | 1 | -4/+1 |
| | |||||
* | Remove section links until they go somewhere | Fabio Berger | 2018-02-16 | 1 | -10/+3 |
| | |||||
* | Add more padding on top of section title | Fabio Berger | 2018-02-16 | 1 | -2/+2 |
| | |||||
* | Add hack comment explaining param count short-cut | Fabio Berger | 2018-02-16 | 1 | -0/+3 |
| | |||||
* | replace repeated conditionals with variable | Fabio Berger | 2018-02-16 | 1 | -18/+17 |
| | |||||
* | Remove unneeded props | Fabio Berger | 2018-02-16 | 2 | -2/+0 |
| | |||||
* | use const over hard-coding | Fabio Berger | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | Re-design docs pages | Fabio Berger | 2018-02-16 | 4 | -33/+86 |
| | |||||
* | Re-designed Wiki and half-redesigned docs pages | Fabio Berger | 2018-02-16 | 7 | -65/+135 |
| | |||||
* | Add support for intersection types in docs | Brandon Millman | 2018-02-15 | 1 | -0/+17 |
| | |||||
* | Fix links | Fabio Berger | 2018-02-09 | 1 | -6/+6 |
| | |||||
* | Center header above relayers | Fabio Berger | 2018-02-09 | 1 | -8/+8 |
| | |||||
* | Add title above "benefits" section | Fabio Berger | 2018-02-09 | 1 | -1/+11 |
| | |||||
* | Add Relayer section to landing | Fabio Berger | 2018-02-09 | 1 | -66/+80 |
| | |||||
* | Uppercase Networks enum values | Fabio Berger | 2018-01-31 | 1 | -3/+3 |
| | |||||
* | Fix all setState calls after unmounted errors. Decided to create our own ↵ | Fabio Berger | 2018-01-31 | 2 | -16/+28 |
| | | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative | ||||
* | Initial Ledger support implementation | Fabio Berger | 2018-01-28 | 6 | -6/+6 |
| | |||||
* | Fix @bmilman linkedin link | Leonid Logvinov | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Add new team photos | Leonid Logvinov | 2018-01-12 | 1 | -4/+6 |
| | |||||
* | Add @tom and @dekz while removing @PhABC | Leonid Logvinov | 2018-01-12 | 2 | -14/+26 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 25 | -1112/+855 |
| | |||||
* | Merge branch 'development' into fix/docLinks | Fabio Berger | 2017-12-22 | 15 | -125/+125 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update and standardize contracts README Add to CHANGELOG Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with too many decimals Make assertion stricter so that one cannot submit invalid baseUnit amounts to `toUnitAmount` Add some missed underscores, update changelog and comments Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors # Conflicts: # packages/website/ts/pages/documentation/documentation.tsx # packages/website/ts/pages/shared/nested_sidebar_menu.tsx | ||||
| * | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 2 | -4/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ... | ||||
| * | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 15 | -125/+125 |
| | | | |||||
* | | | Create types sectionName constant | Fabio Berger | 2017-12-22 | 1 | -1/+2 |
| | | | |||||
* | | | Add sectionName prefix to all anchor links in order to fix method name ↵ | Fabio Berger | 2017-12-22 | 8 | -20/+64 |
| |/ |/| | | | | | collisions between sections | ||||
* | | Fix top-padding | Fabio Berger | 2017-12-21 | 2 | -4/+4 |
|/ | |||||
* | Remove re-assignment | Fabio Berger | 2017-12-20 | 1 | -5/+9 |
| | |||||
* | Merge branch 'development' into refactor/website | Fabio Berger | 2017-12-19 | 1 | -10/+19 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add additional public changes introduced to changelog Update CHANGELOG Add a comment Introduce a variable for true Remove redundant template string Implement the address derivations Add hdnode dependency Move web3 import after subprovider imports in test web3_factory Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering of markdownCodeBlock renderer if props haven't updated Add convenience `rebuild` command Update website calls to deposit/withdraw Add entry to CHANGELOG Fix tests in contracts Modify the etherToken wrapper methods to accept an etherTokenAddress as the first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. Fix documentation issue where `unsubscribeAll` shown as method on every contractWrapper instance even though it's only used by Exchange and Token wrappers. # Conflicts: # packages/website/ts/components/eth_weth_conversion_button.tsx | ||||
| * | Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering ↵ | Fabio Berger | 2017-12-18 | 1 | -10/+19 |
| | | | | | | | | of markdownCodeBlock renderer if props haven't updated | ||||
* | | Refactor configs and constants, standardize on uppercase/snakecase, ↵ | Fabio Berger | 2017-12-19 | 6 | -28/+29 |
| | | | | | | | | alphebetize, rename for logical grouping | ||||
* | | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 11 | -38/+34 |
| | | |||||
* | | Standardize colors to always be in uppercase hex and consolidate material-ui ↵ | Fabio Berger | 2017-12-18 | 6 | -13/+13 |
| | | | | | | | | greys | ||||
* | | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 13 | -66/+61 |
| | | |||||
* | | Remove unused `location` prop | Fabio Berger | 2017-12-18 | 4 | -4/+4 |
| | | |||||
* | | Replace remaining strEnums with property TS string enums | Fabio Berger | 2017-12-18 | 3 | -14/+14 |
|/ | |||||
* | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 16 | -65/+9 |
| | |||||
* | Add orderWatcher to 0x.js docs | Fabio Berger | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | Rename packageName to displayName for clarity | Fabio Berger | 2017-11-29 | 2 | -4/+4 |
| | |||||
* | Fix phantom `Contracts` section issue | Fabio Berger | 2017-11-29 | 1 | -0/+5 |
| | |||||
* | Merge branch 'development' into feature/connect-docs | Fabio Berger | 2017-11-29 | 2 | -4/+4 |
|\ | | | | | | | | | | | | | * development: rename for clarity remove unused code Publish | ||||
| * | rename for clarity | Fabio Berger | 2017-11-29 | 2 | -4/+4 |
| | | |||||
* | | Add 0x Connect Docs to the menu and topBar | Fabio Berger | 2017-11-29 | 1 | -1/+1 |
| | | |||||
* | | Add subPackageName and get rid of hard-coded 0x.js in sourceLink | Fabio Berger | 2017-11-29 | 4 | -2/+15 |
|/ | |||||
* | Refactor the topLevel documentation react components for 0x.js and Smart ↵ | Fabio Berger | 2017-11-29 | 3 | -558/+116 |
| | | | | contracts into a single component | ||||
* | Refactor docs to be more declarative, put all hard-coded doc-related data in ↵ | Fabio Berger | 2017-11-29 | 12 | -69/+320 |
| | | | | one place so it easier to add new doc pages | ||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 23 | -133/+132 |
| | |||||
* | remove comment | Fabio Berger | 2017-11-28 | 1 | -1/+0 |
| | |||||
* | Add "Web3" prefix to web3 alias types and link to the correct line in the ↵ | Fabio Berger | 2017-11-28 | 1 | -1/+10 |
| | | | | web3 typings | ||||
* | Fix overlapping arg names | Fabio Berger | 2017-11-28 | 1 | -2/+1 |
| | |||||
* | Fix source links in 0x.js docs | Fabio Berger | 2017-11-28 | 1 | -3/+6 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 25 | -0/+3995 |
sub-packages, use new subscribeAsync 0x.js method |