Commit Graph

1167 Commits

Author SHA1 Message Date
mmv d7ef87b0bf decode erc20 params for tx list 2019-07-10 15:54:13 +04:00
mmv a199b0588a minor fixes 2019-07-10 14:56:36 +04:00
mmv 276334f8f8 fix table component detecting if a column has an order prop on mount 2019-07-10 13:26:51 +04:00
mmv 4b1bf24911 fix style of owners list column in expanded tx view 2019-07-09 18:48:42 +04:00
mmv 5312bd2adf fix date formatting 2019-07-09 18:36:53 +04:00
mmv 39a6d35033 remove console.log 2019-07-09 17:30:48 +04:00
mmv f06286df2f allow confirming and executing tx at the same time 2019-07-09 17:30:29 +04:00
mmv c40ea98b5b hide confirm button if the threshold is already reached 2019-07-09 16:25:53 +04:00
mmv d768fcbdae refactoring ownersList column, move it to separate component to decrease complexity of ExpandedTx component 2019-07-09 15:59:57 +04:00
mmv 7cd59d918f eslint fix 2019-07-08 19:06:58 +04:00
mmv e863bc5376 add executor label to owners list in exapnded tx view 2019-07-08 19:05:57 +04:00
mmv 84d610b1ce use findLast in fetch transactions because it adds new confirmations to the beginning 2019-07-08 17:55:03 +04:00
mmv d68dc9d77c fix value agrument type for tx, fix calculation of confirmed owners 2019-07-08 16:09:40 +04:00
Mikhail Mikheev 6b6d6cc3c9 execution of the transaction 2019-07-05 20:04:46 +04:00
Mikhail Mikheev 87c41e4d78 add processTransaction action 2019-07-05 19:43:36 +04:00
Mikhail Mikheev d16f79f289 add processTransaction action 2019-07-05 17:25:41 +04:00
Mikhail Mikheev 07fe2dd5b1 tx execution wip 2019-07-05 14:14:30 +04:00
Mikhail Mikheev bbb61dbfc2 displayButtonRow logic with comments 2019-07-04 19:55:53 +04:00
Mikhail Mikheev 8cd52ccc3b add execute button 2019-07-04 18:20:36 +04:00
Mikhail Mikheev 4991b0ebc9 add awaiting_execution status to the txs 2019-07-04 17:45:38 +04:00
Mikhail Mikheev 44f3a45158 add approving transactions 2019-07-04 17:39:16 +04:00
Mikhail Mikheev ea8a108bb0 fix displayButtonRow boolean expression 2019-07-04 17:30:53 +04:00
Mikhail Mikheev e4c10d2a48 add transaction status in selector 2019-07-04 15:09:34 +04:00
Mikhail Mikheev 8565164d85 add a replacement tx search to the selector 2019-07-04 14:40:30 +04:00
Mikhail Mikheev ce65dccd82 sort by date in transactions table 2019-07-03 19:12:50 +04:00
Mikhail Mikheev fd74fd3b9a submit replacement transaction to cancel existing one 2019-07-03 18:15:04 +04:00
Mikhail Mikheev 9801e68343 show confirm button only if an owner has not confirmed tx, show button row only to owners 2019-07-03 16:38:00 +04:00
Mikhail Mikheev 7d3930cbc6 pass whole tx to modals 2019-07-03 15:43:24 +04:00
Mikhail Mikheev f1b2df22e1 approve tx modal ui 2019-07-03 13:28:38 +04:00
Mikhail Mikheev cb9c464952 dep bump, cancel tx modal 2019-07-03 12:53:33 +04:00
Mikhail Mikheev d98a768b51 approve & cancel tx modals wip 2019-07-02 19:13:46 +04:00
Mikhail Mikheev 3aea531b61 add icons to buttonrow in expanded tx view 2019-07-02 17:20:38 +04:00
Mikhail Mikheev d0d542e82a fix mui button styles 2019-07-02 16:57:48 +04:00
Mikhail Mikheev 280f0cdddb add buttons in expanded tx view 2019-07-02 16:23:47 +04:00
Mikhail Mikheev ac00b647d4 show unconfirmed owners 2019-07-02 13:02:59 +04:00
Mikhail Mikheev da45a784b3 make owner address a link in expanded tx view 2019-07-01 18:30:07 +04:00
Mikhail Mikheev c56847d427 Fix styles for identicon in expanded tx view ownerslist 2019-07-01 17:57:06 +04:00
Mikhail Mikheev 86b0798351 ownerslist styles 2019-07-01 17:16:27 +04:00
Mikhail Mikheev ba5b6cf488 ownerslist wip 2019-07-01 16:43:20 +04:00
Mikhail Mikheev a81f3cf598 Add CSS for tx status 2019-07-01 15:56:30 +04:00
Mikhail Mikheev 924f49425e show status and tx hash in tx description 2019-07-01 14:48:36 +04:00
Mikhail Mikheev 91e6adbc5b dep bump 2019-07-01 14:18:29 +04:00
Mikhail Mikheev 9a70737fe5 pull 2019-07-01 14:05:34 +04:00
Mikhail Mikheev f3aaf52150 pull 2019-07-01 14:03:07 +04:00
Mikhail Mikheev 556006a59a pull from dev 2019-07-01 14:02:18 +04:00
Mikhail Mikheev 3201cce218
Merge pull request #119 from gnosis/edit-remove-safe
Safe settings: Change Safe name & Remove Safe
2019-06-26 15:57:46 +03:00
Mikhail Mikheev 8f519b7313 add test for changing safe name 2019-06-26 16:42:09 +04:00
Mikhail Mikheev ff9448c4db rewrite OwnersList with hooks 2019-06-26 15:55:08 +04:00
Mikhail Mikheev f8e9b4dfb3 revert stepper component changes to fix safe creation test 2019-06-26 15:41:46 +04:00
Mikhail Mikheev 1d040f87ce fix load safe test, create safe fix TBD 2019-06-26 14:08:58 +04:00