Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add topBar menu items to mobile drawer | Fabio Berger | 2018-10-17 | 4 | -27/+65 |
| | |||||
* | chore: componentize the sidebar header | Fabio Berger | 2018-10-17 | 3 | -55/+70 |
| | |||||
* | chore: Fix logo on mobile topBar | Fabio Berger | 2018-10-17 | 1 | -2/+2 |
| | |||||
* | chore: fix linter | Fabio Berger | 2018-10-17 | 2 | -11/+1 |
| | |||||
* | Merge branch 'dev-section-redesign' into reSkinReferenceDocs | Fabio Berger | 2018-10-16 | 3 | -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 development | Fabio Berger | 2018-10-16 | 4 | -13/+20 |
| |\ | |||||
| | * | Remove ContractNotFound errors in contract-wrappers | Alex Browne | 2018-10-16 | 1 | -7/+0 |
| | | | |||||
| | * | Update website to use the new unsubscribeAll method in contract-wrappers | Alex Browne | 2018-10-16 | 1 | -6/+5 |
| | | | |||||
| | * | Apply various PR feedback | Alex Browne | 2018-10-16 | 1 | -2/+0 |
| | | | |||||
| | * | Introduce new contract-addresses package and use it everywhere | Alex Browne | 2018-10-16 | 1 | -11/+2 |
| | | | |||||
| | * | Update testnet-faucets and website to work with new artifacts and abi-gen ↵ | Alex Browne | 2018-10-16 | 1 | -3/+17 |
| | | | | | | | | | | | | wrappers | ||||
| | * | Merge pull request #1132 from 0xProject/removeRollbarUMD | Kadinsky | 2018-10-13 | 1 | -2/+3 |
| | |\ | | | | | | | | | fix(website): replace Rollbar UMD with regular npm package | ||||
| | | * | fix(website): replace Rollbar UMD with regular npm package | Fabio Berger | 2018-10-11 | 1 | -2/+3 |
| | | | | |||||
| | * | | feat: add Steve to team page | Steve Klebanoff | 2018-10-11 | 1 | -0/+11 |
| | |/ | |||||
* | | | style: improve menu & logo alignment | Fabio Berger | 2018-10-16 | 1 | -2/+5 |
| | | | |||||
* | | | chore: Implement newest topBar | Fabio Berger | 2018-10-16 | 1 | -63/+25 |
| | | | |||||
* | | | chore: remove unused imports | Fabio Berger | 2018-10-16 | 1 | -2/+1 |
| | | | |||||
* | | | chore: change landing "build on 0x" to link to developer home, not 0x.js docs | Fabio Berger | 2018-10-16 | 1 | -2/+2 |
| | | | |||||
* | | | chore: remove wiki from main website topBar | Fabio Berger | 2018-10-16 | 1 | -32/+1 |
| | | | |||||
* | | | chore: Replace FAQ with Developer home in footer | Fabio Berger | 2018-10-16 | 1 | -4/+4 |
| | | | |||||
* | | | Replace sandbox with wiki in developer popover | Fabio Berger | 2018-10-16 | 1 | -5/+4 |
| | | | |||||
* | | | chore: move wiki to Developers section | Fabio Berger | 2018-10-16 | 3 | -149/+65 |
| | | | |||||
* | | | chore: fix padding issue | Fabio Berger | 2018-10-16 | 1 | -3/+5 |
| | | | |||||
* | | | chore: replace Github with Wiki in topBar and refactor so can display ↵ | Fabio Berger | 2018-10-16 | 1 | -15/+21 |
| | | | | | | | | | | | | internal & external links | ||||
* | | | feat: highlighted sidebar as you scroll on doc reference pages | Fabio Berger | 2018-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | Chore: Only render one sidebar at a time | Fabio Berger | 2018-10-15 | 2 | -3/+5 |
| | | | |||||
* | | | chore: improve rendering of sidebar top section on mobile | Fabio Berger | 2018-10-15 | 2 | -2/+6 |
| | | | |||||
* | | | chore: fix key issue | Fabio Berger | 2018-10-15 | 1 | -1/+1 |
| | | | |||||
* | | | chore: only show sidebar once docs have loaded | Fabio Berger | 2018-10-14 | 1 | -1/+3 |
| | | | |||||
* | | | fix: Dropdown component so that re-clicking the activeNode when dropdown is ↵ | Fabio Berger | 2018-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | open, closes it | ||||
* | | | Fix sidebar top so long titles display correctly | Fabio Berger | 2018-10-14 | 1 | -5/+5 |
| | | | |||||
* | | | Chore: remove unused imports | Fabio Berger | 2018-10-13 | 1 | -6/+3 |
| | | | |||||
* | | | Fix: Make width variable | Fabio Berger | 2018-10-13 | 1 | -1/+1 |
| | | | |||||
* | | | Remove doc menus from main topBar | Fabio Berger | 2018-10-13 | 1 | -65/+4 |
| | | | |||||
* | | | Implement new version dropdown and remove it from nestedTopBar | Fabio Berger | 2018-10-13 | 3 | -9/+124 |
| | | | |||||
* | | | Fix sidebar shifting onHover due to scrollbar width | Fabio Berger | 2018-10-13 | 1 | -2/+11 |
| | | | |||||
* | | | fix: Remove unnecessary onClick prop from NestedSidebar, since one can ↵ | Fabio Berger | 2018-10-13 | 1 | -4/+2 |
| | | | | | | | | | | | | listen to container element onClick | ||||
* | | | Pass down sidebar instead of sectionNameToLinks | Fabio Berger | 2018-10-13 | 4 | -19/+17 |
| | | | |||||
* | | | Make all doc reference pages responsive | Fabio Berger | 2018-10-12 | 11 | -11/+33 |
| | | | |||||
* | | | Improve loading | Fabio Berger | 2018-10-12 | 1 | -26/+17 |
| | | | |||||
* | | | If sidebar menu item links to internal page, no longer open in new tab | Fabio Berger | 2018-10-12 | 1 | -15/+0 |
| | | | |||||
* | | | Add Getting starter sidebar header | Fabio Berger | 2018-10-12 | 11 | -35/+24 |
| | | | |||||
* | | | Refactor Home so that Dev section chrome is reusable across pages | Fabio Berger | 2018-10-12 | 9 | -672/+733 |
| | | | |||||
* | | | style: Make width of developer section same as rest of website (1064px) | Fabio Berger | 2018-10-11 | 1 | -1/+1 |
| | | | |||||
* | | | merge dev-section-redesign | Fabio Berger | 2018-10-11 | 1 | -19/+11 |
|\| | | |||||
| * | | Merge branch 'development' into dev-section-redesign | Fabio Berger | 2018-10-11 | 1 | -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 Evans | 2018-10-09 | 1 | -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 Evans | 2018-10-05 | 1 | -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 Berger | 2018-10-11 | 2 | -2/+2 |
| | | | | | | | | | | | | it never closes when hovering between the two | ||||
* | | | fix(website): Avoid hover activated dropdown from closing when activeNode is ↵ | Fabio Berger | 2018-10-11 | 1 | -1/+6 |
| | | | | | | | | | | | | clicked | ||||
* | | | Replace Rollbar UMD with regular import | Fabio Berger | 2018-10-10 | 1 | -2/+3 |
|/ / | |||||
* | | Fix liinter | Fabio Berger | 2018-10-06 | 2 | -2/+1 |
| | | |||||
* | | Convert TutorialButton to styled component | Fabio Berger | 2018-10-06 | 1 | -64/+45 |
| | | |||||
* | | Convert more divs to containers and text components | Fabio Berger | 2018-10-05 | 4 | -57/+57 |
| | | |||||
* | | remove inline style | Fabio Berger | 2018-10-05 | 1 | -4/+1 |
| | | |||||
* | | Remove type prop and instead infer it from the value of to | Fabio Berger | 2018-10-05 | 7 | -55/+26 |
| | | |||||
* | | Remove style prop from Link | Fabio Berger | 2018-10-05 | 11 | -56/+44 |
| | | |||||
* | | Render paragraphs with spans so we don't get margin added | Fabio Berger | 2018-10-05 | 1 | -0/+1 |
| | | |||||
* | | Fix bug where wiki links in dev dropdown weren't working when on the wiki | Fabio Berger | 2018-10-05 | 2 | -6/+11 |
| | | |||||
* | | remove stray logs | Fabio Berger | 2018-10-05 | 2 | -2/+0 |
| | | |||||
* | | merge base branch | Fabio Berger | 2018-10-05 | 5 | -35/+70 |
|\ \ | |||||
| * | | merge developmemnt | Fabio Berger | 2018-10-05 | 5 | -35/+70 |
| |\| | |||||
| | * | Upgrade webpack | Fabio Berger | 2018-10-04 | 2 | -16/+16 |
| | | | |||||
| | * | Add Jason to website | Brandon Millman | 2018-10-02 | 1 | -0/+7 |
| | | | |||||
| | * | Fix network badges for V1 and add them for V2 | Fabio Berger | 2018-09-28 | 1 | -16/+44 |
| | | | |||||
| | * | Fix dropdown menu item so it says "0x smart contracts" not "smart contract" | Fabio Berger | 2018-09-28 | 1 | -1/+1 |
| | | | |||||
| | * | Rename for clarity | Fabio Berger | 2018-09-28 | 1 | -3/+3 |
| | | | |||||
* | | | Convert more divs to Containers | Fabio Berger | 2018-10-04 | 2 | -49/+44 |
| | | | |||||
* | | | Use Container and Text where possible | Fabio Berger | 2018-10-04 | 1 | -12/+11 |
| | | | |||||
* | | | Fix linter | Fabio Berger | 2018-10-04 | 2 | -8/+7 |
| | | | |||||
* | | | Remove todo | Fabio Berger | 2018-10-04 | 1 | -1/+0 |
| | | | |||||
* | | | Use nestedSidebarMenu component for Dev home | Fabio Berger | 2018-10-04 | 1 | -41/+8 |
| | | | |||||
* | | | Fix nit | Fabio Berger | 2018-10-03 | 1 | -1/+1 |
| | | | |||||
* | | | Use same Link UI component for react-scroll links | Fabio Berger | 2018-10-03 | 20 | -158/+67 |
| | | | |||||
* | | | remove stray console | Fabio Berger | 2018-10-03 | 1 | -3/+0 |
| | | | |||||
* | | | Make whole bottom bar clickable not just the text | Fabio Berger | 2018-10-03 | 1 | -13/+13 |
| | | | |||||
* | | | Don't make opening links in new tab a default | Fabio Berger | 2018-10-03 | 1 | -3/+6 |
| | | | |||||
* | | | Decrease size of section descriptions | Fabio Berger | 2018-10-03 | 1 | -1/+1 |
| | | | |||||
* | | | Add border underneath logo while user is scrolling | Fabio Berger | 2018-10-03 | 2 | -6/+30 |
| | | | |||||
* | | | Align logo and menu | Fabio Berger | 2018-10-03 | 1 | -11/+11 |
| | | | |||||
* | | | Add padding to bottom of scroll area | Fabio Berger | 2018-10-03 | 1 | -3/+7 |
| | | | |||||
* | | | Fix link | Fabio Berger | 2018-10-03 | 1 | -1/+6 |
| | | | |||||
* | | | Make tutorial buttons also open in a new tab | Fabio Berger | 2018-10-03 | 1 | -3/+18 |
| | | | |||||
* | | | Convert remaining Links to new UI component | Fabio Berger | 2018-10-03 | 3 | -4/+31 |
| | | | |||||
* | | | Use new Link UI component everywhere, and add complementary ALink type | Fabio Berger | 2018-10-03 | 20 | -347/+424 |
| | | | |||||
* | | | Improve mobile padding | Fabio Berger | 2018-10-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fix hovering | Fabio Berger | 2018-10-02 | 1 | -2/+2 |
| | | | |||||
* | | | Simplify helper methods | Fabio Berger | 2018-10-02 | 1 | -23/+13 |
| | | | |||||
* | | | Use colors module | Fabio Berger | 2018-10-02 | 1 | -2/+2 |
| | | | |||||
* | | | Use container instead of div | Fabio Berger | 2018-10-02 | 1 | -8/+1 |
| | | | |||||
* | | | Move more copy to translation files | Fabio Berger | 2018-10-02 | 2 | -3/+6 |
| | | | |||||
* | | | Make menuSubsectionsBySection optional | Fabio Berger | 2018-10-02 | 2 | -2/+0 |
| | | | |||||
* | | | Rename for clarity | Fabio Berger | 2018-10-02 | 1 | -3/+3 |
| | | | |||||
* | | | Move constants before configs and add TODO comment | Fabio Berger | 2018-10-02 | 1 | -8/+9 |
| | | | |||||
* | | | Add comment about link component | Fabio Berger | 2018-10-02 | 1 | -0/+5 |
| | | | |||||
* | | | Move colors to colors.ts file | Fabio Berger | 2018-10-02 | 1 | -3/+3 |
| | | | |||||
* | | | Fix bug where button wouldn't be highlighted after hitting browser back ↵ | Fabio Berger | 2018-10-02 | 1 | -0/+4 |
| | | | | | | | | | | | | button despite the cursor resting above it | ||||
* | | | Prefer basscss over style | Fabio Berger | 2018-10-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fix linter | Fabio Berger | 2018-10-01 | 2 | -13/+3 |
| | | | |||||
* | | | Fix bug where main content scrollbar wasn't showing up after navigating back ↵ | Fabio Berger | 2018-10-01 | 1 | -3/+6 |
| | | | | | | | | | | | | in browser history via keyboard shortcut | ||||
* | | | Fix incorrect merge errors | Fabio Berger | 2018-10-01 | 2 | -2/+1 |
| | | | |||||
* | | | fix merge | Fabio Berger | 2018-10-01 | 2 | -7/+12 |
|\| | | |||||
| * | | merge | Fabio Berger | 2018-10-01 | 6 | -123/+210 |
| |\ \ | | |/ | |/| | |||||
| | * | Use Container instead of div | Fabio Berger | 2018-09-17 | 1 | -6/+10 |
| | | | |||||
| | * | Fix linter | Fabio Berger | 2018-08-30 | 1 | -1/+1 |
| | | | |||||
| | * | Fix prettier | Fabio Berger | 2018-08-29 | 1 | -1/+1 |
| | | | |||||
* | | | Convert package descriptions to markdown and linkify them | Fabio Berger | 2018-09-28 | 1 | -11/+16 |
| | | | |||||
* | | | Fix minor scrolling issue | Fabio Berger | 2018-09-28 | 1 | -1/+1 |
| | | | |||||
* | | | Add mobile menu to overview page | Fabio Berger | 2018-09-28 | 2 | -3/+23 |
| | | | |||||
* | | | Add sidebar menu, proper scrolling and mobile-optimize | Fabio Berger | 2018-09-28 | 3 | -91/+203 |
| | | | |||||
* | | | Import ObjectMap from types now that it's moved | Fabio Berger | 2018-09-28 | 1 | -1/+2 |
| | | | |||||
* | | | merge development | Fabio Berger | 2018-09-28 | 57 | -1379/+743 |
|\| | | |||||
| * | | remove items-center classname | fragosti | 2018-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | Change clay to Ecosystem Development Lead | fragosti | 2018-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | Update everything to Coinbase Wallet instead of Toshi | fragosti | 2018-09-26 | 6 | -15/+15 |
| | | | |||||
| * | | Merge pull request #1088 from 0xProject/fix/website/relayers-column | Francesco Agosti | 2018-09-26 | 1 | -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 Millman | 2018-09-26 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | to number of relayers | ||||
| * | | | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-09-26 | 2 | -2/+20 |
| |\ \ \ | |||||
| | * | | | Add weijie and rahul | fragosti | 2018-09-26 | 1 | -0/+18 |
| | | | | | |||||
| | * | | | Change news link | fragosti | 2018-09-26 | 1 | -2/+2 |
| | |/ / | |||||
| * | | | fix: call out a HACK in comments | F. Eugene Aumson | 2018-09-26 | 1 | -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 SolDoc | F. Eugene Aumson | 2018-09-26 | 2 | -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-doc | F. Eugene Aumson | 2018-09-25 | 5 | -9/+6 |
| |\| | | |||||
| | * | | Merge pull request #1037 from 0xProject/feature/forwarder-helper/sra-and-rpc | Francesco Agosti | 2018-09-24 | 3 | -7/+4 |
| | |\ \ | | | | | | | | | | | [asset-buyer] Create new AssetBuyer class | ||||
| | | * | | Move ObjectMap to shared types | fragosti | 2018-09-19 | 3 | -7/+4 |
| | | | | | |||||
| | * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-09-18 | 1 | -15/+18 |
| | |\| | | | | | | | | | | | | | | | | | fix/website/signing-order-validation-bug | ||||
| | * | | | Fix order creation and fill flow in Portal | fragosti | 2018-09-18 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | BREAKING CHANGE: document contracts from sol-doc | F. Eugene Aumson | 2018-09-22 | 3 | -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-import | Jacob Evans | 2018-09-18 | 1 | -15/+18 |
| |\ \ \ | | |/ / | |/| | | 0xjs README/website docs update | ||||
| | * | | Folder 1.0.0 -> 1.0.1 | Jacob Evans | 2018-09-18 | 1 | -5/+5 |
| | | | | |||||
| | * | | Rename to v1->v0 v2->v1 | Jacob Evans | 2018-09-18 | 1 | -17/+17 |
| | | | | |||||
| | * | | Remove note about RC versions | Jacob Evans | 2018-09-13 | 1 | -10/+10 |
| | | | | |||||
| | * | | 0xjs README/website docs update | Jacob Evans | 2018-09-13 | 1 | -14/+17 |
| | | | | |||||
| * | | | Change Davids description | fragosti | 2018-09-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix David Sacks links | fragosti | 2018-09-12 | 1 | -4/+4 |
| | | | | |||||
| * | | | Merge branch 'feature/website/add-gene' into development | fragosti | 2018-09-12 | 1 | -0/+8 |
| |\ \ \ | |||||
| | * | | | Add Gene info to website | fragosti | 2018-09-12 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Add david sacks | fragosti | 2018-09-12 | 1 | -2/+14 |
| |/ / / | |||||
| * | | | Clear localstorage | fragosti | 2018-09-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix minting for new tokens on testnets | fragosti | 2018-09-07 | 5 | -40/+51 |
| |/ / | |||||
| * | | Run linter | fragosti | 2018-09-05 | 2 | -3/+1 |
| | | | |||||
| * | | Merge branch 'feature/website/update-portal-v2' of ↵ | fragosti | 2018-09-05 | 3 | -9/+5 |
| |\ \ | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/website/update-portal-v2 | ||||
| | * | | Remove unused imports and console.log | Fabio Berger | 2018-09-05 | 1 | -4/+1 |
| | | | | |||||
| | * | | Add back order validation logic | Fabio Berger | 2018-09-05 | 1 | -7/+5 |
| | | | | |||||
| | * | | Fix imports | Fabio Berger | 2018-09-05 | 1 | -2/+1 |
| | | | | |||||
| | * | | remove console log | Fabio Berger | 2018-09-05 | 1 | -1/+0 |
| | | | | |||||
| | * | | merge development | Fabio Berger | 2018-09-05 | 17 | -356/+296 |
| | |\ \ | |||||
| * | | | | Use order parser utils from order utils | fragosti | 2018-09-05 | 10 | -42/+9 |
| | | | | | |||||
| * | | | | Merge https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-09-05 | 17 | -356/+296 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | feature/website/update-portal-v2 | ||||
| | * | | Add temporarily missing web3-provider-engine types in website | Leonid Logvinov | 2018-09-04 | 1 | -0/+1 |
| | | | | |||||
| | * | | Remove unused imports | Leonid Logvinov | 2018-09-04 | 2 | -6/+0 |
| | | | | |||||
| | * | | Merge pull request #1048 from 0xProject/feature/website/patch-v2-landing | Brandon Millman | 2018-08-31 | 1 | -3/+7 |
| | |\ \ | | | | | | | | | | | [website] Final tweaks for landing page | ||||
| | | * | | Tweaks to benefits and use cases | Brandon Millman | 2018-08-31 | 1 | -2/+6 |
| | | | | | |||||
| | | * | | Final tweaks for landing page | fragosti | 2018-08-31 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge pull request #1047 from 0xProject/feature/re-add-no-unused-variables | Francesco Agosti | 2018-08-31 | 11 | -15/+8 |
| | |\ \ \ | | | |/ / | | |/| | | Re-add no-unused-variable tslint rule | ||||
| | | * | | Fix unused vars for react-shared and website | fragosti | 2018-08-31 | 11 | -15/+8 |
| | | | | | |||||
| | * | | | Revert whats new text | Brandon Millman | 2018-08-31 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Add new exchange everywhere graphic | Brandon Millman | 2018-08-31 | 1 | -4/+8 |
| | | | | | |||||
| | * | | | Remove unused render methods in landing page | Brandon Millman | 2018-08-31 | 1 | -110/+0 |
| | | | | | |||||
| | * | | | Remove conflict strings | fragosti | 2018-08-31 | 1 | -3/+0 |
| | | | | | |||||
| | * | | | Add careers page to top bar | fragosti | 2018-08-31 | 1 | -1/+11 |
| | | | | | |||||
| | * | | | Final tweaks | fragosti | 2018-08-31 | 3 | -11/+17 |
| | | | | | |||||
| | * | | | Remove redundant import | fragosti | 2018-08-31 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Add TypedText component and use it on landing page | fragosti | 2018-08-31 | 4 | -0/+110 |
| | | | | | |||||
| | * | | | Add generic title changes | fragosti | 2018-08-31 | 1 | -17/+7 |
| | | | | | |||||
| | * | | | Added todo comments for missing items | Brandon Millman | 2018-08-31 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Add title header to use cases section | Brandon Millman | 2018-08-31 | 2 | -14/+12 |
| | | | | | |||||
| | * | | | Make hero image responsive | Brandon Millman | 2018-08-31 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | Update what's new styling | Brandon Millman | 2018-08-31 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-30 | 14 | -21/+18 |
| | |\| | | | | | | | | | | | | | | | | | feature/website/v2-tweaks | ||||
| | * | | | Update use cases section | Brandon Millman | 2018-08-30 | 2 | -48/+89 |
| | | | | | |||||
| | * | | | Update tokenization section | Brandon Millman | 2018-08-30 | 2 | -43/+12 |
| | | | | | |||||
| | * | | | Update benefits | Brandon Millman | 2018-08-30 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | Update whats new | Brandon Millman | 2018-08-30 | 1 | -13/+19 |
| | | | | | |||||
| | * | | | Add new header image | Brandon Millman | 2018-08-30 | 1 | -4/+5 |
| | | | | | |||||
| | * | | | Replace projects section with relayers | Brandon Millman | 2018-08-30 | 1 | -77/+5 |
| | | | | | |||||
| * | | | | Update exchange ABI for decoding logs | Brandon Millman | 2018-08-31 | 2 | -615/+1 |
| | | | | | |||||
| * | | | | Remove LogError legacy stuff | Brandon Millman | 2018-08-31 | 1 | -4/+0 |
| | | | | | |||||
| * | | | | Update comment for validation | Brandon Millman | 2018-08-31 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Remove commented out block | Brandon Millman | 2018-08-31 | 1 | -20/+0 |
| | | | | | |||||
| * | | | | Remove cancel check | Brandon Millman | 2018-08-31 | 2 | -12/+0 |
| | | | | | |||||
| * | | | | Update generate and fill order flows | Brandon Millman | 2018-08-31 | 7 | -30/+41 |
| | | | | | |||||
| * | | | | Token registry from old 0x version | Brandon Millman | 2018-08-31 | 1 | -9/+12 |
| | | | | | |||||
| * | | | | Fix import | Brandon Millman | 2018-08-31 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Initial changes for v2 portal | Brandon Millman | 2018-08-31 | 15 | -276/+303 |
| | |/ / | |/| | | |||||
| * | | | Revert "Simplify dropdown component" | fragosti | 2018-08-29 | 1 | -15/+25 |
| | | | | | | | | | | | | | | | | This reverts commit 91a9014a50cca8e0d42634666fe409839aeae8cf. | ||||
| * | | | Revert "Have new Popover component working in React 16" | fragosti | 2018-08-29 | 8 | -84/+39 |
| | | | | | | | | | | | | | | | | This reverts commit 5785ec0713c39466b3a6a171f5f0a2d38207b44b. | ||||
| * | | | Revert "Enable hovering state for dropdown" | fragosti | 2018-08-29 | 3 | -10/+7 |
| | | | | | | | | | | | | | | | | This reverts commit ac1640140c9279ac9e8a92d84702a2f84d9165fb. | ||||
| * | | | Enable hovering state for dropdown | fragosti | 2018-08-29 | 3 | -7/+10 |
| | | | | |||||
| * | | | Have new Popover component working in React 16 | fragosti | 2018-08-28 | 8 | -39/+84 |
| | | | | |||||
| * | | | Simplify dropdown component | fragosti | 2018-08-25 | 1 | -25/+15 |
| | | | | |||||
| * | | | Change all onTouchTap to onClick | fragosti | 2018-08-25 | 13 | -18/+18 |
| | | | | |||||
| * | | | Update react and remove tap event plugin [deprecated] | fragosti | 2018-08-25 | 1 | -3/+0 |
| |/ / | |||||
* | | | Move more text over to translation files | Fabio Berger | 2018-09-26 | 4 | -22/+28 |
| | | | |||||
* | | | Implement dev home | Fabio Berger | 2018-09-26 | 4 | -9/+439 |
| | | | |||||
* | | | Fix logo to link to docs home | Fabio Berger | 2018-09-26 | 1 | -1/+1 |
| | | | |||||
* | | | Use new link component in Developer dropdown | Fabio Berger | 2018-09-26 | 1 | -21/+14 |
| | | | |||||
* | | | Create a link ui component that abstracts away interval vs. internal links | Fabio Berger | 2018-09-26 | 1 | -0/+42 |
| | | | |||||
* | | | Move /docs endpoint before longer ones so doesn't overtake other doc endpoints | Fabio Berger | 2018-09-26 | 1 | -1/+1 |
| | | | |||||
* | | | Implement new responsive, dev section header and home scaffolding | Fabio Berger | 2018-09-17 | 5 | -53/+103 |
| | | | |||||
* | | | Remove temporary borders | Fabio Berger | 2018-08-29 | 1 | -2/+0 |
| | | | |||||
* | | | Implement dev topbar | Fabio Berger | 2018-08-29 | 2 | -27/+73 |
| | | | |||||
* | | | Merge branch 'dev-dropdown' into doc-overview-page | Fabio Berger | 2018-08-28 | 1 | -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-shared | Fabio Berger | 2018-08-28 | 1 | -3/+0 |
| | | | |||||
| * | | Use translation helper | Fabio Berger | 2018-08-28 | 1 | -1/+1 |
| | | | |||||
| * | | Use generatic ObjectMap type | Fabio Berger | 2018-08-28 | 1 | -10/+9 |
| | | | |||||
* | | | Swap out link | Fabio Berger | 2018-08-28 | 1 | -1/+1 |
| | | | |||||
* | | | Begin implementing doc home page | Fabio Berger | 2018-08-28 | 7 | -0/+197 |
|/ / | |||||
* | | Merge branch 'development' into dev-dropdown | Fabio Berger | 2018-08-27 | 1 | -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 v2 | fragosti | 2018-08-24 | 1 | -0/+5 |
| | | |||||
* | | Move colors to colors module | Fabio Berger | 2018-08-27 | 1 | -3/+11 |
| | | |||||
* | | Add developers dropdown to topBar | Fabio Berger | 2018-08-27 | 1 | -123/+6 |
| | | |||||
* | | Implement Developers dropdown | Fabio Berger | 2018-08-27 | 2 | -0/+181 |
| | | |||||
* | | Add ability to specify styling to popover container | Fabio Berger | 2018-08-27 | 1 | -0/+3 |
| | | |||||
* | | Fix translation capitalizations to not capitalize single letters with ↵ | Fabio Berger | 2018-08-27 | 1 | -1/+6 |
| | | | | | | | | sentences (i.e 'a' in 'Build a Relayer') | ||||
* | | Add missing translations needed for dev dropdown | Fabio Berger | 2018-08-27 | 1 | -0/+7 |
|/ | |||||
* | Add missing keyu | Fabio Berger | 2018-08-23 | 1 | -1/+5 |
| | |||||
* | Remove docs catch-all endpoint | Fabio Berger | 2018-08-23 | 1 | -1/+0 |
| | |||||
* | merge development | Fabio Berger | 2018-08-23 | 1 | -0/+7 |
|\ | |||||
| * | Add documentation for json-schemas | fragosti | 2018-08-23 | 1 | -0/+7 |
| | | |||||
* | | Fix many linter errors that showed up upon upgrading tsutil | Fabio Berger | 2018-08-23 | 2 | -8/+11 |
| | | |||||
* | | Use actual packageName for external example imports | Fabio Berger | 2018-08-22 | 12 | -1/+12 |
| | | |||||
* | | Merge development branch | Fabio Berger | 2018-08-22 | 2 | -2/+11 |
|\| | |||||
| * | Update lock icon in onboarding | Brandon Millman | 2018-08-21 | 1 | -1/+3 |
| | | |||||
| * | Add Matt Taylor to website | Brandon Millman | 2018-08-21 | 1 | -1/+8 |
| | | |||||
| * | Revert error renames | Brandon Millman | 2018-08-21 | 1 | -2/+5 |
| | | |||||
* | | Fix website given that it still depends on an old version of @0xproject/Types | Fabio Berger | 2018-08-20 | 1 | -2/+5 |
| | | |||||
* | | Merge development | Fabio Berger | 2018-08-17 | 1 | -5/+2 |
|\| | |||||
| * | Rename OrderAlreadyCancelledOrFilled -> OrderCancelled. | Jacob Evans | 2018-08-16 | 1 | -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 Berger | 2018-08-16 | 11 | -67/+6 |
| | | | | | | | | typedocUtils to be a class to avoid excessive param passing | ||||
* | | Merge development | Fabio Berger | 2018-08-15 | 7 | -81/+140 |
|\| | |||||
| * | Update Clays linkedin | fragosti | 2018-08-10 | 1 | -1/+1 |
| | | |||||
| * | Add clay to website | fragosti | 2018-08-10 | 1 | -0/+11 |
| | | |||||
| * | Change amir picture | fragosti | 2018-08-09 | 1 | -1/+1 |
| | | |||||
| * | Fix jobs page overflow issue | Brandon Millman | 2018-07-30 | 3 | -4/+6 |
| | | |||||
| * | Create MetaTags component | Brandon Millman | 2018-07-30 | 4 | -68/+114 |
| | | |||||
* | | Fix bug related to react-scroll's scrollSpy and the render order of elements | Fabio Berger | 2018-08-06 | 1 | -2/+12 |
| | | |||||
* | | Stop exporting constants from order-utils | Fabio Berger | 2018-08-04 | 1 | -1/+2 |
| | | |||||
* | | Fix sol-compiler doc configs | Fabio Berger | 2018-08-03 | 1 | -4/+0 |
| | | |||||
* | | Fix-up Order-utils doc page | Fabio Berger | 2018-08-03 | 1 | -5/+1 |
| | | |||||
* | | Add OrderWatcher docs page | Fabio Berger | 2018-08-03 | 6 | -10/+109 |
| | | |||||
* | | Add MD sections to contract-wrappers docs | Fabio Berger | 2018-08-03 | 1 | -4/+19 |
| | | |||||
* | | Fix connect docs | Fabio Berger | 2018-08-02 | 1 | -6/+0 |
| | | |||||
* | | Add contract-wrappers page and make topBar component more concise | Fabio Berger | 2018-08-02 | 5 | -117/+103 |
| | | |||||
* | | Prefix menu and sections with markdown as that is all the should now be defined | Fabio Berger | 2018-08-02 | 10 | -121/+81 |
| | | |||||
* | | Start refactoring docs to remove unnecessary configs given more concise ↵ | Fabio Berger | 2018-08-01 | 12 | -426/+3 |
|/ | | | | TypeDoc JSON | ||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-07-28 | 18 | -446/+292 |
|\ | | | | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks | ||||
| * | Fix linter | Fabio Berger | 2018-07-26 | 2 | -3/+0 |
| | | |||||
| * | Remove careers page feature flag | Brandon Millman | 2018-07-26 | 2 | -14/+2 |
| | | |||||
| * | Merge pull request #893 from 0xProject/feature/website/jobs-page-part2 | Brandon Millman | 2018-07-26 | 17 | -438/+299 |
| |\ | | | | | | | Jobs page |