Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement new locked and uninstalled states | Brandon Millman | 2018-06-29 | 1 | -4/+4 |
| | |||||
* | Update ProviderDisplay with new design | Brandon Millman | 2018-06-29 | 1 | -29/+87 |
| | |||||
* | Remove unused variables | fragosti | 2018-06-27 | 1 | -1/+0 |
| | |||||
* | Have basic network switching working | fragosti | 2018-06-26 | 1 | -1/+0 |
| | |||||
* | Update Island shadow styling and use Island in more places | Brandon Millman | 2018-06-20 | 1 | -4/+3 |
| | |||||
* | Use Image component instead of img tag | Brandon Millman | 2018-06-20 | 1 | -1/+2 |
| | |||||
* | Consolidate account state messaging logic | Brandon Millman | 2018-06-19 | 2 | -21/+23 |
| | |||||
* | Add max width to top bar | Brandon Millman | 2018-06-17 | 1 | -1/+2 |
| | |||||
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -0/+17 |
|\ | | | | | | | feature/improve-linting | ||||
| * | Merge pull request #653 from 0xProject/feature/ethereum-types-docs | Leonid Logvinov | 2018-06-07 | 1 | -0/+17 |
| |\ | | | | | | | Add a documentation page for ethereum-types package | ||||
| | * | Add EthereumTypes to _renderDrawer | Leonid Logvinov | 2018-06-07 | 1 | -0/+11 |
| | | | |||||
| | * | Add a documentation page for ethereum types | Leonid Logvinov | 2018-06-05 | 1 | -0/+6 |
| | | | |||||
* | | | Fix remaining tslint issues | Fabio Berger | 2018-06-06 | 1 | -1/+0 |
| | | | |||||
* | | | merge v2-prototype | Fabio Berger | 2018-06-06 | 2 | -2/+3 |
|\| | | |||||
| * | | Merge branch 'feature/website/landing-subscribe-button' into ↵ | fragosti | 2018-06-02 | 2 | -3/+3 |
| |\ \ | | |/ | |/| | | | | feature/website/landing-subscribe-button-2 | ||||
| | * | Add styled-components and polished | fragosti | 2018-06-02 | 2 | -3/+3 |
| | | | |||||
* | | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 3 | -8/+0 |
|/ / | |||||
* | | Only show ProviderDisplay in portal | Brandon Millman | 2018-06-02 | 1 | -12/+14 |
| | | |||||
* | | Add loading state to ProviderDisplay | Brandon Millman | 2018-06-01 | 2 | -22/+39 |
|/ | |||||
* | Remove blacklist concept | fragosti | 2018-05-30 | 1 | -2/+0 |
| | |||||
* | Improve tooltip look | fragosti | 2018-05-30 | 1 | -0/+3 |
| | |||||
* | Run linter | fragosti | 2018-05-26 | 1 | -1/+4 |
| | |||||
* | Implement metamask installation flow | fragosti | 2018-05-26 | 1 | -6/+3 |
| | |||||
* | Fix issue where modal can be out of sync with app state | fragosti | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Basic onboarding flow infrastructure set up | fragosti | 2018-05-25 | 1 | -1/+2 |
| | |||||
* | merge development | Fabio Berger | 2018-05-22 | 1 | -6/+0 |
|\ | |||||
| * | Remove "Order utils" from menu for now | Fabio Berger | 2018-05-17 | 1 | -6/+0 |
| | | |||||
* | | Prettier | Brandon Millman | 2018-05-19 | 1 | -1/+3 |
| | | |||||
* | | Close drawer when new path is chosen | Brandon Millman | 2018-05-19 | 1 | -0/+7 |
| | | |||||
* | | Refactor portal specific colors out of react-shared | Brandon Millman | 2018-05-19 | 1 | -4/+4 |
| | | |||||
* | | Add custom styling for drawer | Brandon Millman | 2018-05-19 | 1 | -1/+2 |
| | | |||||
* | | Set up scaffolding for new drawer | Brandon Millman | 2018-05-19 | 1 | -1/+16 |
| | | |||||
* | | Merge branch 'development' into v2-prototype | Fabio Berger | 2018-05-16 | 4 | -23/+23 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Do not remove artifacts when running `clean` fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Revert to lerna:run lint Do lint sequentially Exclude monorepo-scripts from tslint as test Fix prettier Add hover state to top tokens Change to weekly txn volume Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json Apply prettier to some files which were not formatted correctly Fix TSLint issues Fix TSLint issues Update ethereeumjs-testrpc to ganache-cli Fix infinite loop Add changelog entries for packages where executable binary exporting fixed ... # Conflicts: # packages/contracts/package.json # packages/contracts/util/formatters.ts # packages/contracts/util/signed_order_utils.ts # packages/migrations/package.json # yarn.lock | ||||
| * | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 4 | -23/+23 |
| | | |||||
* | | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 2 | -65/+71 |
|\| | |||||
| * | Fix templates | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
| | | |||||
| * | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -8/+8 |
| | | |||||
| * | Suggestions and fix bad merge | Brandon Millman | 2018-05-09 | 1 | -12/+6 |
| | | |||||
| * | Merge branch 'development' into feature/website/top-bar-redesign | Brandon Millman | 2018-05-09 | 1 | -1/+7 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (63 commits) Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile Use named constants Add a comment Fix comments Rename args to constructor-args Fix a typo Define a separator const Move artifacts from src/artifacts to artifacts/v1 Fix sol-cov to work with the new artifacts format Implement new artifacts format Publish Updated CHANGELOGS Make node types a dependency Fix type errors in CSS properties ... | ||||
| | * | Fix type errors in CSS properties | Leonid Logvinov | 2018-05-05 | 1 | -1/+1 |
| | | | |||||
| | * | Add order utils docs to the menu | Leonid Logvinov | 2018-05-04 | 1 | -0/+6 |
| | | | |||||
| | * | Fix logo left padding on mobile | Fabio Berger | 2018-05-03 | 1 | -1/+1 |
| | | | |||||
| * | | ProviderDisplay changes | Brandon Millman | 2018-04-24 | 2 | -37/+28 |
| | | | |||||
| * | | Top bar expanded display type | Brandon Millman | 2018-04-24 | 1 | -15/+30 |
| |/ | |||||
| * | Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenu | Brandon Millman | 2018-04-24 | 1 | -2/+2 |
| | | |||||
* | | Fix zeppelin imports, run prettier | Amir Bandeali | 2018-04-21 | 1 | -1/+3 |
|/ | |||||
* | Update 0x.js and web3-wrapper doc urls so that last segment is identical to ↵ | Fabio Berger | 2018-04-11 | 1 | -3/+9 |
| | | | | package name. Keep legacy endpoints. | ||||
* | Implement wallet locked and uninstalled states | Brandon Millman | 2018-03-30 | 1 | -1/+2 |
| | |||||
* | Refactor titleToIcon mapping to idToIcon and move to docPage | Fabio Berger | 2018-03-20 | 1 | -2/+3 |
| | |||||
* | Add Subprovider docs to website | Fabio Berger | 2018-03-19 | 1 | -7/+26 |
| | |||||
* | Re-order developers dropdown | Fabio Berger | 2018-03-18 | 1 | -19/+19 |
| | |||||
* | Add sol-cov docs to website | Fabio Berger | 2018-03-18 | 1 | -0/+19 |
| | |||||
* | Add JSON Schemas docs to website | Fabio Berger | 2018-03-18 | 1 | -0/+19 |
| | |||||
* | Add Deployer docs to website | Fabio Berger | 2018-03-16 | 1 | -0/+19 |
| | |||||
* | Add Web3Wrapper docs to website | Fabio Berger | 2018-03-14 | 1 | -1/+22 |
| | |||||
* | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 1 | -0/+2 |
| | |||||
* | Fix tslint errors | Fabio Berger | 2018-03-07 | 1 | -2/+1 |
| | |||||
* | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 1 | -2/+3 |
| | |||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 2 | -3/+4 |
| | |||||
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 4 | -7/+5 |
| | |||||
* | Bug fixes | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 1 | -1/+2 |
| | |||||
* | Move more configs into docsInfo and remove logic that does not belong there ↵ | Fabio Berger | 2018-02-28 | 1 | -1/+0 |
| | | | | elsewhere | ||||
* | Remove extenuous defaultProps | Fabio Berger | 2018-02-22 | 1 | -1/+0 |
| | |||||
* | Make translate a required prop of TopBar | Fabio Berger | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Improve homepage and add translations in chinese, russian, korean and spanish | Fabio Berger | 2018-02-21 | 2 | -3/+3 |
| | |||||
* | Add translation infra and replace english text with calls to translate | Fabio Berger | 2018-02-21 | 1 | -22/+45 |
| | |||||
* | Re-design docs pages | Fabio Berger | 2018-02-16 | 1 | -3/+0 |
| | |||||
* | Re-designed Wiki and half-redesigned docs pages | Fabio Berger | 2018-02-16 | 1 | -45/+46 |
| | |||||
* | Add blog to topBar and as a consequence support external links in topBar ↵ | Fabio Berger | 2018-02-09 | 2 | -3/+25 |
| | | | | menu items | ||||
* | Fix linter errors | Fabio Berger | 2018-01-31 | 3 | -15/+2 |
| | |||||
* | Make it such that users can switch between Ledger accounts without first ↵ | Fabio Berger | 2018-01-29 | 1 | -6/+4 |
| | | | | switching back to an injected provider | ||||
* | Use colors module and remove in-lined colors | Fabio Berger | 2018-01-29 | 2 | -7/+10 |
| | |||||
* | Add network name to the select provider | Fabio Berger | 2018-01-29 | 1 | -12/+15 |
| | |||||
* | Implement just-in-time loading of token balances & allowances | Fabio Berger | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | Initial Ledger support implementation | Fabio Berger | 2018-01-28 | 4 | -0/+666 |