aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/redux
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-182-3/+3
|
* Use order parser utils from order utilsfragosti2018-09-052-2/+0
|
* Initial changes for v2 portalBrandon Millman2018-08-312-16/+11
|
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-1/+1
|
* Stop exporting constants from order-utilsFabio Berger2018-08-041-1/+2
|
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* Move update onboarding step tracking to onboarding flow codefragosti2018-07-141-5/+0
|
* Make Analytics API non-asyncfragosti2018-07-131-10/+5
|
* Add no-floating-promises ignore commentsfragosti2018-07-121-0/+5
|
* Integrate heap analyticsfragosti2018-07-122-3/+45
|
* Persist whether onboarding is open or close across refreshesfragosti2018-07-041-1/+3
|
* Allow you to continue the onboarding flow once youve installed metamask and ↵fragosti2018-06-302-4/+4
| | | | refreshed the page
* Always restart onboarding from 0 and other small improvementsfragosti2018-06-281-0/+2
|
* Fix state mutation in reducerBrandon Millman2018-06-221-4/+4
|
* Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-012-3/+3
|
* Address PR feedbackfragosti2018-05-301-0/+21
|
* Auto-show onboarding flow on first page viewfragosti2018-05-261-1/+4
|
* Basic onboarding flow infrastructure set upfragosti2018-05-252-1/+27
|
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-242-4/+5
|
* Add missing type definitionsLeonid Logvinov2018-05-142-31/+31
|
* Fix userAddress bugsFabio Berger2018-03-111-2/+4
|
* Refactor blockchain to store userAddress as address or undefinedFabio Berger2018-03-112-5/+5
|
* Create blockchainWatcher class and refactor Portal such that Ether amounts ↵Fabio Berger2018-03-102-4/+4
| | | | are always passed around as baseUnits
* Keep topBar and footer language to the one picked by the userFabio Berger2018-02-221-1/+4
|
* Move translate to reduxFabio Berger2018-02-212-0/+17
|
* Address feedbackLeonid Logvinov2018-02-081-2/+1
|
* Remove hash from signatureDataLeonid Logvinov2018-02-082-10/+9
|
* Remove unused types and take their namesLeonid Logvinov2018-02-072-4/+4
|
* 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