Igor Sirotin
59cb770ddb
Switch to new login/create/restore status-go endpoints ( #14139 )
...
* fix: new login endpoints - iteration 1
* feat: use CreateAccountAndLogin endpoint
* fix keycard import
* better comment
* wip: screens reordering
* cleanup
* force minimum of 30 seconds fetching backup
* keycard flows fixes
* typo fix
* remove ganache argument
* fix: wallet issues
* update status-go
2024-04-24 18:31:22 +02:00
Sale Djenic
e4958adb0e
fix(@desktop/onboarding): when recovering user sometimes needs to wait for the end of the countdown even if all backup data are fetched
...
Fixes : #13058
2023-12-22 11:04:55 +01:00
Noelia
e36ace38b2
fix(Onboarding): Recover from seed - Fetching data screen layout
...
Fixes #10939
2023-10-10 12:47:16 +02:00
Khushboo Mehta
7bdec15353
fix(@desktop/wallet): Replaced watched-only with watched address/adresses text
2023-10-06 13:08:08 +02:00
Lukáš Tinkl
94c29d1e60
fix: Mint tokens screen uses different border colors for boxes
...
plus a couple of other dark mode fixes
Fixes #11633
2023-07-26 14:38:27 +02:00
Sale Djenic
38ce51e4bb
chore(@desktop/wallet): changes caused by accounts improvements on the `status-go` side
...
Closes : #10592
2023-05-26 06:54:50 +02:00
Alexandra Betouni
d924d5a94a
[onboarding]: fixed overall positioning
...
Closes #8525
2023-05-23 18:43:25 +03:00
Sale Djenic
bf9b709cc8
feat(@desktop/keycard): recover an account fetching previously backed up data from waku
...
Closes : #8920
2023-03-01 13:20:14 +01:00
Sale Djenic
4fb18e7cac
fix(@desktop/onboarding): an issue handling date on Ubuntu fixed
...
It seems that `new Date` with only minutes set on Ubuntu generates different
datetime then on Mac.
2023-01-10 09:37:46 +01:00
Sale Djenic
b81f4dd150
fix(@desktop/onboarding): refetching backed up data added
2023-01-04 11:15:58 +01:00
Sale Djenic
19ba018a1d
fix(@desktop/onboarding): onboarding flows for `I already use Status` path do not match figma requirements (1/2)
...
Profile fetching (display name and identity images) implemented on the status-go side and
integrated in the desktop app.
Signal notifying about the progress while fetching backed up data from waku implemented on
the status-go side and integrated in the desktop app.
`I already use Status -> Enter a seed phrase` and `I already use Status -> Login with Keycard`
updated so they match figma now.
Fixes : #8467
2023-01-04 11:15:58 +01:00
Sale Djenic
9d382b1c81
fix(storybook): profile fetching updated
...
Profile fetching page, which is part of onboarding flow, is updated so it matches
the latest figma changes now.
2023-01-04 11:15:58 +01:00
alexjba
6474e73b85
Add profile fetching view to storyBook
...
The profile fetching view is part of the onboarding process. This view should be displayed on existing user onboarding flow, while the profile is being fetched in the backend.
It has 3 states:
1. Fetching in progress
2. Fetching completed
3. Fetching error
2022-11-17 21:48:53 +02:00