Sale Djenic
42a60642e8
fix(wallet): user is unable to authenticate using biometrics
...
Fixes #14404
2024-04-12 07:46:00 +02:00
Michał Cieślak
6aee04e33e
fix(StatusDialogFooter): Prevent footer's buttons overflow
2024-02-09 13:41:39 +01:00
Sale Djenic
9c9bcef6d2
feat(@desktop/keycard): sign flow added to the shared keycard module
2023-11-03 16:14:18 +01:00
Sale Djenic
61f3d903ce
feat(@desktop/syncing): keypair syncing - migrate keypair to/from keycard if devices are already paired
...
Closes : #11706
2023-09-11 12:14:36 +02:00
Sale Djenic
b22b632b2d
feat(@desktop/wallet): account interaction - stop using a keycard for profile keypair - handling on paired devices
...
Part 4 of: #11737
2023-09-07 14:49:06 +02:00
Sale Djenic
ef4a564fc7
feat(@desktop/wallet): account interaction - stop using a keycard for profile keypair (on device)
...
Part 3 of: #11737
2023-09-04 16:25:53 +02:00
Sale Djenic
45f7299202
feat(@desktop/wallet): adding factory reset keycard flow as a continuation to the stop-using keycard flow
...
Part 2 of: #11737
2023-09-01 09:20:54 +02:00
Sale Djenic
c59f6d72d8
feat(@desktop/wallet): account interaction - stop using a keycard for non profile keypair
...
Part 2 of: #11737
2023-09-01 09:20:54 +02:00
Patryk Osmaczko
35a2dd5244
[Popups]: added destroy() function in all popups by default
...
Also switched StatusModal to derive from StatusDialog instead
of Popup type
Closes #10149
2023-06-02 14:28:39 +03:00
Sale Djenic
d5cddbf79a
feat(@desktop/keycard): no `pcsc` service error screen
...
Closes : #9116
2023-03-07 18:02:10 +01:00
Sale Djenic
21a5b10fab
fix(@desktop/keycard): few small fixes applied
...
- missed space added in account already exists popup
- disable close button for shared keycard popup flows identified separately
- crash if built tokens from some other action (like enabling wallet) are received late while
keycard flow is setting up and keypair for processing is not prepared yet
- 3 words name was displayed on login for a keycard user
2023-03-07 18:02:10 +01:00
Sale Djenic
a4bce9e130
fix(@desktop/keycard): update logic of enabling action buttons during the flow
2023-02-17 10:01:21 +01:00
Sale Djenic
bc7a4b94f7
feat(@desktop/keycard): `unlocking` screen for unlock flow
...
Closes : #9259
2023-01-30 13:43:10 +01:00
Sale Djenic
cae2a5bea3
feature(@desktop/keycard): sync a Keycard state on every usage
...
Closes : #8759
2023-01-13 21:02:36 +01:00
Sale Djenic
32fcda485c
feature(@desktop/keycard): migrate an exsiting account from Keycard to Status Desktop
...
Fixes : #7030
2023-01-04 14:24:55 +01:00
Sale Djenic
b2cb263d68
feature(@desktop/keycard): import or restore a Keycard via a seed phrase
...
Fixes : #7029
2023-01-04 14:24:55 +01:00
Sale Djenic
0e65f2a7ff
feature(@desktop/keycard): create a new Keycard account with a new seed phrase
...
Fixes : #7028
2023-01-04 14:24:55 +01:00
Sale Djenic
49da859947
feat(@desktop/keycard): create a backup copy of a Keycard
...
Fixes : #7035
2022-12-02 17:26:06 +01:00
Sale Djenic
662a11a57b
chore(@desktop/keycard): tertiary action for shared keycard popup module renamed to cancel action
...
Since tertiary action for the keycard popup module is always used to cancel/invalidate
the current flow, it's renamed now to cancel action (avoids confusion this way and it
seems more intuitive. It doesn't set any state. It should be defined if it's possible to cancel
the flow from the current state.
2022-11-15 12:12:07 +03:00
Sale Djenic
3fbcbb198f
chore(@desktop/keycard): `if` with multiple `or` in condition moved to `switch`
2022-11-10 11:03:44 +03:00
Sale Djenic
6d4bec84b1
fix(@desktop/keycard): bigger Keycard views look cut if the app is resized to the min height
...
Fixes : #8137
2022-11-10 11:03:44 +03:00