aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/shared/nested_sidebar_menu.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Apply prettier configLeonid Logvinov2018-01-031-58/+49
|
* Merge branch 'development' into fix/docLinksFabio Berger2017-12-221-11/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 errorsBrandon Millman2017-12-201-11/+11
| |
* | Add sectionName prefix to all anchor links in order to fix method name ↵Fabio Berger2017-12-221-5/+6
|/ | | | collisions between sections
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-1/+1
|
* Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-181-1/+1
| | | | greys
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-1/+1
|
* Fix website unused varsLeonid Logvinov2017-12-151-2/+1
|
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-291-4/+4
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-281-5/+5
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+163
sub-packages, use new subscribeAsync 0x.js method