Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 1 | -147/+0 |
| | |||||
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 1 | -2/+1 |
| | |||||
* | Bug fixes | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 1 | -2/+2 |
| | |||||
* | Move more configs into docsInfo and remove logic that does not belong there ↵ | Fabio Berger | 2018-02-28 | 1 | -2/+2 |
| | | | | elsewhere | ||||
* | Re-design docs pages | Fabio Berger | 2018-02-16 | 1 | -2/+7 |
| | |||||
* | Re-designed Wiki and half-redesigned docs pages | Fabio Berger | 2018-02-16 | 1 | -9/+10 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -70/+36 |
| | |||||
* | Merge branch 'development' into fix/docLinks | Fabio Berger | 2017-12-22 | 1 | -9/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -9/+9 |
| | | |||||
* | | Add sectionName prefix to all anchor links in order to fix method name ↵ | Fabio Berger | 2017-12-22 | 1 | -2/+4 |
|/ | | | | collisions between sections | ||||
* | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -4/+0 |
| | |||||
* | Add subPackageName and get rid of hard-coded 0x.js in sourceLink | Fabio Berger | 2017-11-29 | 1 | -0/+1 |
| | |||||
* | Refactor docs to be more declarative, put all hard-coded doc-related data in ↵ | Fabio Berger | 2017-11-29 | 1 | -0/+4 |
| | | | | one place so it easier to add new doc pages | ||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 1 | -11/+11 |
| | |||||
* | Fix overlapping arg names | Fabio Berger | 2017-11-28 | 1 | -2/+1 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 1 | -0/+174 |
sub-packages, use new subscribeAsync 0x.js method |