aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/token_balances.tsx
Commit message (Collapse)AuthorAgeFilesLines
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-2/+2
|
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-4/+4
|
* Fix unhoverable help tooltip by renaming `Trade Permissions` to `Allowance`Fabio Berger2017-12-181-2/+2
|
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-6/+6
|
* Update first two string enums to native typeFabio Berger2017-12-181-1/+1
|
* Fix linter errorsFabio Berger2017-12-161-5/+0
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-161-2/+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 redundant spacesLeonid Logvinov2017-12-161-1/+1
| |
| * Fix website unused varsLeonid Logvinov2017-12-151-1/+0
| |
* | Remove ETH-WETH convert button from balances pageFabio Berger2017-12-141-24/+0
|/
* fix remaining tslint errorsFabio Berger2017-11-281-26/+27
|
* Add missing keysFabio Berger2017-11-241-0/+2
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+697
sub-packages, use new subscribeAsync 0x.js method