Commit Graph

1011 Commits

Author SHA1 Message Date
Mikhail Mikheev 22eb1a3c55 implement form populating after valid address 2019-04-24 17:52:21 +04:00
Mikhail Mikheev aff310806d add validator for already existing token 2019-04-24 16:15:00 +04:00
Mikhail Mikheev d57c4caa15 form validation wip 2019-04-24 13:48:33 +04:00
Mikhail Mikheev 30228345d3 change validation for token address field 2019-04-24 12:48:34 +04:00
Mikhail Mikheev b46ba47516 reset form state when user clears the address 2019-04-23 19:41:32 +04:00
Mikhail Mikheev 92e77deb60 check token in relay and update the form state if found 2019-04-23 17:12:21 +04:00
Mikhail Mikheev 4b1a0f785d pass token address as a param in fetch token function 2019-04-23 13:54:10 +04:00
Mikhail Mikheev 39ccb7b288 move fetchTokenList function to separate api folder, add fetchToken func 2019-04-23 13:42:45 +04:00
Mikhail Mikheev 3e62d3b7be flow type fix 2019-04-22 18:46:41 +04:00
Mikhail Mikheev c6110fc8c2 Merge branch 'development' of github.com:gnosis/safe-react into 83-tokens 2019-04-22 17:59:22 +04:00
Mikhail Mikheev a689c3b44d
Merge pull request #103 from gnosis/99-app-state
#99 Refactor redux store
2019-04-22 17:58:44 +04:00
Mikhail Mikheev 24b51ba10d fix eslint disable statement duplication 2019-04-22 17:49:52 +04:00
Mikhail Mikheev 5b109dd60a implement adding custom token 2019-04-22 17:45:05 +04:00
Mikhail Mikheev 1c95804b54 fix loading active tokens error 2019-04-22 16:43:33 +04:00
Mikhail Mikheev 7dc2f235f8 implement add custom token modal 2019-04-22 16:23:58 +04:00
Mikhail Mikheev edbec8e3ab add display for all safes checkbox 2019-04-22 15:21:06 +04:00
Mikhail Mikheev 776aa54fd3 fix mui helper text styles 👿 2019-04-22 14:38:27 +04:00
Mikhail Mikheev 712d7f078d fix mui helper text styles 👿 2019-04-22 14:36:02 +04:00
Mikhail Mikheev f5438c278c add spinner on token fetch 2019-04-22 11:37:51 +04:00
Mikhail Mikheev a5a149f51b border radius to input styles to make it look like in zeplin 2019-04-19 18:56:41 +04:00
mmv 8adc1ee25a font size fix 2019-04-19 17:55:23 +04:00
mmv 6379e0f67c addCustomToken wip 2019-04-19 17:36:42 +04:00
mmv 163e82c99d add switching to add custom token screen 2019-04-19 16:31:05 +04:00
mmv cd5ae70da4 remove loadActiveTokens action from safe container 2019-04-19 16:14:24 +04:00
mmv 511a251ad2 fix plural for components folder in safe router 2019-04-19 16:11:54 +04:00
mmv e8a43da257 component name fixes 2019-04-19 15:56:02 +04:00
mmv 399aa9f84b make token list a separate screen inside tokens list modal, so adding custom token may be implemented 2019-04-19 15:12:07 +04:00
mmv e4453c7d0c add logo to balances table asset column 2019-04-18 20:02:29 +04:00
mmv 8f9eadb6c3 fix updateActiveTokens action call inside Tokens modal 2019-04-18 17:59:39 +04:00
mmv 84af7ae182 eslint fixes 2019-04-17 19:41:43 +04:00
mmv c633165dd2 rename setActiveTokens to saveActiveTokens 2019-04-17 18:40:30 +04:00
mmv 43e8521aba eslint fix 2019-04-17 18:37:41 +04:00
mmv 289f5f6feb token redux-related stuff cleanup after refactor 2019-04-17 18:37:15 +04:00
mmv cdaa6c8223 fix loading tokens from storage 2019-04-17 16:47:21 +04:00
mmv 81fbb3b662 add selector for all active tokens 2019-04-17 15:35:35 +04:00
mmv e3d7984486 fix safe loading from storage 2019-04-17 13:13:38 +04:00
mmv dc185e893c fix safe loading from storage wip 2019-04-17 12:28:28 +04:00
Mikhail Mikheev 7e49f8dd16 fix storing safe in localstorage 2019-04-16 16:41:36 +04:00
Mikhail Mikheev 3373b83a27 storage middleware wip, add optimization comment 2019-04-16 16:13:28 +04:00
mmv 4c1197a3b5 fix token balance selector 2019-04-16 15:15:56 +04:00
mmv 76b41a4cbb merge fixes 2019-04-16 15:13:08 +04:00
mmv d8fbdd393a conflict ifx 2019-04-16 14:45:39 +04:00
mmv b9b936dd51 activeTokens refactor (again) 2019-04-16 14:28:16 +04:00
Mikhail Mikheev 7df11f3bcf update fix 2019-04-15 22:24:43 +04:00
Mikhail Mikheev 2c8a79e582 remove cdu, otherwise it will fail on many token updates because of inconsistent request finishes, debouncing tbd 2019-04-15 22:21:39 +04:00
mmv 0b6be00632 fix checkbox displaying in manage tokens modal 2019-04-15 17:59:31 +04:00
mmv 81e05c132d remove unused vars, add comment for generateProps func 2019-04-15 16:44:17 +04:00
mmv d7127fb968 rewrite active tokens logic to use updateSafe action 2019-04-15 16:31:30 +04:00
mmv 400a19f901 fix token balance updating 2019-04-15 15:40:02 +04:00
mmv fc3e1e48df eslint fix 2019-04-15 14:13:47 +04:00