aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/inputs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into createWethPageFabio Berger2017-12-163-4/+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-4/+1
| |
* | Make label optional and make sure the input field still renders properly ↵Fabio Berger2017-12-141-3/+4
|/ | | | without it
* Fix an invocationLeonid Logvinov2017-12-121-1/+1
|
* Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-111-1/+1
|
* Make sure we don't pass empty maker into getOrderHashHexFabio Berger2017-12-081-1/+2
|
* fix remaining tslint errorsFabio Berger2017-11-289-30/+30
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-229-0/+784
sub-packages, use new subscribeAsync 0x.js method