1616 Commits

Author SHA1 Message Date
Mikhail Mikheev
b6b8311250 Add types for sidebar context 2019-09-17 15:49:13 +04:00
Mikhail Mikheev
226d7fc673 eslint fixes 2019-09-17 15:19:47 +04:00
Mikhail Mikheev
ceb44ab206 make sidebar toggleable 2019-09-17 15:19:39 +04:00
Germán Martínez
72f40ff494 Enqueue Snackbar in send funds and custom transactions 2019-09-17 12:18:04 +02:00
Germán Martínez
4dfdfed0b7 Enqueue Snackbar in Safe settings 2019-09-17 11:20:00 +02:00
Germán Martínez
81323e1808 Enqueue Snackbar in provider notifications 2019-09-17 11:06:53 +02:00
Mikhail Mikheev
49ba6d3bd3 add sidebar styles 2019-09-16 18:28:08 +04:00
Mikhail Mikheev
21ccc5058b Change zIndex for header row so it's displayed over the drawer 2019-09-16 18:09:51 +04:00
Mikhail Mikheev
4fa84683a3 fix create safe fee estimation text formatting 2019-09-16 17:21:21 +04:00
Mikhail Mikheev
219e5dc45f Add ETH symbol, round number to 3 digits 2019-09-16 17:18:31 +04:00
Mikhail Mikheev
6ea743da25 dep bump 2019-09-16 17:09:30 +04:00
Mikhail Mikheev
ea6ec3683d
Merge pull request #175 from gnosis/test/active-tokens-localstorage
Test: Active tokens saved to localstorage
2019-09-16 17:02:09 +04:00
Germán Martínez
f6d8326179 Add snackbar basic structure 2019-09-16 14:08:12 +02:00
Germán Martínez
f0e22db699 Update dependencies and install notistack 2019-09-16 12:57:29 +02:00
Germán Martínez
d7eb196537 Add styles to header 2019-09-16 10:52:21 +02:00
Mikhail Mikheev
c176fc5fa2 Merge branch '139-load-create-improvements' of github.com:gnosis/safe-react into 139-load-create-improvements 2019-09-16 12:18:02 +04:00
Germán Martínez
edfece39f9 Remove styles error when opening the provider 2019-09-16 09:48:15 +02:00
Germán Martínez
aa1327c5af Update provider design 2019-09-16 09:27:56 +02:00
Mikhail Mikheev
31cbb58b62 add test for checking tokens in localstorage 2019-09-14 18:43:29 +03:00
Mikhail Mikheev
5203ba3cfb Use waitForElement instead of sleep() in balances test 2019-09-14 18:37:58 +03:00
Mikhail Mikheev
349b05b346 Saving active tokens test wip 2019-09-14 18:25:17 +03:00
Germán Martínez
ca704f7b47 Display value in custom transactions detail in transaction list 2019-09-13 18:00:33 +02:00
Germán Martínez
78b5fa2eff Refactor approveTransaction to show notification after confirmation 2019-09-13 15:59:43 +02:00
Germán Martínez
83d8c190df Refactor executeTransaction to show notification after confirmation 2019-09-13 12:14:03 +02:00
Germán Martínez
ea94e07ba2 Merge branch 'development' into 139-load-create-improvements 2019-09-13 12:11:30 +02:00
Germán Martínez
7e9f988160 Fix error when a transaction is manually rejected in MM popup 2019-09-13 12:01:35 +02:00
Germán Martínez
c8ae33288d Remove unused params 2019-09-13 11:28:40 +02:00
Mikhail Mikheev
8679b0b7f8 Update creation fee text in review step of opening safe form 2019-09-12 22:05:11 +04:00
Mikhail Mikheev
2d05557df5 Add test for balance updates 2019-09-12 22:03:06 +04:00
Germán Martínez
226e749f70
Merge pull request #162 from gnosis/123-send-custom-txs
Send custom transactions
2019-09-12 18:34:20 +02:00
Germán Martínez
0ecd74fed0 Merge branch '123-send-custom-txs' of https://github.com/gnosis/safe-react into 123-send-custom-txs 2019-09-12 18:11:44 +02:00
Germán Martínez
0cb59c41d8 Update readme 2019-09-12 18:07:54 +02:00
Germán Martínez
9d54fe0b11 Fix styles 2019-09-12 17:51:17 +02:00
Germán Martínez
992594a40d Add React lazy to import send modal screens 2019-09-12 17:51:08 +02:00
Germán Martínez
5fc9fa6431 Format code 2019-09-12 17:39:55 +02:00
Germán Martínez
b47fb525f5 Fix types 2019-09-12 17:25:25 +02:00
Germán Martínez
55211ed5f8 Remove rounded attribute 2019-09-12 17:22:16 +02:00
Germán Martínez
1429f837c9 Use default height for small buttons 2019-09-12 17:21:22 +02:00
Mikhail Mikheev
b457ed78ef Remove container prop from OpenPaper because after rebranding the designs are full-width, reduce stepper content maxWidth, reduce font-size in load owners owners step annotation 2019-09-12 18:15:09 +04:00
Mikhail Mikheev
1140a6c976 Sidebar component wip 2019-09-12 17:25:19 +04:00
Mikhail Mikheev
3c1d2f07c7 Update tooltips, reduce font-size in annotation in load safe details step 2019-09-12 16:17:20 +04:00
Mikhail Mikheev
ca9d228eb0 Merge branch 'development' of github.com:gnosis/safe-react into 139-load-create-improvements 2019-09-12 14:03:24 +04:00
Mikhail Mikheev
6edc37b571 Allow passing button labels to Stepper component, add CopyBtn tooltip 2019-09-12 13:36:05 +04:00
Mikhail Mikheev
3c05220008 Add etherscan/copy buttons in load/create safe flows 2019-09-11 19:35:36 +04:00
Germán Martínez
bc4854d644 Remove unused params 2019-09-11 15:24:08 +02:00
Mikhail Mikheev
de5013140d
Merge pull request #168 from gnosis/bug/custom-tokens-not-saved
BUG: Active tokens not saved
2019-09-10 20:35:36 +04:00
Mikhail Mikheev
b44c30923d Stepper clickable steps 2019-09-10 18:58:28 +04:00
Mikhail Mikheev
0096ed24e5 Make name mandatory for create/load safe flows 2019-09-10 18:22:45 +04:00
Mikhail Mikheev
e4217ebbaf Fix condition for recalculating active tokens 2019-09-10 17:31:02 +04:00
Mikhail Mikheev
ea253e8055
Merge pull request #167 from gnosis/bug/balances-not-updated-automatically
BUG: Ether balance is not updated automatically
2019-09-10 17:00:12 +04:00