1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00
Commit Graph

380 Commits

Author SHA1 Message Date
Vladimir Volek
e32d7a32bd split hidden coins, toggle all 2019-04-24 14:05:07 +02:00
slowbackspace
8d399ff327 auto reconnect to the backend 2019-04-23 17:02:25 +02:00
Vladimir Volek
59a3284e67 part of show all 2019-04-23 16:39:43 +02:00
Vladimir Volek
ee9ebd2916 smaller switch in settings, add show all 2019-04-23 14:35:07 +02:00
Vladimir Volek
7abc4a61fe fix selected coins at start, handle not visible coins properly 2019-04-23 13:44:08 +02:00
slowbackspace
7da8d4124d fix validation 2019-04-22 13:43:44 +02:00
slowbackspace
39c683bf0c remove console.log 2019-04-22 11:33:20 +02:00
slowbackspace
39ff483387 extract xrp regexps, cleanup 2019-04-22 11:31:55 +02:00
slowbackspace
17c0f77e16 cleanup eth regexps 2019-04-17 19:30:41 +02:00
Vladimir Volek
ec5786ad03 fix all flow 2019-04-17 19:14:06 +02:00
Vladimir Volek
36848591c0 fix some flow 2019-04-17 17:13:23 +02:00
Vladimir Volek
7050cf006d load first config from local storage if there is one 2019-04-16 19:05:06 +02:00
Vladimir Volek
184d8a2b23 dispatch new action 2019-04-16 18:59:12 +02:00
Vladimir Volek
cc217c7aa1 add logic for hiding coins 2019-04-16 18:40:00 +02:00
Vladimir Volek
cde2cf2f6b
Merge pull request #514 from trezor/fix/update-account-empty-state
Fix/update account empty state
2019-04-16 16:17:28 +02:00
Vladimir Volek
731921916b limit destination tag 2019-04-16 16:05:13 +02:00
slowbackspace
dc821b7a37 update account empty state 2019-04-16 14:54:22 +02:00
slowbackspace
2fd208ddb9 debounce validation in send forms 2019-04-15 17:31:36 +02:00
Vladimir Volek
bcd618aa0a
Merge pull request #500 from trezor/fix/setInitialUrl-race-condition
fix: setInitialUrl - race condition
2019-04-15 15:13:28 +02:00
Vladimir Volek
22c539ed43
Merge pull request #501 from trezor/feature/l10n-tests
Feature/l10n tests
2019-04-15 13:39:52 +02:00
Vladimir Volek
4e6783f51d
Merge pull request #502 from trezor/fix/import-tool
Fix/import tool
2019-04-15 13:38:15 +02:00
Szymon Lesisz
89d8485bbd remove unnecesary condition from WalletAction.observe 2019-04-15 11:34:49 +02:00
Szymon Lesisz
13b49c32b5 Update RouterActions.js 2019-04-12 17:27:24 +02:00
slowbackspace
71fb19861d getInitialLocale now accepts navigatorLanguage as param 2019-04-12 17:24:11 +02:00
Szymon Lesisz
6cfff6d598 cleaner code for WALLET.SET_INITIAL_URL 2019-04-12 17:13:42 +02:00
Szymon Lesisz
5b98deac1e flow fix 2019-04-12 16:51:42 +02:00
Szymon Lesisz
a797a52931 exclude landing page url fix 2019-04-12 16:48:49 +02:00
slowbackspace
42b7d6b3f0 fix lint 2019-04-12 16:28:24 +02:00
Szymon Lesisz
585c79a738 fix: setInitialUrl - race condition
- Do not set initialUrl if it is landingPage
- Block "RouterAction.selectDevice" if currently selected device is in auth process
- Move WalletActions.observe() before DiscoveryActions.restore() in "WalletSerivce"
2019-04-12 16:22:57 +02:00
slowbackspace
c2544c2461 fix pair imported accounts with deviceID 2019-04-12 16:09:48 +02:00
Vladimir Volek
33cce4bcae merge 2019-04-12 15:11:23 +02:00
slowbackspace
c2d03631a4 fix saving and loading imported accounts from localstorage 2019-04-12 14:22:27 +02:00
slowbackspace
e95ebe54b6 fix: dont try to pair imported accounts with used passphrase 2019-04-12 13:05:57 +02:00
Vladimir Volek
5e830b86c4 fix connect version 2019-04-11 16:00:57 +02:00
slowbackspace
0f6c9a70ed create separate reducer ImportAccount 2019-04-10 19:54:07 +02:00
slowbackspace
a35c21603b remove console.log 2019-04-10 18:01:32 +02:00
slowbackspace
bb4a3268f7 fix flow 2019-04-10 00:50:34 +02:00
slowbackspace
de7aafa5c3 changed method definitions to ThunkAction, remove all accounts associated to deviceID 2019-04-09 16:10:49 +02:00
Vladimir Volek
c47ca11f8b prepare empty bitcoin send page, refactor 2019-04-09 14:20:36 +02:00
slowbackspace
17f63b6d9a remove imported accounts when forgetting device 2019-04-09 14:06:15 +02:00
slowbackspace
8dd3f95f1f add import tool 2019-04-08 18:30:11 +02:00
Vladimir Volek
031d3ab391
Merge pull request #480 from trezor/feature/select-virtualized
Feature/Tokens select with custom MenuList using react-window
2019-04-02 17:25:20 +02:00
slowbackspace
c0702d32a8 return full tokens array 2019-03-29 14:53:30 +01:00
slowbackspace
d9e03c898a call validateAddress only once per inputChange() 2019-03-29 09:47:05 +01:00
slowbackspace
52bb65d463 Merge branch 'feature/connect-7.0.2-electron' into feature/trezor-ui-components 2019-03-28 10:44:05 +01:00
slowbackspace
469e8a3625 Merge branch 'master' into feature/trezor-ui-components 2019-03-26 15:46:53 +01:00
Szymon Lesisz
fe744ca81f update sisyfos endpoint 2019-03-26 10:52:50 +01:00
slowbackspace
b8f45bd9c4 fix storageUtils.get returns string not boolean 2019-03-26 10:13:30 +01:00
slowbackspace
84b62397a8 parse bool from localStorage 2019-03-22 10:12:38 +01:00
slowbackspace
34ff337db1 Merge branch 'master' into feature/trezor-ui-components 2019-03-21 10:37:46 +01:00
slowbackspace
482f62d317 even more ui components 2019-03-18 17:41:51 +01:00
slowbackspace
f95ff68978 dont stringify bool hideBalance in localStorage 2019-03-15 14:35:32 +01:00
slowbackspace
7f2ce33d33 fix flow 2019-03-15 10:46:54 +01:00
slowbackspace
7c37d6745b Merge branch 'master' into feature/stealth-mode 2019-03-15 10:18:29 +01:00
slowbackspace
02f05e625e add setHideBalance action, save setting to localStorage 2019-03-14 23:31:19 +01:00
Vladimir Volek
0ee49b93e4
Merge pull request #448 from trezor/feature/currency-switcher
Feature/Fiat currency switcher
2019-03-14 18:43:10 +01:00
slowbackspace
628d424438 fix recalculating local amount for tokens on set max btn 2019-03-14 16:35:50 +01:00
slowbackspace
1a07af9413 fix fiatRates for tokens on set max btn 2019-03-14 15:51:31 +01:00
slowbackspace
9fbb51fd39 fix clear button 2019-03-13 14:34:49 +01:00
slowbackspace
67c0a18948 add erc tokens conversion to fiat 2019-03-13 14:11:51 +01:00
slowbackspace
c745ec37b7 update fiat instead of crypto amount on fiat select 2019-03-12 16:16:02 +01:00
slowbackspace
40f61002b6 add currency switcher to ripple send tab 2019-03-12 16:03:14 +01:00
slowbackspace
b722b8d86a handle missing rates in util function 2019-03-12 12:55:21 +01:00
slowbackspace
a44a0b608a add currency switcher to eth send form 2019-03-11 18:43:41 +01:00
slowbackspace
c9d7fc8ea9 add redux support for setting local currency 2019-03-11 17:45:35 +01:00
slowbackspace
4757c71f45 use console.error instead of console.log 2019-03-05 11:53:33 +01:00
slowbackspace
15cc6e00f3 handle response codes 2019-03-04 19:03:07 +01:00
Vladimir Volek
bcfca51699
Merge pull request #419 from trezor/feature/copy-log
Feature/Copy log to clipboard
2019-03-04 17:08:06 +01:00
slowbackspace
8f2f2d0bc7 fix prettier 2019-03-04 15:48:35 +01:00
slowbackspace
99afc9fc78 merge master 2019-03-04 15:39:51 +01:00
slowbackspace
6e7200dcf4 hide "copied!" message 2019-03-04 15:36:04 +01:00
slowbackspace
9e09d19334 fix url 2019-03-04 14:37:27 +01:00
Vladimir Volek
16567ec2d6 merge 2019-03-04 14:01:25 +01:00
Vladimir Volek
749224dc66 lint all files 2019-03-04 13:33:02 +01:00
slowbackspace
0add59669b add copy log to clipboard button 2019-03-04 12:52:26 +01:00
slowbackspace
74b466be05 merge master 2019-02-28 15:29:07 +01:00
Vladimir Volek
f4685961ec merge 2019-02-26 13:42:41 +01:00
Vladimir Volek
42fdb7728a Added url constants for wallets 2019-02-26 13:40:22 +01:00
Szymon Lesisz
b45a3d3eee Update TrezorConnectActions.js 2019-02-26 13:20:09 +01:00
Szymon Lesisz
149b07cb2e connect7 changes 2019-02-26 12:45:46 +01:00
slowbackspace
b0d67bd667 add gotoBackup action 2019-02-25 13:28:41 +01:00
Szymon Lesisz
40790470c2 ignore error code in showaddress method
403: permissions not granted from TrezorConnect can be safely ignored
2019-02-22 17:42:07 +01:00
Szymon Lesisz
e336a4f05f add "onReceiveConfirmation" method to ModalActions 2019-02-22 17:40:40 +01:00
Szymon Lesisz
bc7a8401f8 open modal on UI.REQUEST_CONFIRMATION event 2019-02-22 17:39:51 +01:00
slowbackspace
005cd8ae02 merge master 2019-02-22 12:04:16 +01:00
Vladimir Volek
8e4dd7c471 Use utils for trezor model 2019-02-20 12:17:28 +01:00
Vladimir Volek
e9d3f3ff92 Fixed trezor one name, padding adjusted 2019-02-20 12:04:21 +01:00
slowbackspace
53c7c20a29 throw exception when non-num string is passed to Bignumber() 2019-02-19 19:10:47 +01:00
slowbackspace
1eb9f71fdc auto detect browser locale if lang not stored in localstorage 2019-02-18 12:49:27 +01:00
Vladimir Volek
83b2cd7e10 Update bignumber and methods + other non breaking packages (#364)
* Update bignumber and methods + other non breaking packages

* Removed unused flowtype

* Removed unused flowtype 2
2019-02-18 11:45:40 +01:00
slowbackspace
a656b0d708 handle locale to filename mapping by TTM 2019-02-15 21:19:01 +01:00
slowbackspace
3217517050 handle fetching locale in refux action 2019-02-15 20:52:56 +01:00
slowbackspace
e2ccb31532 save selected language to local storage 2019-02-06 18:03:19 +01:00
slowbackspace
ddf2819de3 add initial support for setting language 2019-02-06 18:01:09 +01:00
slowbackspace
d80e108754 add responsive sidebar 2019-01-24 18:49:33 +01:00
Vladimir Volek
9f911ff8b2
Merge pull request #340 from trezor/feature/qr-scanner
Feature/QR scanner
2019-01-22 15:26:01 +01:00
slowbackspace
549ae16b0e add modal for scanning qr codes 2019-01-17 17:12:12 +01:00
Vladimir Volek
5423caea4f
Merge pull request #331 from trezor/fix/connect-backend-spinner
Fix/spinner for connect backend button
2019-01-17 16:05:21 +01:00
Vladimir Volek
a1b96535a5
Merge pull request #336 from trezor/feature/send-form-clear-button
Feature/Send form clear button
2019-01-17 15:59:23 +01:00
slowbackspace
a8d39d95c2 separate clear from init function 2019-01-15 15:24:41 +01:00