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

488 Commits

Author SHA1 Message Date
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
Vasek Mlejnsky
6d9cdfcabb Add success, warning & error icons 2018-08-30 15:10:02 +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
Vasek Mlejnsky
0f89de426f Add "Arrow Up" icon 2018-08-30 07:46:09 +02:00
Vasek Mlejnsky
ef92428f62 Fix comma 2018-08-30 07:45:38 +02:00
Vasek Mlejnsky
4d480440dd Merge branch 'styled-components-refactor' of https://github.com/satoshilabs/trezor-wallet into styled-components-refactor 2018-08-30 07:45:08 +02:00
Vladimir Volek
31771b2090 Revert "updated README"
This reverts commit 84dc559775.
2018-08-29 16:04:40 +02:00
Vladimir Volek
84dc559775 updated README 2018-08-29 16:03:29 +02:00
Vladimir Volek
5a3bb77fb0 Finalized notifiction refactor 2018-08-29 15:48:05 +02:00
Vladimir Volek
a7726081f2 Separted button and notfication button 2018-08-29 13:54:41 +02:00
Vladimir Volek
e1d4faddfc Finalized notification icon styles 2018-08-29 13:07:37 +02:00
Vladimir Volek
8b519544d7 Styled notification content 2018-08-29 12:07:47 +02:00
Vasek Mlejnsky
07b6c9f486 Change shape of returned object & temporary fix for async react-select 2018-08-29 11:36:07 +02:00
Vasek Mlejnsky
8b31b63e1e Refactorize AccountSummary 2018-08-29 11:33:31 +02:00
Vladimir Volek
59ce098c92 Refactored notifications buttons 2018-08-29 11:33:17 +02:00
Vasek Mlejnsky
203a66a904 Add option to import AsyncSelect 2018-08-29 11:33:17 +02:00
Vasek Mlejnsky
ef4bb665db Fix typo 2018-08-29 11:32:30 +02:00
Vasek Mlejnsky
e1764a7a95 Add props to Icon component
- "className" so that Icon can be directly styled
- mouse*, focus & click events because "Tooltip" requests to implement those from children
2018-08-29 10:41:22 +02:00
Vasek Mlejnsky
8bf7eeb8fa Add "Help" icon 2018-08-29 10:39:12 +02:00
Vasek Mlejnsky
e44f33c2de Add borders to select menu not option 2018-08-29 10:11:59 +02:00
Vladimir Volek
a4720fc2e3 Refactored notification buttons 2018-08-28 16:27:59 +02:00
Vasek Mlejnsky
2d5965b4ab Refactorize "AccountMenu" (part 1) 2018-08-28 16:19:10 +02:00
Vasek Mlejnsky
597a771882 Style Select 2018-08-28 16:18:45 +02:00
Vasek Mlejnsky
34e859bd77 Add border to left navigation 2018-08-28 16:17:47 +02:00
Vladimir Volek
73f62d82f9 Notification wrapper added, indent 2018-08-28 14:33:42 +02:00
Vasek Mlejnsky
b2df1339b8 Add a prop to import async select from 'react-select' 2018-08-28 10:22:05 +02:00
Vasek Mlejnsky
b599c7cf5f Create "TooltipContent" component 2018-08-28 09:43:45 +02:00
Vasek Mlejnsky
b42e8adb03 Fix eslint/flow errors 2018-08-28 09:01:08 +02:00
Vasek Mlejnsky
f820637023 Use rc-tooltip & rcTooltip.less for now 2018-08-28 08:58:41 +02:00