Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix version picker so it doesn't overflow onto two lines | Fabio Berger | 2018-12-18 | 1 | -7/+9 |
| | |||||
* | feature(website): add 0x Instant as a track in the docs | Brandon Millman | 2018-12-11 | 2 | -0/+10 |
| | |||||
* | Merge pull request #1399 from ↵ | Francesco Agosti | 2018-12-07 | 3 | -1/+11 |
|\ | | | | | | | | | 0xProject/feature/website/disable-slider-if-no-address-configurator [website] Disable slider when no affiliate info | ||||
| * | feat: change color of doctype tag in configurator | fragosti | 2018-12-07 | 1 | -1/+1 |
| | | |||||
| * | feat: disable slider when no affiliate info | fragosti | 2018-12-06 | 2 | -0/+10 |
| | | |||||
* | | Switch out whitepaper with 0x protocol specification | Fabio Berger | 2018-12-06 | 3 | -2/+5 |
| | | |||||
* | | Switch out RocketChat icon with Discord icon | Fabio Berger | 2018-12-06 | 1 | -1/+1 |
|/ | |||||
* | fix: add comma to affiliateInfo config in configurator | fragosti | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | fix: remove target=_blank from instant link | fragosti | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | feat: change New notification to point to instant | fragosti | 2018-12-06 | 1 | -2/+2 |
| | |||||
* | fix: ensure copy button is above code | fragosti | 2018-12-06 | 1 | -1/+2 |
| | |||||
* | feat: notify user they've copied to clipboard on copy | fragosti | 2018-12-06 | 1 | -14/+29 |
| | |||||
* | chore: make default fee percentage in configurator 0 | fragosti | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-06 | 4 | -5/+5 |
|\ | | | | | | | feature/website/instant-configurator | ||||
| * | Replace Rocket.chat with Discord | Fabio Berger | 2018-12-05 | 4 | -5/+5 |
| | | |||||
* | | chore: run linter | fragosti | 2018-12-05 | 2 | -2/+1 |
| | | |||||
* | | feat: add copy code feature | fragosti | 2018-12-05 | 2 | -3/+18 |
| | | |||||
* | | chore: fix linter issues | fragosti | 2018-12-05 | 3 | -12/+3 |
| | | |||||
* | | chore: remove shark relay from possible SRA endpoints | fragosti | 2018-12-05 | 1 | -5/+1 |
| | | |||||
* | | hack: make min-height of line-number container 98% to prevent scrollbar from ↵ | fragosti | 2018-12-05 | 1 | -1/+1 |
| | | | | | | | | appearing in code demo | ||||
* | | fix: use WebsitePaths type and update wiki link to new link | fragosti | 2018-12-05 | 5 | -11/+16 |
| | | |||||
* | | fix: reset available tokens when sra endpoint is changed | fragosti | 2018-12-05 | 2 | -3/+8 |
| | | |||||
* | | fix: make select box-shadow darker | fragosti | 2018-12-05 | 1 | -2/+4 |
| | | |||||
* | | fix: do not show select all if no tokens are available | fragosti | 2018-12-05 | 1 | -0/+5 |
| | | |||||
* | | feat: update configurator snippet to actually work if copy and pasted | fragosti | 2018-12-05 | 1 | -17/+23 |
| | | |||||
* | | fix: change liquiditySource to orderSource | fragosti | 2018-12-04 | 1 | -1/+1 |
| | | |||||
* | | feat: update relayer list | fragosti | 2018-12-04 | 1 | -1/+19 |
| | | |||||
* | | polish: make configurator inputs look more like mocks | fragosti | 2018-12-04 | 3 | -3/+6 |
| | | |||||
* | | feat: fetch asset meta data from the asset meta data map | fragosti | 2018-12-04 | 1 | -31/+23 |
| | | |||||
* | | fix: address to lowercase and explore the docs leads to correct wiki | fragosti | 2018-12-04 | 1 | -2/+2 |
| | | |||||
* | | feat: create more dank slider | fragosti | 2018-12-04 | 2 | -6/+84 |
| | | |||||
* | | feat: make (optional) label inline | fragosti | 2018-12-04 | 1 | -2/+3 |
| | | |||||
* | | feat: add fee percentage slider | fragosti | 2018-12-04 | 4 | -31/+44 |
| | | |||||
* | | feat: add fee percentage slier | fragosti | 2018-12-04 | 3 | -2/+30 |
| | | |||||
* | | feat: implement basic feeRecipient address in config generator | fragosti | 2018-12-04 | 4 | -11/+96 |
| | | |||||
* | | fix: use correct styles even when syntax highlighter component removes ↵ | fragosti | 2018-12-01 | 1 | -3/+4 |
| | | | | | | | | classnames on second render | ||||
* | | feat: implement code generation | fragosti | 2018-12-01 | 3 | -27/+49 |
| | | |||||
* | | feat: implement multi token select component | fragosti | 2018-12-01 | 8 | -46/+156 |
| | | |||||
* | | feat: implement available token fetching | fragosti | 2018-11-30 | 2 | -6/+114 |
| | | |||||
* | | feat: add MultiSelect component skeleton | fragosti | 2018-11-30 | 2 | -1/+80 |
| | | |||||
* | | feat: add Select component and use for configurator | fragosti | 2018-11-30 | 7 | -31/+285 |
| | | |||||
* | | feat: implement configurator layout | fragosti | 2018-11-30 | 2 | -4/+29 |
| | | |||||
* | | feat: factor out ActionLink component from features | fragosti | 2018-11-30 | 2 | -37/+54 |
| | | |||||
* | | feat: improve styling of code demo component | fragosti | 2018-11-30 | 2 | -12/+126 |
| | | |||||
* | | feat: have basic code syntax highlighting working | fragosti | 2018-11-30 | 3 | -1/+55 |
|/ | |||||
* | feat(website): implement rest of links | Brandon Millman | 2018-11-29 | 3 | -55/+77 |
| | |||||
* | feat(website): implement link directly to configure | Brandon Millman | 2018-11-29 | 3 | -5/+34 |
| | |||||
* | feat(website): optionally show configurator | Brandon Millman | 2018-11-29 | 1 | -3/+4 |
| | |||||
* | feature(website): add configurator shell | Brandon Millman | 2018-11-29 | 2 | -0/+8 |
| | |||||
* | fix(website): instant marketing page need more background color | Brandon Millman | 2018-11-29 | 2 | -5/+4 |
| | |||||
* | fix(website): instant marketing page shadows | Brandon Millman | 2018-11-29 | 2 | -1/+3 |
| | |||||
* | fix(website): change instant marketing page styling to non mono font except ↵ | Brandon Millman | 2018-11-29 | 2 | -10/+10 |
| | | | | the 0 in 0x | ||||
* | chore(website): random fixes for mobile optimization | Brandon Millman | 2018-11-29 | 4 | -36/+63 |
| | |||||
* | feat(website): add extra assets for instant marketing page | Brandon Millman | 2018-11-29 | 1 | -8/+8 |
| | |||||
* | feat(website): fix screenshots in marketing page for small screens | Brandon Millman | 2018-11-29 | 2 | -11/+31 |
| | |||||
* | feat(website): need more section for instant marketing page | Brandon Millman | 2018-11-29 | 3 | -2/+52 |
| | |||||
* | feature(website): add links to instant marketing page | Brandon Millman | 2018-11-29 | 1 | -8/+51 |
| | |||||
* | fix(website): update instant page CTA font | Brandon Millman | 2018-11-29 | 1 | -7/+1 |
| | |||||
* | feat(website): instant features section | Brandon Millman | 2018-11-29 | 6 | -31/+55 |
| | |||||
* | feat(website): add screenshots to instant page | Brandon Millman | 2018-11-29 | 4 | -1/+85 |
| | |||||
* | feat(website): implement introducing 0x instant header | Brandon Millman | 2018-11-29 | 3 | -1/+48 |
| | |||||
* | feat(website): add header and footer to instant page | Brandon Millman | 2018-11-29 | 1 | -1/+46 |
| | |||||
* | feat(website): scaffolding for instant page | Brandon Millman | 2018-11-29 | 4 | -0/+42 |
| | |||||
* | feat: Add Xianny to about page | fragosti | 2018-11-27 | 1 | -0/+8 |
| | |||||
* | Add migrations, contract-addresses and contract-artifacts to Developers home | Fabio Berger | 2018-11-21 | 1 | -0/+25 |
| | |||||
* | Create migrations doc reference page | Fabio Berger | 2018-11-21 | 4 | -0/+76 |
| | |||||
* | Add 0x-order-utils.py library to developers home | Fabio Berger | 2018-11-20 | 1 | -0/+9 |
| | |||||
* | Update blog post feature | Fabio Berger | 2018-11-17 | 1 | -2/+2 |
| | |||||
* | Fix disclaimer on mobile | Fabio Berger | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Add smart contract docs to Developer Home | Fabio Berger | 2018-11-17 | 1 | -0/+8 |
| | |||||
* | Add Apache license link | Fabio Berger | 2018-11-17 | 1 | -0/+1 |
| | |||||
* | Fix capitalization in title | Fabio Berger | 2018-11-17 | 1 | -3/+10 |
| | |||||
* | Remove excess semi-colon | Fabio Berger | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Point directly to README for docs link | Fabio Berger | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Fix disclaimer | Fabio Berger | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Add blogpost URL | Fabio Berger | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Add disclaimer | Fabio Berger | 2018-11-16 | 1 | -0/+29 |
| | |||||
* | Merge branch 'development' into launchKitLanding | Fabio Berger | 2018-11-16 | 12 | -20/+50 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (110 commits) fix: fix exceeds block gas limit error chore(instant): fix lint error fix: remove unused vars Send in affiliate info as option Have heartbeat update not trigger errors fix: remove redundant handler feat: make onUnlockWalletClick different based on ON chore: remove wallet panel content for mobile feat: use blue for wallet prompt on mobile feat: use stable version of bowser fix: add http to external url string feat: make onUnlockWalletClick different based on ON chore: remove wallet panel content for mobile feat: use blue for wallet prompt on mobile feat: use stable version of bowser feat: expose webpack-dev-server content to local network fix(website): remove node env definition from webpack fix(website): currentProvider called on undefined chore: update yarn lock feat: use capital values for enums ... | ||||
| * | fix(website): currentProvider called on undefined | Brandon Millman | 2018-11-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1244 from 0xProject/developerSectionNits | Fabio B | 2018-11-14 | 11 | -19/+49 |
| |\ | | | | | | | Remaining Developer Section Design Nits | ||||
| | * | merge development | Fabio Berger | 2018-11-12 | 3 | -70/+70 |
| | |\ | |||||
| | * | | Increase logo size | Fabio Berger | 2018-11-12 | 1 | -3/+3 |
| | | | | |||||
| | * | | Adjust paddin | Fabio Berger | 2018-11-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix menuItem background colors depending on the context | Fabio Berger | 2018-11-11 | 4 | -3/+18 |
| | | | | |||||
| | * | | Remove "Home" menu item, instead make different parts of logo link to ↵ | Fabio Berger | 2018-11-11 | 5 | -35/+46 |
| | | | | | | | | | | | | | | | | different sections of the website | ||||
| | * | | style: reduce border size on version dropdown | Fabio Berger | 2018-10-26 | 1 | -1/+1 |
| | | | | |||||
| | * | | style: make line-height of sidebar title 26px, make sure still bottom ↵ | Fabio Berger | 2018-10-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | aligned with version picker | ||||
| | * | | style: remove small gap under topbar | Fabio Berger | 2018-10-26 | 2 | -23/+26 |
| | | | | |||||
* | | | | Add launch kit to Developer home list of tools | Fabio Berger | 2018-11-16 | 1 | -0/+9 |
| | | | | |||||
* | | | | fix linter issue | Fabio Berger | 2018-11-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update call-to-action links | Fabio Berger | 2018-11-16 | 2 | -4/+6 |
| | | | | |||||
* | | | | Move benefits to language files and fix copy | Fabio Berger | 2018-11-14 | 2 | -29/+38 |
| | | | | |||||
* | | | | Implement 0x launch kit landing page | Fabio Berger | 2018-11-14 | 6 | -1/+340 |
|/ / / | |||||
* | / | fix(website): fix code splitting | Brandon Millman | 2018-11-12 | 22 | -30/+30 |
| |/ |/| | |||||
* | | fix(website): prepare website for breaking MetaMask change for eip 1102 | Brandon Millman | 2018-10-31 | 2 | -69/+66 |
| | | |||||
* | | fix(website): round makerAssetToken amount in FillOrder component | Brandon Millman | 2018-10-26 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #1173 from 0xProject/fixSchemaBug | Kadinsky | 2018-10-23 | 1 | -5/+12 |
|\ | | | | | Fix number schema bug | ||||
| * | chore: Add whole number to next json-schema doc md section | Fabio Berger | 2018-10-22 | 1 | -5/+12 |
| | | |||||
| * | revert unrelated change | Fabio Berger | 2018-10-22 | 1 | -2/+2 |
| | | |||||
| * | fix: Update address to ZRX token to newly deployed 'mintable' ZRX token on ↵ | Fabio Berger | 2018-10-20 | 1 | -2/+2 |
| | | | | | | | | Kovan/Ropsten | ||||
* | | fix(website): create correct subprovider for metamask | Brandon Millman | 2018-10-23 | 1 | -1/+1 |
| | | |||||
* | | fix(website): do not fetch balances for empty tokens | Brandon Millman | 2018-10-23 | 1 | -6/+13 |
|/ | |||||
* | Use em for all | Fabio Berger | 2018-10-20 | 3 | -3/+3 |
| | |||||
* | chore: use Text | Fabio Berger | 2018-10-20 | 1 | -2/+2 |
| | |||||
* | chore: use `colors` module | Fabio Berger | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | fix: scroll lag on doc reference and wiki pages by using react-scroll `spy` ↵ | Fabio Berger | 2018-10-20 | 4 | -3/+96 |
| | | | | and only updating the sidebar menu items whose active state had changed | ||||
* | Use media module | Fabio Berger | 2018-10-20 | 1 | -2/+3 |
| | |||||
* | Remove unused listeners | Fabio Berger | 2018-10-20 | 1 | -8/+0 |
| | |||||
* | chore: fix dropdown bug on Firefox and reduced duplicate code | Fabio Berger | 2018-10-19 | 1 | -24/+22 |
| | |||||
* | style: make sure sideBar bottom padding is on scrollable content, not container | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
| | |||||
* | Improve sidebar logic to handle MS Edge, Firefox differences between Windows ↵ | Fabio Berger | 2018-10-19 | 3 | -6/+30 |
| | | | | & Mac | ||||
* | chore: improve sidebar scroll | Fabio Berger | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | chore: Replace state with styled-components for hover detection | Fabio Berger | 2018-10-19 | 1 | -71/+69 |
| | |||||
* | style: accomodate different scrollbar widths on Firefox vs. Chrome/Safari | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
| | |||||
* | copy: consistently name ERCdEX with correct capitalization | Fabio Berger | 2018-10-19 | 1 | -7/+7 |
| | |||||
* | copy: Networked liquidity -> shared liquidity | Fabio Berger | 2018-10-19 | 3 | -5/+5 |
| | |||||
* | fix: Make sure page scrollable on mobile | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
| | |||||
* | Don't show topBar menu items in sidebar on wiki | Fabio Berger | 2018-10-19 | 1 | -1/+5 |
| | |||||
* | Update doc ref markdown sections | Fabio Berger | 2018-10-19 | 11 | -60/+124 |
| | |||||
* | Add index signature to FakeTokenRegistry | Leonid Logvinov | 2018-10-18 | 1 | -1/+8 |
| | |||||
* | chore: fix imports | Fabio Berger | 2018-10-18 | 15 | -26/+26 |
| | |||||
* | chore: replace @0xproject with @0x in .tsx files | Fabio Berger | 2018-10-18 | 74 | -115/+115 |
| | |||||
* | Remove old 0x.js from website | Fabio Berger | 2018-10-18 | 2 | -11/+877 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 33 | -64/+64 |
| | |||||
* | chore: fix up asset-buyer doc and add to Dev Home | Fabio Berger | 2018-10-18 | 2 | -1/+11 |
| | |||||
* | merge dev-section-redesign | Fabio Berger | 2018-10-18 | 8 | -24/+138 |
|\ | |||||
| * | merge development | Fabio Berger | 2018-10-18 | 9 | -24/+139 |
| |\ | |||||
| | * | feat(website): add expanded and minimized display types to relayer grid | Brandon Millman | 2018-10-18 | 3 | -22/+56 |
| | | | |||||
| | * | Merge branch 'development' into feature/website/asset-buyer-docs | Brandon Millman | 2018-10-18 | 1 | -1/+2 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Update CODEOWNERS Update CODEOWNERS Update CODEOWNERS Add leo to CODEOWNERS on some packages fix(monorepo-scripts): Format date as UTC not local time. Bump max bundle size for instant fix: dont use enum string as type as typedoc gets confused feat: export AssetData from order-utils feat: export AssetData from utils chore: temporarily increase the bundle size for instant Remove order-utils from dependencies Run tests on circle CI Add tests for format and use toFixed instead of round for usd Remove expiry buffer seconds option from AssetBuyer init Add ts-optchain and use it instead of lodash get Hide USD price when ETH-USD price is not available Rename OrderDetailsRow to EthAmountRow fix: add Steve's github account to about page, and capitalize AppFolio correctly Put boundNoop in a util file Add tnxHash to buy button callbacks ... | ||||
| | | * | Merge pull request #1138 from 0xProject/feature/add-steves-github | Steve Klebanoff | 2018-10-17 | 1 | -1/+2 |
| | | |\ | | | | | | | | | | | [website] Add Steve's github | ||||
| | | | * | fix: add Steve's github account to about page, and capitalize AppFolio correctly | Steve Klebanoff | 2018-10-16 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | feat(website): add asset-buyer documentation | Brandon Millman | 2018-10-17 | 5 | -1/+87 |
| | |/ / | |||||
* | | | | nit: remove todo | Fabio Berger | 2018-10-17 | 1 | -1/+0 |
| | | | | |||||
* | | | | chore: Add topBar menu in wiki mobile sidebar menu | Fabio Berger | 2018-10-17 | 1 | -1/+29 |
| | | | | |||||
* | | | | chore: Rename "Documentation" to "Docs" in mobile menu | Fabio Berger | 2018-10-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | 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 |
| | | |