Anthony Laibe
0a7201b3bf
fix(@wallet): Import from private key after mnemonic
2022-04-11 11:54:59 -04:00
Pascal Precht
10f6d9e89b
feat: reload community chats when history messages have been downloaded
...
This introduces the new signal types related to the community archive
protocol and makes Status Desktop listen to the download event which is
emitted by status-go every time history archives were downloaded.
If the downloaded archive covers data within the recent 7 days, it
causes Status Desktop to reload the corresponding chats.
2022-04-11 15:54:08 +02:00
Richard Ramos
85ba478c49
fix: multiaccounts migrations
2022-04-08 16:27:34 -04:00
Patryk Osmaczko
0038501eb2
fix(@desktop/appsearch): render mentions in app search module
...
fixes : #5423
2022-04-08 14:20:00 -04:00
Iuri Matias
b6d10316d6
chore: bump nim-status-go
2022-04-08 14:04:21 -04:00
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
Patryk Osmaczko
f2898b6bf7
chore(@desktop): add utility to get color id for pubkey
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
Anthony Laibe
bd8ad854fc
fix(@wallet): link to tx hash
2022-04-08 10:02:51 -04: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
Jonathan Rainville
4b78c119c3
fix(members): fix error in logs when getting members for public chat
2022-04-07 10:51:02 -04:00
Jonathan Rainville
4e8e2e681f
fix(chat): fix chat duplication
...
Fixes #5324
The problem was that signals sometimes came faster than the "normal" flow, so we added the chat without checking first for duplication
2022-04-07 10:51:02 -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
Jonathan Rainville
17c16039a6
fix(community): fix community members not loaded on start
...
Fixes #5335
The issue was on status-go's side. It didn't populate members when
calling getChats
2022-04-06 09:27:19 -04:00
Anthony Laibe
b1775357c3
fix(@wallet): estimate gas fail when not enough fund
...
fixes #5267
2022-04-06 13:40:57 +02: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
Iuri Matias
8cb3dcd25e
bump status-go
2022-04-04 13:07:36 -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