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

741 Commits

Author SHA1 Message Date
Vladimir Volek
1c2a4fb3f0
Merge pull request #74 from satoshilabs/fix-multiple-same-tokens
fix: disallow adding multiple tokens of same type in AccountSummary
2018-09-21 14:12:41 +02:00
Vladimir Volek
a526232aaf
Merge pull request #73 from satoshilabs/fix-select-arrow-selection
fix: selected option wasn't visible in Select when using arrow keys
2018-09-21 14:07:28 +02:00
Vladimir Volek
ddc190d6dc
Merge pull request #69 from satoshilabs/fix/router
Fix/router
2018-09-21 14:05:19 +02:00
Szymon Lesisz
d9239495fa eslint fixes 2018-09-21 14:01:41 +02:00
Vladimir Volek
76f9da63d2
Merge pull request #64 from satoshilabs/fix-send-form-css
fix: send form css
2018-09-21 13:57:11 +02:00
Vasek Mlejnsky
896f7f8055 Fix jumping "Advanced settings" button position 2018-09-21 13:53:50 +02:00
Vladimir Volek
0475c20be8 Flow errors as warnings 2018-09-21 13:37:33 +02:00
Vaclav Mlejnsky
2f988beb05
Merge branch 'master' into fix-send-form-css 2018-09-21 13:32:37 +02:00
Szymon Lesisz
1e4a6c3c21 flowtype fix 2018-09-21 12:41:59 +02:00
Szymon Lesisz
61528af745 SelectedAccount: display notification if network is not set yet 2018-09-21 12:41:51 +02:00
Szymon Lesisz
012e222c25 share router patterns between ./src/view/index and RouteActions 2018-09-21 12:41:13 +02:00
Szymon Lesisz
973c2ee6c1
Merge pull request #57 from satoshilabs/css-fix
fix: CSS refactoring
2018-09-21 12:38:26 +02:00
Vladimir Volek
01952d7628
Merge branch 'master' into css-fix 2018-09-21 12:35:56 +02:00
Vladimir Volek
34e2915593
Merge pull request #62 from satoshilabs/fix/address-validation
fixed address validation
2018-09-21 12:24:14 +02:00
Vasek Mlejnsky
5e42466f99 Disallow adding tokens that are already added 2018-09-21 11:31:13 +02:00
Szymon Lesisz
3a783ce38b Merge branch 'master' into fix/router 2018-09-21 10:59:49 +02:00
Vasek Mlejnsky
a848e35b69 Fix issue when empty passphrase couldn't be submitted after checking & unchecking "Show passphrase" 2018-09-21 10:55:30 +02:00
Vasek Mlejnsky
bfe6dae0a1 Revert "Fix issue when "DeviceMenu" couldn't be closed when device was in a bootloader mode"
This reverts commit e2b6fae98e.

Accidentally pushed to the wrong branch.
2018-09-21 10:55:30 +02:00
Vasek Mlejnsky
7a4a19e412 Fix issue when "DeviceMenu" couldn't be closed when device was in a bootloader mode 2018-09-21 10:55:30 +02:00
Vasek Mlejnsky
55c9eb3ab4 Remove console warns 2018-09-21 10:55:30 +02:00
Vasek Mlejnsky
2ff86bd6a7 Passphrase is set as password by default & add autofill feature 2018-09-21 10:55:30 +02:00
Vasek Mlejnsky
7fc4737846 Remove defualt hover color for 'Icon' 2018-09-21 10:55:30 +02:00
Vasek Mlejnsky
24737ddb22 Fix checkbox css when is checked 2018-09-21 10:55:30 +02:00
Szymon Lesisz
02f442c71b add gitRevisionPugin to webpack.dev.local 2018-09-21 10:52:12 +02:00
Szymon Lesisz
12755bace0 flowconfig fix for FlowWebpackPlugin 2018-09-21 10:46:50 +02:00
Vasek Mlejnsky
0d34cb2b82 Fix issue when a selected option wasn't properly indicated (CSS) when using arrow keys 2018-09-21 10:40:26 +02:00
Szymon Lesisz
3881aaf6cf
Merge pull request #68 from satoshilabs/add-git-revision
Added commit hash to footer
2018-09-21 09:25:24 +02:00
Szymon Lesisz
ccddcc3ad3
Merge branch 'master' into add-git-revision 2018-09-21 09:24:08 +02:00
Vasek Mlejnsky
c2fc48252d Fix issue when "Advanced settings" caused the form to move down 2018-09-21 08:06:52 +02:00
Szymon Lesisz
9793d2d975 remove unnecessary type 2018-09-20 23:15:26 +02:00
Szymon Lesisz
9ecbdc5e38 refactoring RouterService 2018-09-20 23:05:48 +02:00
Szymon Lesisz
6405c13da8 move saving SessionStorage from component to SelectedAccountAction 2018-09-20 23:04:03 +02:00
Szymon Lesisz
13a9e47c73 fix for ACCOUNT.DISPOSE action called + few actions moved from RouterService 2018-09-20 20:26:58 +02:00
Szymon Lesisz
ae9b12f35d remove leftovers from RouterService 2018-09-20 20:25:34 +02:00
Szymon Lesisz
900c3961cd implement RouterActions in services and other actions 2018-09-20 18:26:45 +02:00
Szymon Lesisz
8009ec647f implement RouterActions in components 2018-09-20 18:24:51 +02:00
Szymon Lesisz
46a07b756c add RouterActions 2018-09-20 18:24:28 +02:00
Szymon Lesisz
c5b6a40eff add "unloading" flag to WalletReducer 2018-09-20 18:24:08 +02:00
Szymon Lesisz
d918f4b45a flowtype: allow middleware to use async/await + add new action type (PayloadAction) 2018-09-20 16:32:35 +02:00
Vladimir Volek
2678cf3a95 Fixed tooltip 2018-09-20 16:00:14 +02:00
Vaclav Mlejnsky
5a72dd4f27
Merge pull request #26 from satoshilabs/unit-tests
Added unit tests for utils + flow webpack plugin
2018-09-20 14:41:24 +02:00
Vladimir Volek
70d7c73a77
Merge branch 'master' into unit-tests 2018-09-20 14:39:37 +02:00
Vladimir Volek
c9ec9e4438 Added commit hash to footer 2018-09-20 13:56:24 +02:00
Vasek Mlejnsky
0acc7196b8 Fix inputs' state handling 2018-09-20 10:52:28 +02:00
Vasek Mlejnsky
e135e103c5 Better input bottomText handling 2018-09-20 10:44:28 +02:00
Vasek Mlejnsky
8208245e1b Fix prop validation error 2018-09-20 10:14:38 +02:00
Vasek Mlejnsky
fab3d601c6 Remove red background from tooltip 2018-09-20 09:54:04 +02:00
Vasek Mlejnsky
7f133e6bb2 Change line height in pending transaction icon 2018-09-20 09:53:29 +02:00
Vasek Mlejnsky
3202ba2f6d Fix pending transactions styling 2018-09-20 09:37:17 +02:00
Vasek Mlejnsky
5329460d89 Add default color values 2018-09-20 09:12:19 +02:00