Commit Graph

2783 Commits

Author SHA1 Message Date
Patryk Osmaczko fdfdd5c50e chore: point to appropriate submodules 2022-04-08 14:04:21 -04:00
Patryk Osmaczko 58d1319946 fix(@desktop): unify user avatar fallback color
issue: #5358
2022-04-08 14:04:21 -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
Anthony Laibe 3bf4d65a74 fix(@wallet): hide use 24 word button 2022-04-08 19:11:01 +02:00
Khushboo Mehta d90ea666f2 fix(@desktop/wallet): To field is not showing address in wallet
fixes #5447
2022-04-08 17:36:09 +02:00
Khushboo Mehta 87640aafb1 fix(@desktop/wallet): Allow entering private keys with and without 0x prefix
fix #5406
2022-04-08 15:01:12 +02:00
Alexandra Betouni 1a8dfde1b2 fix(SetProfilePicture): title was empty on second opening
Closes #5237
2022-04-07 16:27:31 -04:00
Alexandra Betouni 8ece8e9fd1 fix(StatusChatInput): missbehavior when text exceeds 2000 chars
Closes #5107
2022-04-07 16:24:53 -04:00
Boris Melnik 70b6acce16 fix(@desktop/onboarding): Fix error message alignment
Closes: #5352
2022-04-07 16:17:56 -04:00
Iuri Matias 12602ba19f bump status-q 2022-04-07 16:13:28 -04:00
Alexandra Betouni 45db0594d7 fix(CreateChatView): fixed bigg text goes outside text edit
Depends on: https://github.com/status-im/StatusQ/pull/633

Closes #5294
2022-04-07 16:13:28 -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 08c00c8864 fix(@desktop/categories): Fix display emoji into create category popup
Closes: #5350
2022-04-07 12:45:33 -04:00
Boris Melnik 3e63e42664 fix(icons): Add 2x and 3x icons for biometrics
Closes: #5308
2022-04-07 12:26:10 -04:00
Alexandra Betouni d0701e900c fix(InviteFriendsToCommunityPopup): fixed popup height issues
Closes #5362
2022-04-07 12:23:27 -04:00
Sale Djenic 3a4c6bfd71 fix(@desktop/chat): search triggered from within community doesn't seem to preset the right search location
Fixes #5213
2022-04-07 11:54:43 -04:00
Michal Iskierko d38e8073bf fix(desktop/chat): Display sticker correctly in replied message.
Fix #5266
2022-04-07 11:45:51 -04:00
Boris Melnik f56383f266 fix(@desktop/onboarding): Fix confirmation password validation
Closes: #5320
2022-04-07 11:32:54 -04:00
Noelia d7fa1b96d3 feat(Language): Redesign of Language settings screen
Renamed setting section "Language" to "Language & Currency".

Updated link to StatusQ - Needed new `StatusListPicker` component.

Added language model in `LanguageStore` and created first view approach for `Language` setting.

Added temporal confirmation dialog for Linux OS (since it is currently needed to restart the app to apply changes).

Removed no longer used files.

Closes #5384
2022-04-07 11:19:15 -04:00
Michal Iskierko cc249856e4 fix(@desktop/chat): Improve SearchBox default height to display text correctly
Removed implicitHeight which was too small and overrided original implicitHeight

Fix #5381
2022-04-07 10:57:41 -04:00
Boris Melnik d489aeb7dc fix(@desktop/communities): Remove sending invites when user select membres for inviting to community
Closes: #5343
2022-04-07 10:27:04 -04:00
Richard Ramos f749f84886 Allow the usage of compressed chat keys when sending contact requests
Fixes #5359
2022-04-07 10:23:08 -04:00
Boris Melnik dfa5b17275 fix(PasswordView): Fix typo
Closes: #5316
2022-04-07 10:08:52 -04:00
Richard Ramos 9b5ce5bfba fix: handle mnemonics with only 3 characters
Fixes #5328
2022-04-07 07:16:40 -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
Khushboo Mehta d2663d30a5 fix(@desktop/browser): Unable to sign message from simepledapp.eth 2022-04-07 10:28:16 +02:00
Patryk Osmaczko 6dec2eaaf1 fix(@desktop/settings): copy correct chat key in profile view
fixes: #5361
2022-04-07 08:31:45 +02:00
Alexandra Betouni 06fc0336c6 fix(Profile): Bringing back theme assets
Were accidentally deleted during assets refactoring.

Closes #5357
2022-04-06 22:29:33 +03:00
Anthony Laibe f18e09769a fix(@wallet): Show error message when token is not found
fixes #5278
2022-04-06 12:39:05 +02:00
Anthony Laibe ec2850f18a fix(@wallet): send 0 2022-04-05 13:37:44 +02:00
Jonathan Rainville b54111f82a fix(onboarding): fix seed phrase validation missing return
Fixes #5311
2022-04-04 18:08:44 -04:00
Alexandra Betouni 6d9c5c4286 fix(refactor): cleaning up assets folder
Closes #5179
2022-04-04 13:38:50 -04:00
Sale Djenic a70d800e6d fix(@desktop/chat): the app is crashed after sending gif to a group chat
The issue was happening because adding gif to the recently used gifs model
was initiated after `gifSelected` action was fired and that action actually removed
the context within `addToRecentsGif` ought to be called and the app crashed.

That's fixed now updating the order of those two calls.

Fixes #5263
2022-04-04 13:29:14 -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
Anthony Laibe b84b56c3c0 refactor(@general): move all token related to status-go 2022-04-04 13:07:36 -04:00
Patryk Osmaczko fa11b3bf67 fix(@desktop): show compressed multiformat public keys
closes: #5181
2022-04-04 12:55:31 -04:00
Patryk Osmaczko 53c38624ef chore: add utility to compress pubkey 2022-04-04 12:55:31 -04:00
Boris Melnik 1f82a784d1 fix(change_pasword): Add error message to change password popup
Closes: #5190
2022-04-04 12:15:21 -04:00
Patryk Osmaczko 8e8ffd3b05 chore: bump StatusQ 2022-04-04 17:50:48 +02: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
Anthony Laibe 87da64d70d fix(@browser): move post message async 2022-04-04 12:58:34 +02: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
Alexandra Betouni e26befb6c2 fix(statustagselector): contacts list was not visible
Closes #5199
Closes #5258
2022-04-01 17:37:22 +03:00
Sale Djenic 57fb0882aa fix(@desktop/chat): contact lists should only shown mutual contacts
Fixes #5117
2022-04-01 14:00:21 +02:00
Sale Djenic 149ff69310 fix(@desktop/contacts): contacts updated to match more closely to requested design 2022-04-01 14:00:21 +02:00
Alexandra Betouni e9f770f02c fix(welcomeScreen): Updated welcome image to comply with both themes
Closes #5186
2022-03-31 15:47:58 -04:00
Khushboo Mehta d054ea58f2 fix(@desktop/wallet): In the dark mode, the menu of networks in wallet looks incorrect
fixes #5123
2022-03-30 15:32:09 -04:00