Sale Djenic
8724b3e9e7
fix(@desktop/chat-messages): [base_bc] adding emoji to a message does not reflect on desktop
...
Desktop app does handle message reactions properly now.
Reactions are properly handled by the pinned messages model as well.
Fixes #4525
2022-02-01 11:50:17 +01:00
Jonathan Rainville
518b7e455e
fix(userlist): member added to userlist on approve and duplicate member
...
Fixes #4523 and #4542
2022-02-01 11:50:17 +01:00
Jonathan Rainville
c20554d987
refactor(community): use user model for the community member list
...
Fixes #4471
2022-02-01 11:50:17 +01:00
Richard Ramos
fb35f89336
fix: loading indicator
2022-02-01 11:50:17 +01:00
Richard Ramos
5458dcbb55
chore: add wakuv2prod fleet config
2022-02-01 11:50:17 +01:00
Anthony Laibe
cfd227f9f2
fix(@chat): react to on clear history
...
fixes #4527
2022-02-01 11:50:17 +01:00
Anthony Laibe
5bf9b587da
perf(@chat): Do not re-render messages when switching chat
2022-02-01 11:50:17 +01:00
Sale Djenic
69fc5bec5e
refactor(@desktop/settings-ens-usernames): ens usernames module added and corresponding ui updated
2022-02-01 11:50:14 +01:00
Jonathan Rainville
bd2bb8952a
refactor(community): move community specific functions to chat_section
...
Fixes #4489
2022-02-01 11:50:02 +01:00
Jonathan Rainville
e1deafa76b
refactor(community): move membership functions to chat_section
...
Fixes #4473 and #4485
2022-02-01 11:50:01 +01:00
Jonathan Rainville
3e339ea094
refactor(community): add admin member request feature
...
Fixes #4442
2022-02-01 11:50:01 +01:00
Khushboo Mehta
59ec288e7a
fix(@desktop/community): Updates to a joined community channel doesnr reflect on the UI
...
fixes #4505
2022-02-01 11:49:55 +01:00
Boris Melnik
1cd83b4d17
refactor(groups): Move groups to new architecture
...
Closes : #4223
2022-02-01 11:49:52 +01:00
Khushboo Mehta
2ff5ce7fc2
fix(@desktop/community): added option to delete community channel
...
fixes #4415
2022-02-01 11:49:47 +01:00
Jonathan Rainville
c332fcaad8
fix(chat): set 1-1 chat as active when already created
...
Fixes #4493
2022-02-01 11:49:47 +01:00
Alexandra Betouni
a0b40590ab
fix:activity center view is empty
...
Updated all available message properties
from the new backend
Closes #4408
2022-02-01 11:49:47 +01:00
Jonathan Rainville
d073dd215a
fix(chat): fix copy and download image
...
Fixes #4494
2022-02-01 11:49:47 +01:00
Anthony Laibe
aa5cb2446e
fix(@chat): Guarantee message uniqueness in list
...
fixes #4482
2022-02-01 11:49:47 +01:00
Patryk Osmaczko
ed8f2d35ce
fix(@desktop/chat): update chat after image is sent
...
Fixes : #4404
2022-02-01 11:49:47 +01:00
Richard Ramos
068fe41258
chore: change dns discovery url
2022-02-01 11:49:47 +01:00
Khushboo Mehta
f68d967544
fix(@desktop/chat): making edit work on base_bc
...
fixes #4410
2022-02-01 11:49:44 +01:00
Jonathan Rainville
a027ec98f8
refactor(community): add member list model and hook it + updates to comm
2022-02-01 11:49:34 +01:00
Sale Djenic
7439b79039
chore(@desktop/general): signal names aligned
...
When we started with refactor we had to somehow separate "new"
and "old" signals that's why most of signals had prefix "new-", now
since we don't collide any more with "old" signal names (since we
removed all old code) we are free to sort out that signals naming,
what this commit does.
2022-02-01 11:49:14 +01:00
Jonathan Rainville
565211f38f
fix(chat): fix sticker button not showing + stickers not showing in chat
...
Fixes #4407
2022-02-01 11:49:14 +01:00
Anthony Laibe
b4fa3ef35c
fix(@chat): dependency injection
2022-02-01 11:49:14 +01:00
Anthony Laibe
848308ed04
refactor(@desktop): gif section
2022-02-01 11:49:14 +01:00
Khushboo Mehta
e757c07c96
fix(@desktop/chat): delete message not working
...
fixes #4411
2022-02-01 11:49:11 +01:00
Jonathan Rainville
edc7a92445
fix(act-center): fix badly named controller function causing a crash
2022-02-01 11:49:04 +01:00
Jonathan Rainville
31ab5a7962
fix(contact-request): fix various contact request issues
...
Fixes #4420
2022-02-01 11:49:04 +01:00
Jonathan Rainville
e195053669
fix(contact): fix contact crash because of empty roles
2022-02-01 11:49:04 +01:00
Alexandra Betouni
a694b15d6c
Fixed app crashing on start up
...
Also partially fixes #4444
2022-02-01 11:49:04 +01:00
Sale Djenic
f7e8b68715
refactor(@desktop/chat): mentioning a user in chat reveals his public key instead of user name
...
This fix also includes mention users name update according to their
local/ens names, in app runtime.
Fixes #4403
2022-02-01 11:49:04 +01:00
Sale Djenic
46211c38ee
refactor(@desktop/chat): reading a channel message does not mark it as read
...
- non active chats/channels are made bold if there are new messages inside them
a dot badge is added to the chat/community section if it's needed in that case
- for non active chats/channels count badge is added if there are new mentions
inside them, a count badge is added to the chat/community section if it's needed in
that case
- selecting chat/channel marks messages from it as read and update its displaying
and dot/count badge of chat/community section accordingly
Fixes #4403
2022-02-01 11:49:04 +01:00
Sale Djenic
f0ca1a4cc3
refactor(@desktop/general): many errors from the log are fixed
...
- various issues on app start in console
- various issues when logging out in console
- `node_section` module delete method error
- SyntaxError: JSON.parse: Parse error from the MessageStore
2022-02-01 11:49:04 +01:00
Richard Ramos
4cb3126513
refactor: mailserver_cycle (base_bc)
2022-02-01 11:49:01 +01:00
Sale Djenic
f24d6e968b
refactor(@desktop/chat): reply to a message and message ordering
...
- fixed issue where reply to a message was added as 2 messages in the message list
- messages are added to a model respecting their timestamp
2022-02-01 11:48:55 +01:00
Sale Djenic
051142cf3b
refactor(@desktop/chat): loading messages on join public chat
...
- received new messages are now filtered by the chat id they belong to
- mailserver actions are added to the log
2022-02-01 11:48:54 +01:00
Sale Djenic
4d042f80aa
refactor(@desktop/general): dependencies to the `status-lib` removed
...
Fixes #4395
2022-02-01 11:48:51 +01:00
Jonathan Rainville
9fc9f698d9
refactor(community): hook invite user and fix community context menu
2022-02-01 11:48:43 +01:00
B.Melnik
0e5fbfb567
refactor(Node): move node to new architecture
...
Closes : #3805
2022-02-01 11:48:33 +01:00
Jonathan Rainville
b7459b331b
refactor(community): hook leave community
2022-02-01 11:48:25 +01:00
Sale Djenic
96e50a97ac
refactor(@desktop/chat-community): `ChatContextMenuView` and `MessageContextMenuView` updated
...
Within this commit apart of `ChatContextMenuView` and `MessageContextMenuView`
some other things are fixed:
- pinned messages model (`asyncFetchChatMessagesTask`), which was corrupted most
likely by resolving conflicts
- `pinned by` part of the pinned messages
- set/remove local nickname for a contact
- contacts in a message list and pinned by name, contact in a pinned message list
and pinned by name, one to one chat details and chat tool bar are updated in a way
that they are responsive to the contact's updates
- pinned messages updated received from remote (from the `status-go`) is handled
Fixes #4366
2022-02-01 11:48:25 +01:00
Jonathan Rainville
60011aef61
fix(community): fix creating channels in a new community does not work
2022-02-01 11:48:25 +01:00
Jonathan Rainville
6fe9652b44
fix(chat): fix loading chats when joining them
...
Fixes #4367
2022-02-01 11:48:25 +01:00
Jonathan Rainville
3678b3af9b
refactor(community): hook edit community feature
2022-02-01 11:48:22 +01:00
Jonathan Rainville
7fbd37a8f7
fix(chat): add signal to display new messages received
...
Fixes #4370
2022-02-01 11:48:16 +01:00
Jonathan Rainville
dcad109bac
hotfix: comment line that makes the app not open
2022-02-01 11:48:16 +01:00
Jonathan Rainville
42bb0c842d
refactor(Communities): refactor communities front-end
2022-02-01 11:48:13 +01:00
Sale Djenic
6ba0cdb7aa
refactor(@desktop/general): mailservers doesn't refer to the old `status-lib` code
2022-02-01 11:48:03 +01:00
Sale Djenic
e220599612
refactor(@desktop/general): necessary changes applied due to refactored `Contacts` sub-section of the `Settings` section
2022-02-01 11:47:46 +01:00