Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 6 | -440/+0 |
| | |||||
* | Bug fixes | Fabio Berger | 2018-03-05 | 2 | -2/+2 |
| | |||||
* | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 5 | -94/+7 |
| | |||||
* | 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 | 1 | -2/+1 |
| | |||||
* | 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 | 4 | -8/+56 |
| | | | | consolidate scrollTo logic and make external links open in new tabs | ||||
* | Move more configs into docsInfo and remove logic that does not belong there ↵ | Fabio Berger | 2018-02-28 | 2 | -11/+14 |
| | | | | elsewhere | ||||
* | 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 |
| | |||||
* | Re-design docs pages | Fabio Berger | 2018-02-16 | 1 | -1/+8 |
| | |||||
* | Re-designed Wiki and half-redesigned docs pages | Fabio Berger | 2018-02-16 | 4 | -19/+49 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 6 | -102/+77 |
| | |||||
* | Merge branch 'development' into fix/docLinks | Fabio Berger | 2017-12-22 | 5 | -24/+24 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 5 | -24/+24 |
| | | |||||
* | | Add sectionName prefix to all anchor links in order to fix method name ↵ | Fabio Berger | 2017-12-22 | 1 | -5/+6 |
|/ | | | | collisions between sections | ||||
* | 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 | ||||
* | | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
| | | |||||
* | | Standardize colors to always be in uppercase hex and consolidate material-ui ↵ | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | greys | ||||
* | | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
|/ | |||||
* | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 2 | -4/+1 |
| | |||||
* | Refactor docs to be more declarative, put all hard-coded doc-related data in ↵ | Fabio Berger | 2017-11-29 | 2 | -7/+6 |
| | | | | one place so it easier to add new doc pages | ||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 5 | -19/+15 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 6 | -0/+454 |
sub-packages, use new subscribeAsync 0x.js method |