1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-03 13:48:15 +00:00
Commit Graph

1550 Commits

Author SHA1 Message Date
Szymon Lesisz
bb140b8bfe add BlockchainFeeLevel to BlockchainReducer 2019-01-03 15:05:55 +01:00
Szymon Lesisz
2639aab093 add fee levels to appConfig.json 2019-01-03 15:05:55 +01:00
Vladimir Volek
d83f3c1b28 Fixed flow 2019-01-03 15:01:08 +01:00
Vladimir Volek
e0501b1072 Fixed some flow 2019-01-03 15:01:08 +01:00
Szymon Lesisz
e7ae73c570 add WALLET.SET_FIRST_LOCATION_CHANGE action 2019-01-03 15:01:08 +01:00
Vladimir Volek
5a6ea6610e Fix state propagation 2019-01-03 15:01:08 +01:00
Vladimir Volek
786303400c Update fields according to new react-router 2019-01-03 15:01:08 +01:00
Vladimir Volek
0f9d864347 First init added to reducer 2019-01-03 15:01:08 +01:00
Vladimir Volek
cdd325c078 Removed react redux router and adjust store and base reducer 2019-01-03 15:01:08 +01:00
slowbackspace
e84e1867c7 calculate the Indicator position with scroll offset 2019-01-03 14:22:43 +01:00
slowbackspace
1e7f0d35be Merge branch 'master' into fix/overflow 2019-01-03 10:56:27 +01:00
slowbackspace
f44ac15c15 scrollable top navigation 2019-01-03 10:56:04 +01:00
Szymon Lesisz
d9e809e6aa move helper methods from TokensReducer to ./reducers/utils 2018-12-21 11:19:40 +01:00
Szymon Lesisz
31e3c7a9a2 refactoring Account object to coin specific 2018-12-21 10:58:53 +01:00
Szymon Lesisz
350d71521e validate via wallet-address-validator lib 2018-12-20 19:30:00 +01:00
slowbackspace
bc3898e4eb make overflow visible and scrollable 2018-12-20 19:18:29 +01:00
slowbackspace
6f287412b8 collapsible buttons in sign n verify tab 2018-12-20 19:01:14 +01:00
slowbackspace
289c7ddcb5 collapsible footer 2018-12-20 18:34:15 +01:00
Szymon Lesisz
179bcb386d force CI update 2018-12-20 17:43:21 +01:00
Szymon Lesisz
63f7b503b5 add missing "Amount" label in ripple send form 2018-12-20 16:51:22 +01:00
slowbackspace
c7cad093f1 fix token input overflow 2018-12-20 16:42:00 +01:00
slowbackspace
348033e38f fix send button overflow 2018-12-20 16:41:03 +01:00
Szymon Lesisz
b19c6e87e9 eslint fix 2018-12-20 14:36:37 +01:00
Szymon Lesisz
02040f2505 force CI build 2018-12-20 14:31:32 +01:00
Szymon Lesisz
c53dfcfaeb ripple/BlockbookAction temporary commented 2018-12-20 14:20:03 +01:00
Szymon Lesisz
6f334182aa handle blockchain_disconnect when wallet init in offline mode 2018-12-20 14:18:06 +01:00
Szymon Lesisz
ce5b13223c add decimals to appConfig.json 2018-12-20 14:18:06 +01:00
Szymon Lesisz
6c398ba506 remove test data from pending txs 2018-12-20 14:18:06 +01:00
Szymon Lesisz
19784b5100 enable RippleDiscovery process from storage 2018-12-20 14:18:06 +01:00
Szymon Lesisz
7f517041b1 refactored PendingTransactions 2018-12-20 14:18:06 +01:00
Szymon Lesisz
24524d7445 update BlockchainNotification event values to match BlockchainLinkTransaction 2018-12-20 14:18:06 +01:00
Szymon Lesisz
7ad19dd1c0 replace PendingTx flow declaration by BlockchainLinkTransation from 'trezor-connect' 2018-12-20 14:18:06 +01:00
Szymon Lesisz
39786377b6 remove link from Success notification in ripple SendForm 2018-12-20 14:18:06 +01:00
Szymon Lesisz
a8d623b6a7 emit BlockchainEvent from ethereum SendForm 2018-12-20 14:18:06 +01:00
Szymon Lesisz
63fb8109cb sen payload to EthereumBlockchainActions.onNotification from BlockchainActions 2018-12-20 14:18:06 +01:00
Szymon Lesisz
bab5007847 call PENDING.ADD from BlockbookActions 2018-12-20 14:18:06 +01:00
Szymon Lesisz
cbc0151a62 add inputs and outputs to PendingTxReducer 2018-12-20 14:18:06 +01:00
Szymon Lesisz
780e6e27ef add coin parameter to connect.rippleGetAccountInfo 2018-12-20 14:18:06 +01:00
Szymon Lesisz
dd81197990 break text inside send button 2018-12-20 14:18:05 +01:00
Szymon Lesisz
84b7e14bc5 add Ripple mainnet to config 2018-12-20 14:18:05 +01:00
Vladimir Volek
fe2814e99f
Merge pull request #277 from trezor/fonts-refactoring
Fonts refactoring 2
2018-12-20 13:37:33 +01:00
slowbackspace
65d4b362b1 fix link to tos file 2018-12-20 12:00:29 +01:00
slowbackspace
eb2eb2af64 link to fonts.css file from index.html 2018-12-20 12:00:09 +01:00
Vladimir Volek
29ae195f20 Change token message 2018-12-18 16:15:10 +01:00
slowbackspace
257738ac86 put back font family names 2018-12-18 15:01:21 +01:00
slowbackspace
859b1ca6db Merge branch 'master' into fonts-refactoring 2018-12-18 14:43:12 +01:00
slowbackspace
ad079c0426 load font-face rules from css file, moved fonts to public folder 2018-12-18 14:37:29 +01:00
Vladimir Volek
c2c79dcbfa
Merge pull request #278 from trezor/unsupported-page
Component for unsupported coins on T1 (xrp)
2018-12-18 13:23:54 +01:00
Vladimir Volek
76fb6a97fa Removed eslint disable and fix 2018-12-18 13:21:00 +01:00
slowbackspace
032c081447 pass className prop to DeviceHeader component 2018-12-18 12:16:06 +01:00
slowbackspace
3da10ecf5a fix warnings from react devtools ext 2018-12-18 12:16:06 +01:00
slowbackspace
a189218b9d switch to new attrs syntax 2018-12-18 12:16:06 +01:00
slowbackspace
1878c6beb4 padding around "select coin" message 2018-12-18 12:14:46 +01:00
slowbackspace
42d5b375c4 set font-display to swap 2018-12-18 12:08:58 +01:00
Szymon Lesisz
f9f1b6758e remove unused field from getAccountLoader 2018-12-17 19:19:32 +01:00
Szymon Lesisz
f24f0b33ea add explanation of 'not-used' strings 2018-12-17 19:07:11 +01:00
Szymon Lesisz
4c4b40c639 remove unused import 2018-12-17 19:00:44 +01:00
Szymon Lesisz
9d6bce9251 fix fwOutdated exceptionPage values 2018-12-17 18:48:30 +01:00
Szymon Lesisz
ddf00bc15c use existing component for selectedAccount outdated firmware exception 2018-12-17 18:45:47 +01:00
Szymon Lesisz
2aa6a82911 split loader, notification and exceptionPage to isolated variables
and pass them as they are to views/Wallet/components/Content
2018-12-17 18:33:55 +01:00
slowbackspace
f34992dd68 proper link and coin img size 2018-12-17 12:52:47 +01:00
slowbackspace
597f804a9d added prop to enable rendering Logo without wrapper 2018-12-17 12:52:19 +01:00
slowbackspace
800a5be990 pass network.shortcut to Content component 2018-12-16 23:52:02 +01:00
slowbackspace
512574ece2 custom loader type when coin is not supported by the firmware 2018-12-16 23:50:42 +01:00
slowbackspace
3566f1b3c5 renamed component 2018-12-16 23:46:32 +01:00
slowbackspace
b13da082e0 added view for unsupported coins 2018-12-15 18:31:28 +01:00
slowbackspace
57ad70cd60 pass className prop to enable component styling 2018-12-15 18:31:06 +01:00
Vladimir Volek
ddf85952fc Revert "test sticky build"
This reverts commit 2e5d029393.
2018-12-14 17:49:03 +01:00
Vladimir Volek
3a9a214bc2 test sticky build 2 2018-12-14 17:44:18 +01:00
Vladimir Volek
2e5d029393 test sticky build 2018-12-14 17:24:45 +01:00
slowbackspace
86ec78e719 fix account title font weight 2018-12-14 14:59:03 +01:00
slowbackspace
0b7a907013 make roboto mono default font for inputs 2018-12-14 14:47:14 +01:00
slowbackspace
e2d637c2b5 deleted unused RobotoZero 2018-12-14 14:46:26 +01:00
slowbackspace
16f731b025 fix adress input font size 2018-12-14 14:31:52 +01:00
slowbackspace
89722218cc sane fonts file names 2018-12-14 14:09:17 +01:00
slowbackspace
eed4f1bd61 prefer Roboto font instead of system fonts 2018-12-13 17:52:50 +01:00
slowbackspace
94fb04beb2 move font-face for roboto zero/mono to separate file 2018-12-13 17:50:20 +01:00
slowbackspace
75e3749d78 added missing Roboto font-family 2018-12-13 17:43:00 +01:00
slowbackspace
0623e1423e add missing TREZOR_ACTION const 2018-12-13 14:37:13 +01:00
slowbackspace
d5d59b32b8 line-height refactoring 2018-12-13 14:16:14 +01:00
slowbackspace
462205650d fix px font-size in modal pin button 2018-12-13 13:44:54 +01:00
slowbackspace
3c6df77b04 changed FONT_SIZE.BASE to 1rem 2018-12-13 13:42:52 +01:00
slowbackspace
e4d2a5ec72 Revert "changed FONT_SIZE.BASE to 1rem"
This reverts commit e4d2b8ec02.
2018-12-13 13:29:46 +01:00
slowbackspace
e4d2b8ec02 changed FONT_SIZE.BASE to 1rem 2018-12-13 13:27:55 +01:00
slowbackspace
ace7868037 use default tooltip font size 2018-12-13 13:09:43 +01:00
slowbackspace
42a38c5dc5 Merge branch 'master' into fonts-refactoring 2018-12-13 13:05:55 +01:00
Vladimir Volek
a6f798ee0a
Merge pull request #274 from trezor/fix-advanced-settings
Fix advanced settings toggler
2018-12-13 11:39:22 +01:00
slowbackspace
38810afc07 fix font weight 2018-12-12 17:38:17 +01:00
slowbackspace
2958a6133b added comment with the old px units for reference 2018-12-12 17:35:10 +01:00
slowbackspace
3e87ea9854 use standard button font size 2018-12-12 17:30:16 +01:00
slowbackspace
ba95de788f merge master 2018-12-12 17:25:26 +01:00
Maroš Špak
778fc5672b single quote 2018-12-12 15:17:27 +01:00
Maroš Špak
4273adda27 add missing networkType 2018-12-12 15:01:39 +01:00
Maroš Špak
191d611fde removed unused import 2018-12-12 10:57:23 +01:00
Maroš Špak
091e84ea8f removed not-working css transition 2018-12-12 10:53:15 +01:00
Maroš Špak
6f2f938c83 use css fadein anim on modal windows 2018-12-11 18:47:34 +01:00
Maroš Špak
873d6c47b7 added fadein animation 2018-12-11 18:46:58 +01:00
Maroš Špak
1ecce5487b use FONT_WEIGHT const istead of values 2018-12-11 16:44:32 +01:00
Maroš Špak
530027f38b fix incorrect h3 font size 2018-12-11 16:23:56 +01:00
Vladimir Volek
461865de1c Fixed name in component 2018-12-11 16:17:55 +01:00
Vladimir Volek
1bfe5887d0 Added modals for external wallets - ada, xlm 2018-12-11 16:17:55 +01:00
Maroš Špak
f73ed1fdcc renamed font weights 2018-12-11 16:17:09 +01:00
Maroš Špak
29e7b91310 convert px to rem units 2018-12-11 15:31:33 +01:00
Maroš Špak
b4e8bbd9f1 set base font size back to 14px 2018-12-11 15:29:25 +01:00
Szymon Lesisz
15ad3ceee7 css changes in views/Account components from master 2018-12-11 15:28:44 +01:00
Maroš Špak
42945c78c5 use const font sizes instead of values 2018-12-11 15:16:36 +01:00
Szymon Lesisz
b368447bcb
Merge branch 'master' into feature/ripple 2018-12-11 15:15:50 +01:00
Maroš Špak
3c6ee60e9c fix send button font-size 2018-12-11 15:12:58 +01:00
Szymon Lesisz
b7790c0351 remove comments 2018-12-11 15:08:26 +01:00
Szymon Lesisz
128d238037 change "if" to "switch" 2018-12-11 15:08:02 +01:00
Szymon Lesisz
fc4ff5d71c add "testnet" field to config, and filter those values for "dev build" only 2018-12-11 13:25:38 +01:00
slowbackspace
678ce48674 removed special styling for receive address 2018-12-10 16:57:10 +01:00
slowbackspace
a9d860f065 Merge branch 'master' into sign-and-verify-readonly 2018-12-10 16:26:31 +01:00
Vladimir Volek
59aa111870 put back styles 2018-12-10 15:21:12 +01:00
Vladimir Volek
da429c314f put back file 2018-12-10 15:15:29 +01:00
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
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
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
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
Szymon Lesisz
0128a16602 rename coin specific components 2018-12-05 09:26:30 +01:00
Szymon Lesisz
6449749492 change SendForm route container 2018-12-05 09:26:30 +01:00
Szymon Lesisz
9f6e9e37a6 split sendForm actions 2018-12-05 09:26:30 +01:00
Szymon Lesisz
c9d30da6b2 split SendForm into networks 2018-12-05 09:26:30 +01:00
Szymon Lesisz
4acb597401 split Summary view into networks 2018-12-05 09:25:54 +01:00
Szymon Lesisz
7f56cdbcde handle unsupported and/or outdated firmware in discovery process 2018-12-05 09:25:54 +01:00
Szymon Lesisz
9d344920df EthereumAccountSummary: restore after rebase 2018-12-05 09:25:54 +01:00
Szymon Lesisz
45583ac477 send account to blockchain subscribe method 2018-12-05 09:25:54 +01:00
Szymon Lesisz
1750bb41dc split Summary components to coin specific files 2018-12-05 09:25:54 +01:00
Szymon Lesisz
3774110a83 handle NOT_SUPPORTED methods in Discovery 2018-12-05 09:24:47 +01:00
Szymon Lesisz
120c227753 RecevieActions: with ripple call 2018-12-05 09:24:47 +01:00
Szymon Lesisz
c9eb911756 DiscoveryReducer: hdkey only in ehereum network type 2018-12-05 09:24:47 +01:00
Szymon Lesisz
7956b4a5fb subscribe to blockchain after discovery 2018-12-05 09:24:47 +01:00
Szymon Lesisz
c66383ddba disable BlockchainActions for non-ethereum networks 2018-12-05 09:24:47 +01:00
Szymon Lesisz
0918403024 split discovery actions to coin specific files 2018-12-05 09:24:47 +01:00
Szymon Lesisz
198dd4e9c7 add RippleDiscoveryActions 2018-12-05 09:24:47 +01:00
Szymon Lesisz
5888dca31f flowtype: add type to Network declaration 2018-12-05 09:24:47 +01:00
Szymon Lesisz
a58644f8ec Load tokens only is exists in config 2018-12-05 09:24:47 +01:00
Szymon Lesisz
c6ce9a94d7 DiscoveryReducer: HDKey only for ethereum 2018-12-05 09:24:47 +01:00
Szymon Lesisz
25130ce282 add xrp to config 2018-12-05 09:24:47 +01:00
Szymon Lesisz
d20ebdb71d Merge branch 'master' into sign/verify 2018-12-04 18:52:53 +01:00
Szymon Lesisz
187e462ba9 nitpick: change ampersand 2018-12-04 17:53:19 +01:00
Szymon Lesisz
bdc8eb070e nitpick: remove unnecessary flowtype 2018-12-04 17:48:38 +01:00
Szymon Lesisz
a0ff803c1d nitpick: rename signVerifyReducer to signVerify 2018-12-04 17:48:05 +01:00
Vladimir Volek
654fb9603b Merge branch 'sign/verify' of github.com:satoshilabs/trezor-wallet into sign/verify 2018-11-27 17:12:37 +01:00
Vladimir Volek
bf3dd1cfde Fix validation on send 2018-11-27 17:11:46 +01:00
Szymon Lesisz
6be0ae37ea passphrase modal fix 2018-11-23 17:36:06 +01:00
Vladimir Volek
0194184d5d
Merge branch 'master' into sign/verify 2018-11-22 17:26:46 +01:00
Vladimir Volek
ea3ad58d48 Fixed props in input and textarea 2018-11-22 17:15:07 +01:00
Vladimir Volek
d62a914824 Turn off autocomplete - fix 2018-11-22 16:33:32 +01:00
Vladimir Volek
041c3ac422 Revert "Turn off autocomplete"
This reverts commit 8127a1a105.
2018-11-22 16:25:03 +01:00
Vladimir Volek
9e5a1706a9 Merge branch 'sign/verify' of github.com:satoshilabs/trezor-wallet into sign/verify 2018-11-22 16:19:33 +01:00
Vladimir Volek
0652f5a4b3 merge 2018-11-22 16:19:18 +01:00
Vladimir Volek
8127a1a105 Turn off autocomplete 2018-11-22 16:16:05 +01:00
Szymon Lesisz
a2e3d4eb1f add token message 2018-11-22 16:14:21 +01:00
Szymon Lesisz
5cf996f000 clear SignVerifyReducer on ACCOUNT.DISPOSE action 2018-11-22 15:35:25 +01:00
Szymon Lesisz
bbcf2cf70c remove console.log 2018-11-22 15:31:17 +01:00
Vladimir Volek
e9a60afa0f merge 2 2018-11-22 15:19:44 +01:00
Vladimir Volek
851c7f23cb merge 2018-11-22 15:15:29 +01:00
Vladimir Volek
35b97f9114
Merge pull request #252 from trezor/fix/validate-token-in-send-draft
token existence validation
2018-11-22 15:08:57 +01:00
Szymon Lesisz
d26d354fbd autoSelect props in Input component 2018-11-22 15:01:45 +01:00
Vladimir Volek
f5537ca513 fix flow 3 2018-11-22 14:41:11 +01:00
Vladimir Volek
22adf7fac1 fix flow 2 2018-11-22 14:34:11 +01:00
Vladimir Volek
68d3bbb738 Fix flow 2018-11-22 14:20:37 +01:00
Szymon Lesisz
556b2be84f cleaning up SelectedAccountActions + add default loading case 2018-11-22 14:19:48 +01:00
Vladimir Volek
04946b5f06 Do no render loader and notification together 2018-11-22 14:19:48 +01:00
Vladimir Volek
f53726c451 Added missing case 2018-11-22 14:19:48 +01:00
Vladimir Volek
827e5f14fa Separate notifications and loader 2018-11-22 14:19:48 +01:00
Vladimir Volek
c3bb0899c9 Fix flow 2018-11-22 14:19:48 +01:00
Vladimir Volek
5c93a899cb Fixed row 2018-11-22 14:19:48 +01:00
Vladimir Volek
c5a9c8fdb7 Added messages to loading, added more cases 2018-11-22 14:19:48 +01:00
Vladimir Volek
7b7eb5350d Added loader for all accounts views 2018-11-22 14:19:48 +01:00
Vladimir Volek
e28576e19e Added loading state for content 2018-11-22 14:19:48 +01:00
Vladimir Volek
43906f505c Add clear actions 2018-11-21 19:32:28 +01:00
Vladimir Volek
e41cc22e3b Move values to redux 2018-11-21 19:19:14 +01:00
Vladimir Volek
93000adf9e Added touched option for inputs 2018-11-21 16:36:53 +01:00
Szymon Lesisz
2a7d5394db token existence validation 2018-11-21 16:24:22 +01:00
Szymon Lesisz
9437cb25e8 eslint: remove unused var 2018-11-21 14:47:15 +01:00
Szymon Lesisz
09c02160ea fix flowtype warning (default export in actions) 2018-11-21 14:47:04 +01:00
Szymon Lesisz
4589bb9171 showDefaultGasLimitButton condition 2018-11-21 14:35:30 +01:00
Szymon Lesisz
a944b9287e SendFormActions: setDefaultGesLimit - token or coin value fix 2018-11-21 14:35:30 +01:00
Vladimir Volek
fc50202f6a Added action 2018-11-21 14:35:30 +01:00
Vladimir Volek
4b55bde476 Added button 2018-11-21 14:35:30 +01:00
Vladimir Volek
b151c9715b Fixed link dom props 2018-11-21 14:28:26 +01:00
Vladimir Volek
3b374e424e Unify labels in section 2018-11-18 18:28:53 +01:00
Vladimir Volek
8ed59317c7 Simplify actions with modals 2018-11-18 17:35:47 +01:00
Vladimir Volek
f738d0be9c Added loader to sign and verify 2018-11-15 17:48:55 +01:00
Vladimir Volek
d8762ec76f Merge branch 'feature/accounts-loader' into sign/verify 2018-11-15 17:44:44 +01:00
Vladimir Volek
6c2ae9c1be Fix flow 2018-11-15 17:44:21 +01:00
Vladimir Volek
0999c99432 Added icon 2018-11-15 17:04:17 +01:00
Vladimir Volek
6a9371fa2b Fix confirm on device 2018-11-15 16:34:28 +01:00
Vladimir Volek
f93eb3bebd Fix flow 2018-11-15 16:19:04 +01:00
Vladimir Volek
3d8991bac3 Removed link from landing footer 2018-11-12 20:33:07 +01:00
Vladimir Volek
682a1ff8cf Add link for coingecko api 2018-11-12 18:11:48 +01:00
Szymon Lesisz
80158d60c6 add readOnly property to Input component 2018-11-12 17:54:03 +01:00
Szymon Lesisz
b9b7d2d076 fixed link to "old wallet" and copy in FirmwareUpdate page 2018-11-12 17:30:47 +01:00
Szymon Lesisz
d3093313d6 fix fiat rate value in reducer 2018-11-12 12:39:24 +01:00
Vladimir Volek
8e13b49d2e Review implemented 2018-11-12 10:36:40 +01:00
Vladimir Volek
9844983e09 renamed service 2018-11-07 17:44:57 +01:00
Vladimir Volek
18f82f1453 Fix flow 2018-11-07 17:43:18 +01:00
Vladimir Volek
eaede07068 Propagate rate to ui 2018-11-07 17:14:06 +01:00
Vladimir Volek
9498a4effa Added coingecko api 2018-11-07 14:31:42 +01:00
Vladimir Volek
63a296808b Merge branch 'master' of github.com:satoshilabs/trezor-wallet 2018-11-06 16:13:13 +01:00
Vladimir Volek
76b66c348c Fixed browser select crash 2018-11-06 16:13:07 +01:00
Vladimir Volek
615d8b2f58 Changed case image 2018-11-06 15:12:57 +01:00
Szymon Lesisz
bc6b47eb62 fix utils tests: notification.test 2018-11-06 14:23:37 +01:00
Vladimir Volek
f3024e1abb Added DigiByte link to menu 2018-11-06 14:13:03 +01:00
Vladimir Volek
72b5120bbc Added image preloader 2018-11-06 14:08:25 +01:00
Vladimir Volek
a114b47b77 Fix eslint 2018-11-05 18:07:04 +01:00
Vladimir Volek
c6a04f2648 Removed logs 2018-11-05 17:56:11 +01:00
Vladimir Volek
8c24bcf9f3 Fixed typo 2018-11-05 17:54:58 +01:00
Vladimir Volek
dd6117b008 Confirm moved to modals 2018-11-05 17:54:07 +01:00
Vladimir Volek
68a8307b49 Added progress action for verify 2018-11-05 17:10:09 +01:00
Vladimir Volek
bc0238403b Add trezor action to textarea 2018-11-05 16:45:45 +01:00
Vladimir Volek
12f094a595 Refactor trezor action 2018-11-05 15:13:22 +01:00
Vladimir Volek
53f7a8ecef merge 2018-11-05 14:57:23 +01:00
Vladimir Volek
f1484484df No newlines in menu link 2018-11-05 14:45:17 +01:00
Vladimir Volek
83e46bd012 Fixed row 2018-11-05 12:12:26 +01:00
Vladimir Volek
53ca124a55 Added messages to loading, added more cases 2018-11-05 12:07:32 +01:00
Vladimir Volek
31889270a0 Implemented review 2018-11-02 16:38:27 +01:00
Vladimir Volek
cc18d18e4c
Merge pull request #230 from trezor/fix/wallet-type-empty-passphrase
Fix/wallet type empty passphrase
2018-11-02 16:18:57 +01:00
Vladimir Volek
cd53be7d39
Merge pull request #228 from trezor/feature/seedless-device
Feature/seedless device
2018-11-02 13:22:57 +01:00
Szymon Lesisz
9215cb0fe8 eslint + flowtype fixes 2018-11-01 18:53:35 +01:00
Vladimir Volek
5fbd4a3291 Add loading state for notification button 2018-11-01 18:53:35 +01:00
Szymon Lesisz
474871d375 wallet type from passphrase modal
- added new action "CONNECT.UPDATE_WALLET_TYPE" to update DeviceReducer
- pass device straight from action getState() instead of param of this action
- replace switch with if
2018-11-01 18:47:44 +01:00
Szymon Lesisz
bdf1a1d409 add seedless view 2018-11-01 10:53:56 +01:00
Vladimir Volek
90c0dd1276 Added loader for all accounts views 2018-10-31 12:55:29 +01:00
Vladimir Volek
a1cf6cc296 Fixed passphrase checkbox 2018-10-31 12:52:33 +01:00
Szymon Lesisz
ade65a222b eslint + flowtype fixes 2018-10-31 12:51:35 +01:00
Vladimir Volek
8030aa71b1 Added loading state for content 2018-10-31 12:31:43 +01:00
Vladimir Volek
ea391a2a00 Fixed eslint 2018-10-31 11:35:37 +01:00
Vladimir Volek
347767de3d Fixed icon hover and tooltip 2018-10-31 11:35:37 +01:00
Vladimir Volek
b87386a6b1 Added trezor action for input 2018-10-31 11:35:37 +01:00
Vladimir Volek
d682833aa3 Make initial layout responsive 2018-10-31 11:35:37 +01:00
Vladimir Volek
5aaadade36 Refactored to input 2018-10-31 11:35:37 +01:00
Vladimir Volek
42fa20664a fix height and eslint 2018-10-31 11:18:36 +01:00
Vladimir Volek
7fca224159 better log format 2018-10-31 11:18:36 +01:00
Vladimir Volek
2b5c932d89 root -> trezor-wallet-root 2018-10-30 13:26:00 +01:00
Vladimir Volek
cc8a21947f Add loading state for notification button 2018-10-26 16:48:12 +02:00
Vladimir Volek
434c86dc8c merge 2018-10-25 17:32:39 +02:00
Szymon Lesisz
20c503c164 redirect to initial url after acquiring device
1. try to redirect after DEVICE.CONNECT event
2. clear initial url when redirection is done
2018-10-25 17:05:02 +02:00
Vladimir Volek
835906bf96 FIxed icon overflow 2018-10-25 11:58:32 +02:00
Szymon Lesisz
d91a043967 update old-wallet urls 2018-10-24 14:50:28 +02:00
Vladimir Volek
2ff10255bd fix eslint 2018-10-23 11:30:53 +02:00
Vladimir Volek
2aec5b65f6
Merge pull request #208 from trezor/fix/localstorage-prefix
Fix/localstorage prefix
2018-10-23 11:21:29 +02:00
Szymon Lesisz
95623474aa quickfix: deviceUtils test add missing "type" field + update ethUtils snapshot 2018-10-22 17:22:04 +02:00
Vladimir Volek
a40429f345
Merge pull request #207 from trezor/fix/discovery-status
discovery status css fix
2018-10-22 17:13:19 +02:00
Vladimir Volek
5792a1c03d
Merge pull request #209 from trezor/fix/topnavigation-indicator
fix for indicator first render
2018-10-22 15:24:07 +02:00
Szymon Lesisz
3347c54cff quickfix: deviceUtils test "transport.version" fix
"version" should a be a string not an array
2018-10-22 13:46:15 +02:00
Szymon Lesisz
b48b197003 quickfix: ethUtils test "sanitizeHex" fix
sanitizeHex expects only strings
2018-10-22 13:31:10 +02:00
Szymon Lesisz
16f830ff9d fix for indicator first render 2018-10-22 10:07:00 +02:00
Szymon Lesisz
0c61bcb08d local storage prefix
- common prefix for localstorage and sessionstorage
- code refactoring
2018-10-22 10:04:19 +02:00
Szymon Lesisz
a534830dff discovery status css fix
- DiscoveryStatusWrapper css fix (wodth 100%)
- rewriten first condition
2018-10-22 10:02:30 +02:00
Vladimir Volek
dca466ed8a Fixed underline 2018-10-22 10:00:33 +02:00
Vladimir Volek
bed5932498 Fixed eslint and flow 2018-10-21 16:07:07 +02:00
Vladimir Volek
235f5cbdc3 Fixed some eslint and flow 2018-10-20 12:12:29 +02:00
Vladimir Volek
35ce9b6a1d Refactor sign input 2018-10-20 02:11:24 +02:00
Vladimir Volek
6a40191e61 Added address validation 2018-10-20 02:01:57 +02:00
Vladimir Volek
739339b53e Textare max size 2018-10-20 01:19:59 +02:00