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

1002 Commits

Author SHA1 Message Date
Vladimir Volek
f258f1b125
Merge pull request #134 from trezor/feature/change-passphrase
Feature/change passphrase
2018-10-09 12:58:37 +02:00
Vladimir Volek
113c39ec26 Fixed border 2018-10-09 12:39:30 +02:00
Vladimir Volek
d22a4789db Removed test border 2018-10-09 12:23:34 +02:00
Vladimir Volek
29e5dc2314 Styled bridge page better 2018-10-09 12:23:34 +02:00
Vladimir Volek
2831b7d254
Merge pull request #140 from trezor/fix/disable-react
Disable whole app on "window.onbeforeunload" event
2018-10-09 12:14:52 +02:00
Vladimir Volek
f36a67c6c6
Merge pull request #141 from trezor/fix/trezorimage
import trezor image
2018-10-09 12:14:35 +02:00
Szymon Lesisz
4730e9afc6 import trezor image
TrezorImage is missing in build because it wasn't imported properly
2018-10-09 11:54:19 +02:00
Szymon Lesisz
bf7527bd09 Disable whole app on "window.onbeforeunload" event
Disable whole react app to prevent future action processing.
Fix: #116
2018-10-09 10:54:07 +02:00
Vladimir Volek
95c3c8dba7
Merge pull request #136 from trezor/fix/allow-data-prefix
allow "0x" prefix in transaction data
2018-10-09 10:45:35 +02:00
Szymon Lesisz
51ed553e9a move hex regexp to /utils/ethUtils 2018-10-09 10:42:36 +02:00
Vladimir Volek
1113c0d077
Merge pull request #137 from trezor/feature/localstorage-version
add and verify local storage version
2018-10-09 10:22:20 +02:00
Szymon Lesisz
5291ce32b1 add tooltip and texts to wallettype modal 2018-10-09 10:12:10 +02:00
Szymon Lesisz
b9251f8db7 add and verify local storage version
fix: #131
2018-10-08 18:22:21 +02:00
Szymon Lesisz
4da23c1db2 remove comment 2018-10-08 17:52:48 +02:00
Szymon Lesisz
5995568e19 allow "0x" prefix in transaction data
fix: #101
2018-10-08 17:51:25 +02:00
Szymon Lesisz
c1a1e89ff3 rename function 2018-10-08 17:17:05 +02:00
Szymon Lesisz
e4bb6d5d47 added texts for passphrase modals and wallet type icons 2018-10-08 17:12:23 +02:00
Szymon Lesisz
1a55f45d2d goto to dashboard page when switching wallet type 2018-10-08 15:52:24 +02:00
Szymon Lesisz
33ba41e865 added React.Fragment to Receive page 2018-10-08 13:55:59 +02:00
Szymon Lesisz
61820272b6 rebase master 2018-10-08 13:35:38 +02:00
Szymon Lesisz
d8331cece0 reset "remember" field while switching wallet type 2018-10-08 13:34:04 +02:00
Szymon Lesisz
d6af3d6dfa remove pendingTxs while switching between wallet types and forgeting device 2018-10-08 13:34:03 +02:00
Szymon Lesisz
0a77d0541e remove data while switchin between wallet types 2018-10-08 13:34:03 +02:00
Szymon Lesisz
14eac38246 FORGET_SILENT if disconnected device is not selected and modal is opened 2018-10-08 13:34:03 +02:00
Szymon Lesisz
a357c7dc8c fixed flowtype in modals 2018-10-08 13:34:03 +02:00
Szymon Lesisz
cea3fe7e68 new modal "wallet type" 2018-10-08 13:34:03 +02:00
Szymon Lesisz
291e771a6b new actions: request and receive wallet type 2018-10-08 13:34:03 +02:00
Szymon Lesisz
3183426137 TrezorConnect calls using new field "useEmptyPassphrase" 2018-10-08 13:34:03 +02:00
Szymon Lesisz
109c93aff8 added new field "useEmptyPassphrase" to TrezorDevice object 2018-10-08 13:34:03 +02:00
Vladimir Volek
f32c2d351d tooltip position fixed 2018-10-08 13:32:51 +02:00
Vladimir Volek
2d9f02a4e6 Tooltip refactored to sepearated component 2018-10-08 13:32:51 +02:00
Vladimir Volek
6b1aceff0e Fixed eye tooltip position 2018-10-08 13:32:51 +02:00
Vladimir Volek
9d00f423a5 Better styled tooltips in send 2018-10-08 13:32:51 +02:00
Vladimir Volek
c94ebf6a47 better style for account add tooltip 2018-10-08 13:32:51 +02:00
Vladimir Volek
54faf8c939 Add tooltips to body not content 2018-10-08 13:32:51 +02:00
Vladimir Volek
01f530f063 Split gobal styles 2018-10-08 13:32:51 +02:00
Szymon Lesisz
286caf9d29 remove data while switchin between wallet types 2018-10-08 11:59:10 +02:00
Szymon Lesisz
25d95a971f FORGET_SILENT if disconnected device is not selected and modal is opened 2018-10-05 17:55:26 +02:00
Szymon Lesisz
5c9194e814 fixed flowtype in modals 2018-10-05 17:49:51 +02:00
Szymon Lesisz
c570970b42 new modal "wallet type" 2018-10-05 15:47:51 +02:00
Szymon Lesisz
bd6bb5927d new actions: request and receive wallet type 2018-10-05 15:47:37 +02:00
Szymon Lesisz
df191fa726 TrezorConnect calls using new field "useEmptyPassphrase" 2018-10-05 15:46:47 +02:00
Szymon Lesisz
cb7fbb2e69 added new field "useEmptyPassphrase" to TrezorDevice object 2018-10-05 15:31:03 +02:00
Vladimir Volek
ac724210dd
Merge pull request #127 from trezor/feature/app-notifications
Feature/app notifications
2018-10-05 15:30:42 +02:00
Szymon Lesisz
796db24890 added change log and pgp signature to InstallBridge 2018-10-05 09:46:11 +02:00
Szymon Lesisz
be34d85fdd removed comments 2018-10-05 09:26:49 +02:00
Szymon Lesisz
6addcb6cde added changelog to InstallBridge + render "cancel" conditionally 2018-10-05 09:24:36 +02:00
Szymon Lesisz
3512c271e2 FirmwareUpdate: notification button click + "cancel" action conditionally 2018-10-05 09:03:51 +02:00
Szymon Lesisz
a84abda5ae Merge branch 'feature/app-notifications' of github.com:satoshilabs/trezor-wallet into feature/app-notifications 2018-10-04 23:09:49 +02:00
Szymon Lesisz
0c36ad96bf enable App/UpdateFirmware notification 2018-10-04 23:06:40 +02:00