aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/redux
Commit message (Collapse)AuthorAgeFilesLines
* Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-072-4/+4
|
* Fix linter errorsFabio Berger2018-01-312-3/+0
|
* Wholesale replace the tokenByAddress and de-dup properlyFabio Berger2018-01-302-12/+9
|
* Remove the ability to clear tokenByAddress. It should simply be updated.Fabio Berger2018-01-302-12/+0
|
* Fix bug where could not switch to Ledger and backFabio Berger2018-01-292-0/+31
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-282-103/+7
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-042-2/+2
|
* Apply prettier configLeonid Logvinov2018-01-032-36/+36
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-35/+35
|
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-1/+1
|
* Update ActionType enum and move from using _.assign in reducerFabio Berger2017-12-182-144/+187
|
* Remove unused enumsFabio Berger2017-12-182-24/+0
|
* Update first two string enums to native typeFabio Berger2017-12-181-5/+5
|
* Fix website unused varsLeonid Logvinov2017-12-151-1/+0
|
* Fix tslint issuesFabio Berger2017-11-282-18/+18
|
* Fix alignmentFabio Berger2017-11-241-9/+9
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-222-0/+607
sub-packages, use new subscribeAsync 0x.js method