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

1011 Commits

Author SHA1 Message Date
Szymon Lesisz
f3269b3eb1 Landing css: replace min-height: 100vh to 100% 2018-09-25 18:07:59 +02:00
Szymon Lesisz
f06e9b66e2 fixed css for AppWrapper 2018-09-25 16:56:30 +02:00
Vladimir Volek
16c52c05c4
Merge pull request #86 from satoshilabs/fix/LeftNavigation
fixed and refactored LeftNavigation
2018-09-25 16:41:47 +02:00
Vasek Mlejnsky
09e0e816d4 Forget correct device 2018-09-25 14:41:34 +02:00
Vasek Mlejnsky
83e14f423e Fix broken eject icon & disable click on Header in LeftNavigation if device is in bootloader moder 2018-09-25 14:36:07 +02:00
Szymon Lesisz
f9926a661c WalletService eslint (removed unused import) 2018-09-25 12:26:51 +02:00
Szymon Lesisz
68050fd580 Merge branch 'master' of github.com:satoshilabs/trezor-wallet 2018-09-25 12:19:26 +02:00
Szymon Lesisz
51e65ef31f router fix
fixed #84
2018-09-25 12:19:09 +02:00
Szymon Lesisz
1d51afd0b4
Merge pull request #80 from satoshilabs/fix-missing-sendform-elements
fix: missing sendform elements
2018-09-25 12:01:17 +02:00
Szymon Lesisz
87224fa94f fixed and refacored LeftNavigation 2018-09-24 21:00:21 +02:00
Vladimir Volek
a54e3a3623 Fixed tooltip width 2018-09-24 17:15:36 +02:00
Vladimir Volek
6bd2cd6471 Fixed padding in tokens 2018-09-24 17:07:52 +02:00
Vladimir Volek
a02b9883da Style qr code, add label 2018-09-24 17:00:11 +02:00
Vladimir Volek
0ef3672a54 Added inputs and textarea in signandverify 2018-09-24 16:46:52 +02:00
Vladimir Volek
f8a947e187 Padding in accounts 2018-09-24 16:40:38 +02:00
Vladimir Volek
6199ac5ef3 Styled divider 2018-09-24 15:38:19 +02:00
Vasek Mlejnsky
1aed318741 eslint fixes 2018-09-24 15:27:18 +02:00
Vladimir Volek
1a1bfd465a Added default text color 2018-09-24 15:20:37 +02:00
Vaclav Mlejnsky
fabd569bed
Merge pull request #83 from satoshilabs/unupported-browsers
Unupported browsers error message for IE 9 and lower
2018-09-24 15:05:36 +02:00
Vaclav Mlejnsky
a15ae3b0ac
Merge branch 'master' into unupported-browsers 2018-09-24 15:04:23 +02:00
Vladimir Volek
c43e85984b Bind to localhost only 2018-09-24 15:00:23 +02:00
Vladimir Volek
0c773313e7
Merge pull request #82 from satoshilabs/feature-show-current-token-balance
feature: show current token balance
2018-09-24 14:49:48 +02:00
Vasek Mlejnsky
3cf3f9530e eslint fix 2018-09-24 14:46:13 +02:00
Vladimir Volek
055132ee54 Support error page only for IE8 and lower 2018-09-24 14:31:17 +02:00
Vladimir Volek
2a1ae00113 Style error page 2018-09-24 14:29:13 +02:00
Vasek Mlejnsky
0a5ce4351c Style fix 2018-09-24 14:11:11 +02:00
Vasek Mlejnsky
46421270bc Show current token balance 2018-09-24 14:06:14 +02:00
Vasek Mlejnsky
ba5996e3cf Fix icon margin in input 2018-09-24 11:43:34 +02:00
Vasek Mlejnsky
7d4ca8eeed Change textarea style based on its state prop 2018-09-24 11:37:51 +02:00
Vasek Mlejnsky
34a02ee537 Add text under "Gas limit" input showing that gas limit is being recalculated 2018-09-24 10:46:33 +02:00
Vasek Mlejnsky
e1c1c5c9fc Minor spacing change 2018-09-24 10:45:56 +02:00
Vasek Mlejnsky
162ddebd6c Fix AdvanceForm composition for a smaller screen width 2018-09-24 10:45:40 +02:00
Vasek Mlejnsky
86fbce53a5 Change style for disabled Textarea 2018-09-24 10:44:47 +02:00
Vasek Mlejnsky
84d71614f6 Fix import 2018-09-24 10:14:52 +02:00
Vaclav Mlejnsky
1f7a4eca5e
Merge pull request #77 from satoshilabs/fix/sendform
Fix/sendform
2018-09-24 10:13:44 +02:00
Vasek Mlejnsky
f8bcb0a357 Minor code cleanup changes 2018-09-24 10:07:44 +02:00
Szymon Lesisz
d718c0bf10 fixed incorrect css value 2018-09-23 12:59:06 +02:00
Szymon Lesisz
957e02f313 eslint 2018-09-23 09:13:32 +02:00
Szymon Lesisz
590e0ca642 eslint fixes 2018-09-23 09:13:32 +02:00
Szymon Lesisz
91f731c34e making sendform component a stateless + spliting advanced to a separate component 2018-09-23 09:13:32 +02:00
Szymon Lesisz
9f98e7dd7e observe from WalletService 2018-09-23 09:13:32 +02:00
Szymon Lesisz
6cf3cb4bdb refactoring SendFromActions 2018-09-23 09:13:32 +02:00
Szymon Lesisz
52cf4f1e8e clearing sendForm and sessionStorage references from SelectedAccountActions 2018-09-23 09:13:32 +02:00
Szymon Lesisz
1846d936e2 updated SessionStorage actions 2018-09-23 09:13:32 +02:00
Szymon Lesisz
88d2a65340 BlockchainAction "estimateGasLimit" with proxied responses 2018-09-23 09:13:32 +02:00
Szymon Lesisz
a9e811ab5b add utility to observe reducers fields change 2018-09-23 09:13:32 +02:00
Szymon Lesisz
51253665be change blockchain/web3 "estimateGasLimit" to return string 2018-09-23 09:13:31 +02:00
Szymon Lesisz
b36b9667e4 eslint ./src/actions 2 2018-09-23 09:13:09 +02:00
Szymon Lesisz
ef235e6ab8 eslint ./src/actions 2018-09-23 08:49:43 +02:00
Szymon Lesisz
d684eec819 eslint ./src/reducers 2018-09-23 08:36:01 +02:00