1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 12:59:09 +00:00
Commit Graph

1600 Commits

Author SHA1 Message Date
Vladimir Volek
5b60ba677f merge master 2018-12-10 15:14:41 +01:00
Vladimir Volek
ee28bede6d
Merge pull request #267 from trezor/upgrade-styled-components
Upgraded react, react-dom, styled components, removed styled-media-query
2018-12-10 14:53:01 +01:00
slowbackspace
fd17924f2a fix padding for gas inputs on smaller screens 2018-12-10 14:32:55 +01:00
slowbackspace
1fd2b8af52 fix button not expanding to full width on smaller screen size 2018-12-10 14:21:17 +01:00
slowbackspace
27a3254c04 follow design guidelines more closely 2018-12-10 14:15:26 +01:00
slowbackspace
d7d55beb62 removed deprecated object-form .attrs({}) 2018-12-10 13:22:22 +01:00
slowbackspace
2564bf9dfb update styled-normalize to 8.0.4 2018-12-10 12:13:49 +01:00
slowbackspace
8e14e04dc1 more consistent UI 2018-12-10 11:43:43 +01:00
Vladimir Volek
78eb5501b3
Merge pull request #268 from trezor/welcome-typo
Fix typo in welcome screen
2018-12-07 15:53:55 +01:00
slowbackspace
881447531e fix typo in welcome screen 2018-12-07 15:51:31 +01:00
slowbackspace
44b2000d1e upgraded react, react-dom, styled components, removed styled-media-query 2018-12-07 15:01:17 +01:00
slowbackspace
e0cb188603 pass number instead of string in maxLength 2018-12-07 14:39:15 +01:00
slowbackspace
375136a586 removed placeholder pseudoselector 2018-12-07 12:52:28 +01:00
slowbackspace
1b5c547b72 address and sig as readonly to enable text selection 2018-12-06 19:36:13 +01:00
slowbackspace
5605f96770 pass isReceiveAddress to Input component to ignore readOnly styles 2018-12-06 19:33:39 +01:00
slowbackspace
a94d949ad4 added readOnly property and styles to textarea component 2018-12-06 19:31:53 +01:00
slowbackspace
2eb6785b0d styles for readOnly input 2018-12-06 19:28:50 +01:00
Szymon Lesisz
f4985c0b7c modals container eslint fix 2018-12-05 15:10:38 +01:00
Szymon Lesisz
d7e0fb91cd add SignTx modal with SendFormRippleReducer 2018-12-05 14:40:28 +01:00
Szymon Lesisz
e130b1edc0 update recommended fee in blockchain reducer 2018-12-05 14:12:53 +01:00
Szymon Lesisz
4492dbae63 feeLevels in ripple 2018-12-05 14:12:23 +01:00
Szymon Lesisz
3ae45ddd7e update fee in reducer only if changed 2018-12-05 14:11:03 +01:00
Szymon Lesisz
6d78e3a8f7 remove conflicts from yarn.lock 2018-12-05 11:46:07 +01:00
Szymon Lesisz
38bc1c7c30 nitpick: ampersand 2018-12-05 10:59:12 +01:00
Szymon Lesisz
ebce4562df add Tittle to receive component 2018-12-05 10:58:54 +01:00
Szymon Lesisz
076bba4ba3 remove unused imports 2018-12-05 10:58:39 +01:00
Szymon Lesisz
473401ccf7 Sendform: fix after rebase 2018-12-05 09:44:00 +01:00
Szymon Lesisz
6bf2e9da23 trezor-connect@beta.2 2018-12-05 09:27:25 +01:00
Szymon Lesisz
ceaa1a5353 bump trezor-connect 2018-12-05 09:27:25 +01:00
Szymon Lesisz
ea36e56ece eslint 2018-12-05 09:27:25 +01:00
Szymon Lesisz
695ae17176 remove unnecessary SEND.TX_COMPLETE action 2018-12-05 09:27:25 +01:00
Szymon Lesisz
215fab48eb split Receive component into coin specific 2018-12-05 09:27:25 +01:00
Szymon Lesisz
9b7987e951 add availableBalance to Account.update action 2018-12-05 09:26:31 +01:00
Szymon Lesisz
bfebef73c7 ripple/SendFormValidations 2018-12-05 09:26:31 +01:00
Szymon Lesisz
90cc406773 fix pending tx for ethereum networkType 2018-12-05 09:26:31 +01:00
Szymon Lesisz
2e89624b27 clearing ripple/SendForm componenent 2018-12-05 09:26:31 +01:00
Szymon Lesisz
2cc28c4bf6 load coin specific tx drafts 2018-12-05 09:26:31 +01:00
Szymon Lesisz
9cc11e11be split BlockchainActions into coin specific files 2018-12-05 09:26:31 +01:00
Szymon Lesisz
c43b9b138c removr advanced view from ripple/SendForm component 2018-12-05 09:26:31 +01:00
Szymon Lesisz
326967b551 clearing ripple/SendFormAction 2018-12-05 09:26:31 +01:00
Szymon Lesisz
cbded16091 add "sequence" and "availableBalance" to Account 2018-12-05 09:26:31 +01:00
Szymon Lesisz
8bc2ec4206 formatUtils: conversion from/to decimal amount 2018-12-05 09:26:31 +01:00
Szymon Lesisz
a94095d527 remove unnecessary params 2018-12-05 09:26:30 +01:00
Szymon Lesisz
ab4ab8b5a4 handle pending tx from blockchain notification 2018-12-05 09:26:30 +01:00
Szymon Lesisz
a32f0faf38 enable BlockchainActions.notification 2018-12-05 09:26:30 +01:00
Szymon Lesisz
f28aa760fd BlockchainReducer: add fee and block fields 2018-12-05 09:26:30 +01:00
Szymon Lesisz
95d1bdbd9e handle trezor-connect blockchain events 2018-12-05 09:26:30 +01:00
Szymon Lesisz
e64b44d632 change imports 2018-12-05 09:26:30 +01:00
Szymon Lesisz
eafd541477 change prefix of coin specific reducers 2018-12-05 09:26:30 +01:00
Szymon Lesisz
e34b9141d8 change prefix of coin specific actions 2018-12-05 09:26:30 +01:00