27 Commits

Author SHA1 Message Date
William O'Beirne
1aad9d1c21 Standardize Redux Actions / Reducers (#95)
* Convert Swap to consistent style

* Generate wallet reducer cleanup.

* Confirm empty action in swap reducer

* Union types. Fix gen wallet collision

* Fix not using all actions in reducer. Added reducer state for is fetching from bity. Added todo to make that a loader.

* Readme instructions.

* Remove common action constants.

* Bring all actions and reducers inline with readme instructions.

* Readme fixes

* address comments
2017-07-27 12:05:09 -05:00
Daniel Ternyak
0b72b8ff6a update GenerateWallet hasDownloadedWalletFile prop type from invalid 'boolean' to valid 'bool' type (#58) 2017-07-17 20:47:01 -05:00
Daniel Ternyak
37008e9fe9 Complete Generate/Create Wallet Flow (#38)
* GenerateWallet: Download real UTC file.

* Paper wallet (#45)

* Working paper wallet (#52)

* Reset Generate Wallet state when component will unmount
2017-07-16 16:02:13 -05:00
Daniel Ternyak
1a4fac1dec accidently swapped verb and namespace order for action creators originally; fixed 2017-06-20 01:28:22 -05:00
Daniel Ternyak
ba6d46e91d reformat 2017-06-20 01:14:35 -05:00
Daniel Ternyak
ff81133b5e reformat 2017-06-20 01:14:23 -05:00
Daniel Ternyak
3644cb5515 format 2017-06-20 01:13:21 -05:00
Daniel Ternyak
3cee501da1 format 2017-06-20 01:08:26 -05:00
Daniel Ternyak
9a612eb6de use standard action creator naming convention 2017-06-20 00:59:54 -05:00
Daniel Ternyak
c46ed8f6ed clean up Generate Wallet actions to not use boilerplate 2017-06-19 22:15:38 -05:00
Daniel Ternyak
ee8c411c4e Remove comments. 2017-06-11 20:08:19 -05:00
Daniel Ternyak
db70e17a67 PR comments 2017-05-30 22:34:57 -05:00
Daniel Ternyak
62dcec96d9 fix merge conflicts 2017-05-30 18:35:30 -05:00
crptm
96cf7f5969 eslint 2017-05-31 00:36:52 +04:00
Daniel Ternyak
f4e7f0648b improve GenerateWalletPasswordComponent translation support 2017-05-30 01:18:44 -05:00
Daniel Ternyak
cf36d9eb52 footer, generate wallet improved translations 2017-05-29 23:53:28 -05:00
Daniel Ternyak
180173735e use new redux state and actions in component 2017-04-27 01:15:27 -05:00
Daniel Ternyak
5d63e693ec pass new redux state and props through smart container 2017-04-27 01:15:07 -05:00
Daniel Ternyak
947bc1ce4b Create stateless component for Ledger Trezor Warning on GenerateWallet Page 2017-04-27 01:12:15 -05:00
Daniel Ternyak
0c457c8e82 whitespace reformatting 2017-04-26 23:02:38 -05:00
Daniel Ternyak
3d8461617e restructure routing/container structure 2017-04-26 22:58:01 -05:00
Daniel Ternyak
6f6826c88c Bring in Confirm/Download and wire up initial local state 2017-04-26 22:16:01 -05:00
Daniel Ternyak
7245df71a9 whitespace reformat 2017-04-26 22:13:59 -05:00
Daniel Ternyak
30c51b9f72 refactor 2017-04-24 19:00:58 -05:00
Daniel Ternyak
44701f8756 Integrate Redux-Form for GenerateWalletInput.
Break out GenerateWalletPasswordInputComponent into separate component.

Add required props to propTypes.

Add Generate Wallet Input actions and states.

Add Show Generate Wallet Password action and state.

Define validators for Field.
2017-04-18 18:01:25 -05:00
Daniel Ternyak
498fbfcf41 Use prop-types package instead of React.PropTypes. 2017-04-14 01:26:25 -05:00
Daniel Ternyak
7d8ba8aac5 Create GenerateWalletPassword component - will be a component of GenerateWallet tab components. 2017-04-13 20:27:28 -05:00