Commit Graph

1150 Commits

Author SHA1 Message Date
Mikhail Mikheev 5f142bcc75 add eth balance to safe model 2019-04-11 20:10:52 +04:00
Mikhail Mikheev be295d1ef5 tokens balance refactor wip 2019-04-11 19:44:48 +04:00
Mikhail Mikheev f94e598609 balance fetch fixes 2019-04-11 18:12:27 +04:00
Mikhail Mikheev fe35b811c4 refactor tokens reducer 2019-04-11 15:19:22 +04:00
Mikhail Mikheev 78883eacb1 extended token selector fix, dep bump 2019-04-11 12:05:59 +04:00
Mikhail Mikheev a158fe4a15 add extended token selector 2019-04-10 20:04:29 +04:00
Mikhail Mikheev 93cf045c00 update safe and token models 2019-04-10 17:24:32 +04:00
Mikhail Mikheev f5983447ee fix token fetch 2019-04-10 12:56:08 +04:00
Mikhail Mikheev 56c6892651 split fetching tokens function 2019-04-09 19:53:41 +04:00
Mikhail Mikheev 1125536412 tokens fetch fixes, disable eth switch in tokens modal 2019-04-09 18:14:48 +04:00
Mikhail Mikheev 4f5986506b reducer fix, fetching balances and updating balances fixes 2019-04-09 16:36:04 +04:00
Mikhail Mikheev 8a8b29744a action for fetching active token balances wip 2019-04-09 12:48:22 +04:00
Mikhail Mikheev 8108b6bd01 add an action to fetch token balances 2019-04-08 19:58:01 +04:00
Mikhail Mikheev 3b27729d85 load active tokens from localstorage when visiting safe view 2019-04-08 16:53:45 +04:00
Mikhail Mikheev 6003d8db21 display all safes and not owners only in safe list 2019-04-08 13:29:19 +04:00
Mikhail Mikheev 0f7d68b575 eslint fix 2019-04-08 11:46:05 +04:00
Mikhail Mikheev 6e9799bd17 remove cookie store and session storage 2019-04-08 11:19:39 +04:00
Mikhail Mikheev 5d05861856
Merge pull request #97 from gnosis/83-tokens
83-Tokens progress: Internal refactorings
2019-04-08 11:00:25 +04:00
Mikhail Mikheev 32970871d2 eslint fixes 2019-04-04 18:04:59 +04:00
Mikhail Mikheev e33c90c230 load safes from localstorage on app load 2019-04-04 17:35:32 +04:00
Mikhail Mikheev 01baabc7cb add loadFromStorage funC 2019-04-03 17:43:49 +04:00
Mikhail Mikheev 68e98922c3 fix safe name and safe loading by address 2019-04-01 20:13:02 +04:00
Mikhail Mikheev 76bf32ec16 fix load function for storage 2019-04-01 18:02:27 +04:00
Mikhail Mikheev 1c0917d25a move safe storage logic to logic folder, refactor generic storage logic to use immortaldb 2019-04-01 17:50:56 +04:00
Mikhail Mikheev 22d258bacc refactor add safe action 2019-04-01 15:06:37 +04:00
Mikhail Mikheev 477221d415 remove side effects from safes reducer wip 2019-03-29 20:36:11 +04:00
Mikhail Mikheev fffa24f858 remove whitespace when amount of displayed rows is greater than data length 2019-03-29 19:06:32 +04:00
Mikhail Mikheev 7f65031ed0
Merge pull request #95 from gnosis/83-tokens
Part of #83: Tokens ui refactorings
2019-03-29 18:01:09 +04:00
Mikhail Mikheev 586acc16f7
Merge pull request #96 from gnosis/prettier-code-format
prettier code formatting
2019-03-29 17:53:14 +04:00
Mikhail Mikheev 95d6316860 prettier code formatting 2019-03-29 17:32:59 +04:00
Mikhail Mikheev 15cb482c86 fix tx reducer 2019-03-29 16:48:16 +04:00
Mikhail Mikheev 9781596be6 fix flow annotation 2019-03-28 19:38:15 +04:00
Mikhail Mikheev 2a4e72a88e refactor tokensStorage to use immortaldb 2019-03-28 19:30:03 +04:00
Mikhail Mikheev 05c6ffbce7 fix flow annotation for createAction for tokens actions 2019-03-28 13:10:58 +04:00
Mikhail Mikheev 718e84aea3 save whole tokens object in a reducer wip, fix flow type annotation in tokens reducer 2019-03-27 20:19:38 +04:00
Mikhail Mikheev 633f8738b6 save active tokens via immortaldb 2019-03-27 19:30:32 +04:00
Mikhail Mikheev 7e150a2ff3 immortaldb wip 2019-03-26 19:18:36 +04:00
Mikhail Mikheev 0e97f41c54 fix token balance calculation rounding issue by using bignumber not from web3 2019-03-26 17:14:52 +04:00
Mikhail Mikheev a302742e27 move side effects out from tokens reducer, wip rounding bug in tokens balances (should be 1.1 but bignumber returns 1) 2019-03-25 18:59:00 +04:00
Mikhail Mikheev d7fedee8a9 precommit hook changes 2019-03-25 15:10:37 +04:00
Mikhail Mikheev c62271bcb8 wip commit: removing side effects from tokens reducer to actions 2019-03-22 19:27:18 +04:00
Mikhail Mikheev 5c8dcb1d8f move token-related localstorage logic to toknes folder 2019-03-22 18:27:47 +04:00
Mikhail Mikheev 67871312a4 show token placeholder if there was an error fetching the image 2019-03-22 15:49:11 +04:00
Mikhail Mikheev beff6cfdd6 flow type fix 2019-03-21 19:24:57 +04:00
Mikhail Mikheev 3d7bce8d0d add react-hot-loader, smaller margin in token modal heading 2019-03-21 19:12:49 +04:00
Mikhail Mikheev 6a46aa9339 fix token list overlapping with search field 2019-03-21 18:22:11 +04:00
Mikhail Mikheev c2f46699a5 balance table fixes: add 5 to rowsPerPageOptions, remove props from initial state and use them as fallback values 2019-03-21 17:55:49 +04:00
Mikhail Mikheev 5ed00fc475 give more meaningful variable name in safe layout component 2019-03-20 19:46:14 +04:00
Mikhail Mikheev 745bb06962 move tokens stuff to logic folder because in the new mockups their functionality moved to safe page 2019-03-20 19:13:53 +04:00
Mikhail Mikheev 086bc5d57c eslint fixes 2019-03-20 18:39:09 +04:00