Vladimir Volek
72d45a0c86
Removed modal less, refactored
2018-08-31 22:17:33 +02:00
Vladimir Volek
fc659db337
Refactored send confirm dialog
2018-08-31 21:23:29 +02:00
Vladimir Volek
37d7f06aed
Merge branch 'styled-components-refactor' of github.com:satoshilabs/trezor-wallet into styled-components-refactor
2018-08-31 18:58:09 +02:00
Vladimir Volek
0c4ce2a850
Merge branch 'styled-components-refactor' of github.com:satoshilabs/trezor-wallet into styled-components-refactor
2018-08-31 18:57:45 +02:00
Vladimir Volek
ef6eef9cfc
Added checkbox component
2018-08-31 18:57:28 +02:00
Vladimir Volek
ec1b25d760
Pin modal refactored
2018-08-31 17:57:37 +02:00
Vladimir Volek
8f9a26caaa
Fixed syntax error
2018-08-31 14:05:32 +02:00
Vladimir Volek
e1097b3fcc
Adjust jsx templtes to new components
2018-08-31 13:58:19 +02:00
Vladimir Volek
ca02764f68
Merge branch 'styled-components-refactor' of github.com:satoshilabs/trezor-wallet into styled-components-refactor
2018-08-31 13:50:55 +02:00
Vasek Mlejnsky
aa97f417e6
Change spacing for button's icon
2018-08-31 12:38:35 +02:00
Vasek Mlejnsky
28598f1f43
Remove button prop
2018-08-31 12:38:06 +02:00
Vasek Mlejnsky
3a6b99aef1
Rename import
2018-08-31 12:37:40 +02:00
Vasek Mlejnsky
763422de8a
Add checked icon
2018-08-31 12:37:16 +02:00
Vasek Mlejnsky
3a74dfc927
Refactorize Input component
2018-08-31 12:37:07 +02:00
Vasek Mlejnsky
7014331840
Merge branch 'styled-components-refactor' of https://github.com/satoshilabs/trezor-wallet into styled-components-refactor
2018-08-30 22:44:01 +02:00
Vasek Mlejnsky
78f6684fa7
Fix bug causing fiatRate be undefined
2018-08-30 22:42:51 +02:00
Vladimir Volek
b0b4f08aba
Adjusted configs
2018-08-30 20:10:36 +02:00
Vladimir Volek
04ab2bce83
Added textarea component
2018-08-30 20:09:00 +02:00
Vladimir Volek
42b15e788e
Image components moved to separated folder
2018-08-30 19:40:35 +02:00
Vladimir Volek
80ac6bcee5
Pin modal partly refactored
2018-08-30 18:01:17 +02:00
Vladimir Volek
221f988fef
Fix modal functionality
2018-08-30 16:22:16 +02:00
Vladimir Volek
2ca9e09ed9
merge
2018-08-30 16:21:40 +02:00
Vladimir Volek
0b8af91fa9
Unverified address modal refacotred
2018-08-30 16:20:33 +02:00
Vladimir Volek
ac9725613b
SignTx modal refactored
2018-08-30 16:04:15 +02:00
Vasek Mlejnsky
a8d3fccfa7
Add option to add an input label
2018-08-30 15:33:38 +02:00
Vasek Mlejnsky
797b66d9d5
Add error text under the input
2018-08-30 15:19:58 +02:00
Vladimir Volek
c758f13072
Device clone modal refactored
2018-08-30 15:18:08 +02:00
Vasek Mlejnsky
6d9cdfcabb
Add success, warning & error icons
2018-08-30 15:10:02 +02:00
Vladimir Volek
ccd6e789bc
Added placeholder for input
2018-08-30 14:52:04 +02:00
Vasek Mlejnsky
d58dadedc9
Fix input state colors
2018-08-30 14:43:06 +02:00
Vasek Mlejnsky
81ccc8e347
Merge branch 'styled-components-refactor' of https://github.com/satoshilabs/trezor-wallet into styled-components-refactor
2018-08-30 14:35:59 +02:00
Vasek Mlejnsky
7e6c8399ec
Fix button
2018-08-30 14:35:35 +02:00
Vladimir Volek
b1025ffbf5
Make notification button prop same as Button
2018-08-30 14:33:21 +02:00
Vasek Mlejnsky
6ac2417534
Merge branch 'styled-components-refactor' of https://github.com/satoshilabs/trezor-wallet into styled-components-refactor
2018-08-30 14:32:16 +02:00
Vasek Mlejnsky
9f961b8865
Fix button imports
2018-08-30 14:31:48 +02:00
Vladimir Volek
36673e2889
Removed unused text prop from Button
2018-08-30 14:30:29 +02:00
Vladimir Volek
030cef3827
Renamed modal to modals
2018-08-30 14:29:18 +02:00
Vasek Mlejnsky
6d87b2d2b2
Merge branch 'styled-components-refactor' of https://github.com/satoshilabs/trezor-wallet into styled-components-refactor
2018-08-30 14:28:51 +02:00
Vasek Mlejnsky
6891bb65d4
Create input component
2018-08-30 14:28:21 +02:00
Vladimir Volek
5c89786452
Fix modals
2018-08-30 14:25:49 +02:00
Vladimir Volek
3fcb9dc25f
Switched all other button to children not text
2018-08-30 14:20:42 +02:00
Vladimir Volek
64d5db3e6a
Added children for button not text, refactored remember device
2018-08-30 14:16:43 +02:00
Vladimir Volek
847f981767
Bootloader refactored
2018-08-30 13:16:11 +02:00
Vladimir Volek
77135e8198
Forget device refactored
2018-08-30 13:07:34 +02:00
Vladimir Volek
d767ee0e05
Remember device refactored
2018-08-30 13:07:12 +02:00
Vasek Mlejnsky
0df6590e72
Refactor "AccountSummary"
...
- since "AddedToken" handles only a single token now (60947cb535
) the logic of handling an array of tokens is now here
- rename inner function to "AccountSummary"
2018-08-30 12:18:55 +02:00
Vasek Mlejnsky
60947cb535
Refactor "Tokens" component
...
- rename it to "AddedToken"
- now handles only a single token not arrays of token
- convert it into a class
2018-08-30 12:17:38 +02:00
Vasek Mlejnsky
325b5bee63
Apply button's icon margin only when button contains text
2018-08-30 12:16:31 +02:00
Vladimir Volek
608b4e79cc
Buttons merged into folder
2018-08-30 10:54:24 +02:00
Vasek Mlejnsky
c32c30fa8c
Refactorize Detail component
...
- Rename it to "AccountBalance"
- Convert component to class
- CSS refactorization
- Handle hidden toggle inside component instead of using actions/reducers
2018-08-30 10:08:20 +02:00