aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-193-15/+16
| | | | alphebetize, rename for logical grouping
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-182-2/+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-185-8/+8
|
* Update first two string enums to native typeFabio Berger2017-12-182-8/+8
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-163-7/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ...
| * Fix website unused varsLeonid Logvinov2017-12-153-7/+1
| |
* | Improve WETH page stylingFabio Berger2017-12-151-4/+4
| |
* | Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵Fabio Berger2017-12-151-52/+78
|/ | | | specific and not both
* fix remaining tslint errorsFabio Berger2017-11-287-33/+39
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-227-0/+907
sub-packages, use new subscribeAsync 0x.js method