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

286 Commits

Author SHA1 Message Date
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