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
0eae13f938
Swap Cleanup ( #68 )
...
* add types for swap action creators (and separate out to separate module)
* DRY up swapInformation and onGoingSwapInformation -> SwapInfoHeader.
* stop bity rate loading when Swap will unmount
* split out SimpleDropdown to separate module
* various additional refactors
2017-07-22 16:24:03 -05:00
Daniel Ternyak
cdcbd7a56b
Sagas: Adjust bity saga to allow for cancelled polling, and stop polling when part 2 of swap ends.
2017-07-08 22:51:14 -05:00
crptm
ecb11133dd
move bity getRates to saga ( #35 )
...
* move bity getRates to saga
* typo
* bity polling
2017-07-07 21:00:09 -05:00
Daniel Ternyak
29be2821a3
refactor donation addresses map; fix hardcoded instance of address in send
2017-07-03 19:16:20 -05:00
Daniel Ternyak
8f77aedc70
swapProgress: create computed class for active step; cleanup
2017-07-03 19:09:33 -05:00
Daniel Ternyak
513b4c67b9
Bity: refactor and remove unnecessary class
2017-07-03 19:08:35 -05:00
Daniel Ternyak
62150fb63b
swapProgress: add translations and remove ng-scopes
2017-07-03 16:53:02 -05:00
Daniel Ternyak
7cf3d26bbe
Merge feat/send-page
2017-07-02 00:49:06 -05:00
Daniel Ternyak
b623a3efe9
Swap Part 3 WIP
2017-07-02 00:45:22 -05:00
crptm
0ad93101e7
validators merge
2017-06-27 03:27:26 +04:00
Daniel Ternyak
afe2adbb5a
add translation support
2017-06-25 00:57:43 -05:00
Daniel Ternyak
dab75a48b0
address comments
2017-06-24 15:39:03 -05:00
Daniel Ternyak
08f44e1d4a
Merge branch 'swap_part_2' into swap_part_2_more
2017-06-24 13:19:14 -05:00
Daniel Ternyak
119dda77e1
Create toFixedIfLarger function, unit test, and use in app.
2017-06-24 13:17:09 -05:00
Daniel Ternyak
28415cd0e8
Consume new receivingAddressSwap action creator and receivingAddress state, validate receiving address input using Validator class.
2017-06-24 01:09:44 -05:00
Daniel Ternyak
cb36331c2d
Refactor: remove stray ng-binding
2017-06-23 20:34:13 -05:00
Daniel Ternyak
943a0532d7
Swap: Create components/adjust containers as neccesasary for part 2 of swap
2017-06-23 20:26:54 -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
9a612eb6de
use standard action creator naming convention
2017-06-20 00:59:54 -05:00
Daniel Ternyak
b33d2ef590
don't pass around bityRates when you can access from state in reducer
2017-06-19 18:47:11 -05:00
Daniel Ternyak
c820cf8ce3
remove unused propType
2017-06-19 18:35:52 -05:00
Daniel Ternyak
e7d8284d69
move state building into swap reducer instead of in wantToSwapMy component
2017-06-19 18:35:14 -05:00
Daniel Ternyak
67d57c3d4b
remove eslint warning because store was undefined since it was global
2017-06-19 00:49:52 -05:00
Daniel Ternyak
6f638c66da
remove unused actions
2017-06-19 00:39:57 -05:00
Daniel Ternyak
67a5eee0a9
Reformat
2017-06-19 00:39:07 -05:00
Daniel Ternyak
f32a2d6631
Reformat: common/containers/Tabs/Swap/components/wantToSwapMy.js
2017-06-19 00:37:17 -05:00
Daniel Ternyak
3cf43d04ad
address additional comments
2017-06-18 23:56:32 -05:00
Daniel Ternyak
c77f5ef300
address sleep() hack -- get state directly from redux instead of relying on props
2017-06-18 23:53:32 -05:00
Daniel Ternyak
192efd4404
reformat
2017-06-18 20:00:54 -05:00
Daniel Ternyak
f2b8045c21
address additional comments
2017-06-18 19:56:11 -05:00
Daniel Ternyak
fb73be4214
WIP address comments
2017-06-18 14:47:00 -05:00
Daniel Ternyak
d745729d95
Swap: Initial Swap Home View
2017-06-11 20:02:39 -05:00