Iuri Matias
341c86a006
make approval required the default community type
2022-05-17 12:34:37 -04:00
Anthony Laibe
6830a02248
fix(@chat): image don t overlap placeholder
...
* fix overlap
* remove placeholder text
2022-05-17 12:25:01 -04:00
Anthony Laibe
92b9ef891d
fix(@chat): do not display date if there is no date
2022-05-17 12:22:43 -04:00
Richard Ramos
e944263b57
fix: duplicated channels when joining a community
...
Fixes #5729
2022-05-17 11:37:33 -04:00
Pascal Precht
851228544b
fix(Chat): don't override chatdetails name with pubkey substr
...
The issue is that, after an account accepts a contact request, the
sender of the request receives a message signal where the
chat's name in the response is the first 8 characters of the chat's
public key. This is because status-go doesn't actually try to keep
the chat's `name` up-to-date if it's a one on one chat.
This results in chat details being updated with a name that is
incorrect. This commit ensures we only update the name of the chat
details if we indeed don't deal with a 1-on-1 chat.
Fixes #5738
2022-05-17 11:03:21 -04:00
Sale Djenic
c47f3f2692
feat(@desktop/wallet): redesigned wallet addresses are missing checksum
...
Fixes #5473
2022-05-17 16:04:59 +02:00
Khushboo Mehta
83efbe6671
fix(@desktop/activityCenter): Activity Centre's Activity tool tip is slightly off
...
fixes #5508
2022-05-17 14:41:20 +02:00
Alexandra Betouni
0d24a2520d
fix(Settings): Centered send contact request popup
...
Closes #5732
2022-05-16 17:05:50 -04:00
Alexandra Betouni
54e2217c93
fix(Community): Updated create new channel popup
...
Closes #5636
2022-05-13 15:42:47 -04:00
Jonathan Rainville
5f5272a58e
fix(ChatColumnView): add missing emojiPopup passing to ChatContentView
...
Fixes #5740
2022-05-13 15:10:55 -04:00
Jonathan Rainville
88f923fe53
fix(Devices): fix devices list not showing
2022-05-13 15:05:26 -04:00
Sale Djenic
03d7632f32
fix(@desktop/notifications): revamp notifications settings & behaviour
...
- signal for adding notification to the Activity Center introduced
and emitted, but that part is not handled within this commit since
there are some details needed to be discussed in the PR#5334
- signal for displaying ephemeral app notification is introduced
and emitted, but that part is not handled within this commit since
we don't have yet ephemeral notificaiton in place.
Fixes #4902
2022-05-13 14:58:39 -04:00
Khushboo Mehta
ddf816a649
fix(@desktop/browser): Can't sign in to Cryptokitties (sing a message to dapp)
...
fixes #5013
2022-05-13 14:23:26 -04:00
mishkarogachev
c04b9a937d
fix(@desktop/onboarding): Password strength indicator fixes for 10-chars
...
Close #5702
2022-05-13 14:10:28 -04:00
Iuri Matias
7553d13092
chore: bump status-q
2022-05-13 14:03:50 -04:00
Igor Sirotin
993499567b
fix(@chat): Fixed blurry emojis
2022-05-13 14:03:50 -04:00
mishkarogachev
244dda1b7d
feat(@desktop): Replace image on animation on splash screen
...
Close #4984
2022-05-13 13:53:00 -04:00
Anthony Laibe
ef36853690
fix(@chat): remove channel hash placeholder
2022-05-13 16:20:51 +02:00
Jonathan Rainville
12d99f7c96
fix(profile): set ens name correctly
...
Fixes #5574
2022-05-13 10:01:39 -04:00
Khushboo Mehta
1cf701a758
feat(@desktop/wallet): greying out already imported/derived addresses in address list and also choosing next available as default one
...
fixes #5539
2022-05-13 09:23:47 +02:00
Patryk Osmaczko
142c4122d4
fix(@desktop): add spacing to EmojiHash
...
fixes : #5247 , #5242
2022-05-12 16:19:13 -04:00
Anthony Laibe
3f35ff509c
feat(@contacts): close modal on accept/decline all
...
fixes #5273
2022-05-12 15:48:40 -04:00
Alexandra Betouni
f62b0ca99c
fix(Chat): Corrected click behavior in members list
...
Closes #5637
2022-05-12 15:46:42 -04:00
Jonathan Rainville
4db64841eb
fix(wallet): improve wallet seed phrase import form
...
Fixes #5652
2022-05-12 15:29:30 -04:00
Jonathan Rainville
c02685c704
fix(onboarding): improve pasting of seed phrase
...
Make it possible to paste single words, as well as 18 and 24 words.
Also allows seeds separated by commas and other blank spaces
2022-05-12 15:29:30 -04:00
Jonathan Rainville
da801d9c9f
fix(seed-import): fix seed phrase import screens to be better
...
Fixes #5409
2022-05-12 15:29:30 -04:00
Jonathan Rainville
254bda51ed
refactor(app_search): refactor app search to use new getChats API
...
Fixes #5184
2022-05-12 15:23:14 -04:00
Jonathan Rainville
72d726f250
refactor(chats): pass chat group to section to simplify UI build
...
Fixes #5183
2022-05-12 15:23:14 -04:00
Richard Ramos
b3cda3e755
fix: download images
2022-05-12 15:07:29 -04:00
Richard Ramos
ebce90368c
feat: use ipfs rate limiter
2022-05-12 15:07:29 -04:00
Richard Ramos
3d9a2957de
fix: chat key validation
2022-05-12 15:02:53 -04:00
Jonathan Rainville
7c0dbb554a
fix(community): community would appear even if not activated
...
Fixes #5454
2022-05-12 14:19:01 -04:00
Jonathan Rainville
ddbe4e236d
fix(group-chat): fix changing group chat name
2022-05-12 14:13:13 -04:00
Jonathan Rainville
c58a656a52
fix(group-chats): fix context menu and pinned messages popup
2022-05-12 14:13:13 -04:00
Jonathan Rainville
6828055087
fix(group-chats): fix adding new member to group chat
2022-05-12 14:13:13 -04:00
Jonathan Rainville
1fdef43d18
fix(group-chats): remove user from user list when they leave chat
2022-05-12 14:13:13 -04:00
Patryk Osmaczko
a633d33ec5
fix(@desktop/messages): asssign user icon on contact update
...
fixes : #5463
2022-05-12 14:07:58 -04:00
Patryk Osmaczko
f59f0f69c5
fix(@desktop/chat): fix identicon in transaction preview
...
fixes : #5477
2022-05-12 14:07:41 -04:00
Jonathan Rainville
24a662676e
fix(user-list): 1-1 mentions not updating nickname + rearrange events
...
Fixes #5462
2022-05-12 14:04:16 -04:00
Anthony Laibe
d87e03e969
fix(@onboarding): back button on seed phrase
2022-05-12 13:43:58 -04:00
Alexandra Betouni
f0f0b47d9c
fix(Chat): Deactivate channel when create chat is opened
...
Closes #5627
2022-05-12 13:43:34 -04:00
Jonathan Rainville
0358b6bf80
feat(community): make on request comm a check box and remove ensOnly
...
Fixes #5660
2022-05-12 13:31:48 -04:00
Michal Iskierko
a5ad2550f2
fix(@desktop/chat): Fix labels in a new community popup
...
Fixes #5647
2022-05-12 13:26:54 -04:00
Iuri Matias
a5838fcd7d
chore: bump status-q
2022-05-12 13:16:40 -04:00
Alexandra Betouni
8eddc40920
fix(CreateNewChat): Increased name tag limit to 20
...
Closes #5643
2022-05-12 13:16:40 -04:00
Jonathan Rainville
63c8e972c0
feat(CommunityColumn): add channels and categories admin banner
...
Fixes #5664
2022-05-12 13:11:45 -04:00
Noelia
4a782d3093
docs(general-cpp): Initial proposal / best general and cpp practices
...
Basic list of general and cpp specific rules and best practices for contributors.
2022-05-12 19:06:15 +02:00
Noelia
2154626a5b
feat(Language&Currency): Add Date & Time Format
...
Added Date & Time selectors in `Language & Currency" screen.
Added new properties in `local_app_settings` to set the date and time format.
Created all the chain from view to service to update date and time format.
Added date and time format functions in `Utils`.
Updated `FetchMoreMessagesButton`, `ChatTimePanel`, `AppSearch`, `TransactionBubbleView` and `TransactionDelegate` date and time text depending on the selected format.
Closes #5386
2022-05-12 18:42:06 +02:00
Patryk Osmaczko
a5be90761b
fix(@desktop/chat): fix chat member getter for community
...
fixes : #5582
2022-05-12 12:41:42 -04:00
mishkarogachev
7b45ce60a7
fix(@desktop/chat): Show text for messages with gif image
...
Close #5434
2022-05-12 12:28:41 -04:00