1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-10 13:46:05 +00:00
Commit Graph

110 Commits

Author SHA1 Message Date
Vladimir Volek
eed40c53ab Added linter for styled-components 2018-08-14 13:43:45 +02:00
Vladimir Volek
e9581af8e8 Added button components 2018-08-13 17:19:04 +02:00
Vladimir Volek
49ad6726cb header less remove 2018-08-13 16:35:49 +02:00
Vladimir Volek
a314c2faed ErrorBoundary added 2018-08-13 14:52:43 +02:00
Vladimir Volek
ace0f37074 Merge content 2018-08-13 14:33:44 +02:00
Vladimir Volek
8375a4c48b Fixed paddings 2018-08-13 14:29:34 +02:00
Vladimir Volek
8cc345aa05 Revert "Refactored menu rendering"
This reverts commit 909c657454.
2018-08-13 14:22:34 +02:00
Vladimir Volek
7c1f928ac6 Revert "Refactored menu rendering - styled"
This reverts commit ce635fe979.
2018-08-13 14:22:22 +02:00
Vladimir Volek
ce635fe979 Refactored menu rendering - styled 2018-08-13 14:19:19 +02:00
Vladimir Volek
909c657454 Refactored menu rendering 2018-08-13 13:03:52 +02:00
Vladimir Volek
e226847ccc Added support for icons and styled components 2018-08-13 12:19:10 +02:00
Vladimir Volek
db8c711ec4 Created base styles 2018-08-10 18:28:35 +02:00
Vladimir Volek
03af4fdfce Dashboard refactored 2018-08-10 17:51:53 +02:00
Vladimir Volek
eac49bd78d Fixed hot loader and year in footer 2018-08-10 17:18:22 +02:00
Vladimir Volek
1ab5e9c8ab Footer rewrited and used react prop types instead of flow 2018-08-10 16:44:36 +02:00
Vladimir Volek
d8995cbb49 Add missing import 2018-08-10 16:03:28 +02:00
Vladimir Volek
b7e5dba3d0 Sign and verify migrated to styled components 2018-08-10 16:01:12 +02:00
Vladimir Volek
a591c5ea8f colors unified 2018-08-10 15:36:44 +02:00
Vladimir Volek
32b428809c h2 refactored to component 2018-08-10 15:33:23 +02:00
Szymon Lesisz
88208f3509 distinguish unreadable/unacquired device in dropdown menu 2018-08-08 15:29:33 +02:00
Szymon Lesisz
d9069b6824 enable device dropdown if webusb & unreadable/unacquired device 2018-08-08 15:23:39 +02:00
Szymon Lesisz
880e11d6e9 unreadable device page (not finished) 2018-08-08 14:39:43 +02:00
Szymon Lesisz
0c5635d356 Show loader after 'Acquire Device' button is clicked 2018-08-08 11:43:34 +02:00
Szymon Lesisz
c197f7f7b6 flowtype fixes corresponding changes in trezor-connect 2018-08-08 11:42:12 +02:00
Vladimír Volek
04dfa41949 POC of styled components - migrated header 2018-07-30 16:50:32 +02:00
Vladimír Volek
52239f77b7 POC of styled component 2018-07-30 16:30:25 +02:00
Vladimír Volek
7627aade89 Fixed some eslint problems 2018-07-30 12:52:13 +02:00
Szymon Lesisz
4f5134f32e fix: token balance - pending tx 2018-05-29 13:36:18 +02:00
Szymon Lesisz
af26e0f55c Send: Advanced form tooltips 2018-05-29 13:35:30 +02:00
Szymon Lesisz
148a61645f pendingTx rejected state 2018-05-29 10:48:28 +02:00
Szymon Lesisz
b41e6bacc0 save and clear SessionStorage called from SendformActions 2018-05-29 10:47:48 +02:00
Szymon Lesisz
4d43a4acc4 fix: display very small numbers as .toString(10) 2018-05-28 20:06:01 +02:00
Szymon Lesisz
00ee6465c9 Account balance - pending txs 2018-05-28 11:21:47 +02:00
Szymon Lesisz
43ddffb6e9 implementation on selectedAccount.pending 2018-05-25 11:49:37 +02:00
Szymon Lesisz
283af40356 Refactoring: SelectedAccountReducer synchronized with other reducers
thru WalletService + implementation new data model in components
2018-05-25 11:26:36 +02:00
Szymon Lesisz
2b4592343e START/STOP_ACQUIRING (Acquire page) 2018-05-23 11:46:57 +02:00
Szymon Lesisz
3b452661c6 getState().connect.devices replaced by getState().devices 2018-05-23 10:57:36 +02:00
Szymon Lesisz
60c4390925 findSelectedDevice > WalletReducer.selectedDevice 2018-05-22 22:07:25 +02:00
Szymon Lesisz
ad3237a49a removed console.log 2018-05-22 19:46:26 +02:00
Szymon Lesisz
663729ea62 Aside: implementation of wallet.selectedDevice 2018-05-22 19:43:26 +02:00
Szymon Lesisz
505a7e354d bootlader, not-initialized, dev-settings pages copy 2018-05-22 18:07:42 +02:00
Szymon Lesisz
5282c22bc0 address verification different UI 2018-05-22 16:33:25 +02:00
Szymon Lesisz
0cfa1567cf not initialized device page 2018-05-22 14:16:18 +02:00
Szymon Lesisz
416886bd95 forget countdown inside Forget button 2018-05-22 11:47:28 +02:00
Szymon Lesisz
393a0c4c56 ignore fresh account in discovery 2018-05-22 11:40:32 +02:00
Szymon Lesisz
d1b02ed288 passphrase modal input fix 2018-05-21 12:17:15 +02:00
Szymon Lesisz
38c45bb78d disabled nonce in sendform 2018-05-21 11:58:55 +02:00
Szymon Lesisz
2355d3d784 SelectedAccount component state type renamed to avoid confusion with
reducer accountState
2018-05-18 19:35:55 +02:00
Szymon Lesisz
b7bed8ee4c abstractAccount > SelectedAccount 2018-05-18 19:26:46 +02:00
Szymon Lesisz
58d023fd46 Receive onClick button 2018-05-18 18:58:55 +02:00