aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/local_storage
Commit message (Collapse)AuthorAgeFilesLines
* fix(website): fix code splittingBrandon Millman2018-11-121-1/+1
|
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-1/+1
|
* Fix tslint issuesLeonid Logvinov2018-07-173-15/+15
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
|
* Address PR feedbackfragosti2018-05-301-6/+2
|
* Add localstorage helperfragosti2018-05-261-0/+16
|
* Auto-show onboarding flow on first page viewfragosti2018-05-261-0/+14
|
* Add missing type definitionsLeonid Logvinov2018-05-142-9/+9
|
* Fix bug where we were return undefined instead of the empty objectFabio Berger2018-01-311-1/+1
|
* Wholesale replace the tokenByAddress and de-dup properlyFabio Berger2018-01-301-4/+8
|
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-101-5/+5
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-032-15/+15
|
* Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-192-4/+4
| | | | alphebetize, rename for logical grouping
* Clear trackedTokens so that a user starts tracking the new WETH and no ↵Fabio Berger2017-12-141-0/+11
| | | | longer the old one
* fix remaining tslint errorsFabio Berger2017-11-281-3/+3
|
* Fix tslint issuesFabio Berger2017-11-281-1/+1
|
* Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵Fabio Berger2017-11-231-1/+13
| | | | interface
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-223-0/+173
sub-packages, use new subscribeAsync 0x.js method