Commit Graph

219 Commits

Author SHA1 Message Date
Michal Iskierko 268f6ef4eb fix(desktop/profile): Does not apply avatar icon if quitted popup
Apply avatar icon only if the user accepts it.

Fix #5238
2022-04-12 18:22:56 -04:00
Alexandra Betouni 0a8429bc3f fix(Onboarding): display name clear button was always visible
Closes #5235
2022-04-11 17:59:32 -04:00
Sale Djenic e5fcb4cf9b fix(@desktop/profile): settings to store pass in keychain remain the same
Fixes #5464
2022-04-11 17:13:22 -04:00
Noelia 220a320282 fix(onboarding): Image missing in some onboarding screens
File recovery: The `keys.png` file was lost in the following commit: 6d9c5c4286

Fixes #5455
2022-04-11 12:22:52 -04:00
Patryk Osmaczko bf530a6cc4 fix(@desktop/onboarding): show identicon ring and colors for profiles
issue: #5358
2022-04-08 14:04:21 -04:00
Alexandra Betouni 1a8dfde1b2 fix(SetProfilePicture): title was empty on second opening
Closes #5237
2022-04-07 16:27:31 -04:00
Boris Melnik 70b6acce16 fix(@desktop/onboarding): Fix error message alignment
Closes: #5352
2022-04-07 16:17:56 -04:00
Boris Melnik 8d2071eada fix(seedphrase): Add persistence to seed phrase screens
Closes: #5415
2022-04-07 15:47:03 -04:00
Alexandra Betouni 61cbaf9d57 fix(SeedPhraseInputView): Submit button should disable when switching tabs
Closes #5388
2022-04-07 15:41:42 -04:00
Boris Melnik 3e63e42664 fix(icons): Add 2x and 3x icons for biometrics
Closes: #5308
2022-04-07 12:26:10 -04:00
Boris Melnik f56383f266 fix(@desktop/onboarding): Fix confirmation password validation
Closes: #5320
2022-04-07 11:32:54 -04:00
Anthony Laibe 27e3731b0b fix(@onboarding): Allow to enter last word in seed phrase import
fixes #5344
2022-04-07 13:06:27 +02:00
Jonathan Rainville b54111f82a fix(onboarding): fix seed phrase validation missing return
Fixes #5311
2022-04-04 18:08:44 -04:00
Sale Djenic f366486277 fix(@desktop/onboarding): users can save an empty "Display Name" in new onboarding
- validators included for the display name field in the onboarding process
- in display name popup "Ok" button disabled by default

Fixes #5236
2022-04-04 13:19:44 -04:00
Patryk Osmaczko fa11b3bf67 fix(@desktop): show compressed multiformat public keys
closes: #5181
2022-04-04 12:55:31 -04:00
Patryk Osmaczko 08caca2a60 fix(@desktop): use identicon ring/letter instead of identicon
fixes: #5149
2022-04-04 17:50:48 +02:00
Patryk Osmaczko 25c6a5f5ca chore(@desktop): remove identicon related code 2022-04-04 17:50:48 +02:00
Richard Ramos 206c692845 fix: use correct pubkey during account generation 2022-04-04 11:13:52 -04:00
Alexandra Betouni a8e946f602 feat(onboarding): Adding import seed screens for old&new users
Closes #4955
Closes #5230
2022-04-01 17:54:49 -04:00
Jonathan Rainville e344e00f8b fix(onboarding): fix importing seed phrase importing different accounts
Fixes #5253
2022-03-30 09:50:45 -04:00
Jonathan Rainville d35344834e fix(onboarding): show warning when trying to re-encrypt existing account
Fixes #5029
2022-03-29 16:48:09 -04:00
Alexandra Betouni dcab50fe09 feat(onboarding): ading create new keys screens
Closes #4956
2022-03-29 00:47:24 +03:00
Boris Melnik bc23762a05 fix(GenKeyModal): Add trim to username
Closes: #5134
2022-03-28 10:50:03 +03:00
Noelia 8f996992b2 feat(onboarding / privacy): Integrate password validation (zxcvbn lib) in new password screens
Use new `PrivacyStore` method getPasswordStrengthScore and link it to the new password strength bar value.

Used backend/general to call to `status-go` method and services/general to define the common `GetPasswordStrengthScore` service.

Added onboarding chain to get password strength score information from `OnboardingStore` to `status-go` call.

Closes #5096
2022-03-24 18:17:04 +01:00
Boris Melnik bf1c809f15 fix(GenKeyModal): Add maximum length to input
Closes: #5066
2022-03-24 12:08:36 +03:00
Alexandra Betouni 327f64a239 fix(onboarding): create pwd view was white in dark mode
Closes #5065
2022-03-23 17:04:28 -04:00
Noelia 6a023443ac feat(Desktop/Password): New password view design
Created new PasswordView.qml component.

Added logic in new component:
- Type of characters introduced.
- Length of strength indicator bar depending on characters length.
- Show/hide icons.
- Error messages.
- Added algorithm for password categorisation.

Added Onboarding screens and modified flow.

Replaced ChangePasswordModal content.

Closes #4785
2022-03-15 12:49:52 +01:00
Richard Ramos b07910e27f feat: display name 2022-03-14 15:17:04 -04:00
Alexandra Betouni cbfb60c4f7 feat(onboarding): adding initial screens
Closes #4974
2022-03-11 14:32:55 -05:00
Alexandra Betouni c2977e468f feat(onboarding): Added SplashScreen
- Added SplashScreen as initial screen before
onboard as per new designs.
- Also moved all onboarding related code from
main to onboarding section and switched to
import this and all other sections as
qml modules, exposing this way only
necessary files.
- Cleaned up unecessary qmldir files and
imports.

Closes #4954
2022-03-08 14:02:24 -05:00
Khushboo-dev-cpp dcac7977d9 fix(@desktop/settings): Store pass to keychain does not validate current password which results to inability to login
fixes #4358
2022-02-25 11:56:47 -05:00
Patryk Osmaczko ba7a6d5d34 style: remove trailing whitespaces 2022-02-09 11:16:23 +01:00
Anthony Laibe 191efa5829 fix(@onboarding): no autoclose on popup
fixes #4437
2022-02-01 11:49:47 +01:00
Sale Djenic 9b1e794e8f refactor(@desktop/settings-pivacy-security): privacy and security section updated 2022-02-01 11:47:43 +01:00
Alexandra Betouni 0eb40287fa refactor: removed dynamic scoping from shared module
Properties and functions moved to Global:
- toastMessage
- openProfilePopup()
- getProfileImage()
- popupOpened

Closes #4248
2022-02-01 11:46:39 +01:00
Sale Djenic b3f8af8e06 refactor(@desktop/general): qml code referring to the old code base commented out
Qml code referring to the old code base commented out, but not deleted,
due to easier refactoring the rest of the app.
2022-02-01 11:42:42 +01:00
Anthony Laibe a911e4f512 fix(@onboarding): Add more height to the textarea
fixes #4364
2022-01-11 10:02:48 +01:00
Pascal Precht 5608414524 refactor(@desktop/startup): refactor modal to use StatusQ components
This needs https://github.com/status-im/StatusQ/pull/494
2021-12-02 11:49:50 +01:00
Sale Djenic 068715ad44 fix(@refactoring/base_01): profile picture is missing when recovering account
Fixes: #3945
2021-11-05 11:02:45 -04:00
Khushboo Mehta 2e2c54229b fix(@desktop/onboarding): All chat names are not displayed on the popup
There is no need to allow user to scroll here as all the 5 chat name options should be visible on the popup already.

fixes #3823
2021-11-05 11:02:45 -04:00
Sale Djenic 9011f1bdfe fix(@refactoring/base_01): login screen image updated 2021-11-05 11:02:45 -04:00
Sale Djenic f788242c95 fix(@refactoring/base_01): button `I have a Keycard` displayed when it's not enabled 2021-11-05 11:02:45 -04:00
Sale Djenic 05cf431339 fixed issues after rebase 2021-11-05 11:02:45 -04:00
Sale Djenic f0b2ed6cca refactor(@desktop/general): `appSettings` moved to Nim 2021-11-05 11:02:45 -04:00
Sale Djenic 37e9150021 Cleaning up the code, and removing leftovers 2021-11-05 11:02:45 -04:00
Sale Djenic 48a39e4569 keychain feature refactored 2021-11-05 11:02:45 -04:00
Sale Djenic 08e7fef491 keychain feature partly refactored 2021-11-05 11:02:45 -04:00
Sale Djenic 4f3ca4eb78 login process refactored 2021-11-05 11:02:45 -04:00
Sale Djenic 8974a8db5e selecting among multiple accounts on login added 2021-11-05 11:02:45 -04:00
Sale Djenic 30f11c06d4 onboarding process updated, import account feature handled 2021-11-05 11:02:45 -04:00
Sale Djenic e9bb9b256e Onboarding creating new account process updated. 2021-11-05 11:02:45 -04:00
Anastasiya S 69656cfef5 chore(GenKeyModal.qml): added object name for tests 2021-11-02 15:12:55 -04:00
Alexandra Betouni 426c116bac refactor(desktop) Made shared a QML module
Use it as import shared 1.0, import shared.controls 1.0
etc instead of import "../../../shared"

Closes #3934
2021-10-27 18:05:45 -04:00
Khushboo Mehta be7a56cc27 refactor: replace all the StatusImageIdenticon with StatusQ's StatusSmartIdenticon
closes  #3848
2021-10-26 19:23:33 +02:00
Khushboo Mehta 7114240e72 refactor: Replace and remove StatusRoundButton under ui/shared/status
closes #3898
2021-10-26 18:58:16 +02:00
Anastasiya S 05e7701ae2 chore(BeforeGetStartedModal.qml): added object names for tests 2021-10-26 10:45:21 -04:00
Khushboo Mehta ef4934cee4 refactor: Replace usage of StatusRadioButton under ui/shared to its corresponding StatusQ component
closes #3897
2021-10-26 14:37:15 +02:00
Anastasiya S 07965a97f7 fix Onboarding/popups/BeforeGetStartedModal.qml: fix button and window width by design 2021-10-26 08:15:58 -04:00
Anastasiya S 056d7815a4 chore(BeforeGetStartedModal.qml): add object names for testing purposes 2021-10-22 12:32:49 -04:00
Pascal Precht 33bc29961a refactor(@desktop/onboarding): use StatusQ StatusButton 2021-10-21 09:22:35 -04:00
Pascal Precht 61ccf9c757 refactor: move `StyledText` to ui/shared/panels 2021-10-14 12:51:27 -04:00
Pascal Precht 916949ece8 refactor: move `SeedPhraseTextArea` to ui/shared/controls 2021-10-14 12:51:27 -04:00
Pascal Precht 322a071aa3 refactor: move `SVGImage` to ui/shared/panels 2021-10-14 12:51:27 -04:00
Pascal Precht cbfe90947e refactor: move `ModalPopup` to ui/shared/popups 2021-10-14 12:51:27 -04:00
Pascal Precht bdc7c799d2 refactor: move `Input` to ui/shared/controls 2021-10-14 12:51:27 -04:00
Pascal Precht ae31f7e1cb refactor: move `ConfirmationDialog` to ui/shared/popups 2021-10-14 12:51:27 -04:00
Pascal Precht 00a61daabd refactor: move `Address` into ui/shared/panels 2021-10-14 12:51:27 -04:00
Anastasiya S e68d06462d fix/ui/onboardingGenKeyModal.qml: fix height by design 2021-10-13 14:07:49 -04:00
Khushboo Mehta ee5fef7dda feat(@desktop/onboarding): refactor/restructure ui/onboarding to new architecture
closes #3799
2021-10-13 14:02:06 -04:00