aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/redux/reducer.ts
Commit message (Collapse)AuthorAgeFilesLines
* Basic onboarding flow infrastructure set upfragosti2018-05-251-1/+20
|
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-3/+4
|
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
|
* Fix userAddress bugsFabio Berger2018-03-111-2/+4
|
* Refactor blockchain to store userAddress as address or undefinedFabio Berger2018-03-111-2/+2
|
* Create blockchainWatcher class and refactor Portal such that Ether amounts ↵Fabio Berger2018-03-101-3/+3
| | | | 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-211-0/+10
|
* Address feedbackLeonid Logvinov2018-02-081-2/+1
|
* Remove hash from signatureDataLeonid Logvinov2018-02-081-6/+5
|
* Remove unused types and take their namesLeonid Logvinov2018-02-071-2/+2
|
* Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-071-2/+2
|
* Fix linter errorsFabio Berger2018-01-311-2/+0
|
* Wholesale replace the tokenByAddress and de-dup properlyFabio Berger2018-01-301-10/+1
|
* Remove the ability to clear tokenByAddress. It should simply be updated.Fabio Berger2018-01-301-7/+0
|
* Fix bug where could not switch to Ledger and backFabio Berger2018-01-291-0/+19
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-67/+5
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-3/+3
|
* 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-181-111/+154
|
* Remove unused enumsFabio Berger2017-12-181-17/+0
|
* Update first two string enums to native typeFabio Berger2017-12-181-5/+5
|
* Fix tslint issuesFabio Berger2017-11-281-11/+11
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+363
sub-packages, use new subscribeAsync 0x.js method