Anthony Laibe
0135a74993
fix(@desktop/chat): Fix color of my profile button
...
fixes #3515
2021-09-20 10:39:50 -04:00
Michael Bradley, Jr
2e9c5047bb
fix: in profile popup display Username instead of ENS Username if ENS is not verified
...
Closes #3496 .
2021-09-20 08:57:50 -04:00
Khushboo Mehta
2448b710b4
fix(@desktop/chat): Fix for Leave chat is shown instead of Delete confirmation when deleting community channel
...
fixes #3365
2021-09-17 10:16:57 -04:00
Anthony Laibe
5ce06a94cc
feat(@desktop/chat): download messages
...
fixes #3508
2021-09-16 16:37:58 -04:00
Pascal Precht
33d800fcda
refactor(ConfirmationDialog): change dialog to `StatusModal`
2021-09-15 13:31:18 -04:00
RichΛrd
4295c92deb
fix: invalid variable name in ProfilePopup
2021-09-07 10:30:33 -04:00
Pascal Precht
6e9f14c6ac
fix(ProfilePopup): ensure modal is working again
...
Due to a breaking change in StatusQ, this modal caused a reference error.
This commit fixes it.
Fixes #3400
2021-09-07 10:21:22 -04:00
Alexandra Betouni
8d32c1d933
fix(desktop/statusQ) Updated StatusQ HEAD
...
Also updated all StatusModals to use contentItem
instead of content
2021-09-02 16:23:02 -04:00
Pascal Precht
eeb1cc2f7a
refactor(ProfileModal): replace implementation with StatusQ components
...
Closes #3319
2021-08-31 14:45:05 -04:00
Khushboo Mehta
f4baf7c738
fix(@desktop/chat): Emoji reaction Menu is incorrect
...
Added logic to set parent ,x and y positions from the place where the menu is opened
fixes #2385
2021-08-31 13:45:32 -04:00
Andrei Smirnov
8ae050b642
fix(@desktop/communities): changing contact nickname must be reflected in users list
2021-08-31 12:07:48 -04:00
Pascal Precht
118b21543c
fix(ChatContextMenu): fix delete chanenl icon which happens to be upside down
2021-08-27 08:53:56 -04:00
Sale Djenic
e2628338de
feature(@desktop/chat): implement search results for communities, channels
...
Added a part for fetching messages from multiple chats/channels/communities.
Fixes : #2934
2021-08-19 16:26:59 -04:00
Alexandra Betouni
4f8b072f10
fix(desktop/messages) Removed separator from options menu
...
when only "Delete" is available
2021-08-19 11:16:16 -04:00
khushboo-dev-cpp
82718a0e93
fix(@desktop/chat): Right click message actions dont work
...
Fix the bug introduced by removing MessageContextMenu from Chat column. Added missing logic for edit message via MessageContextMenu
fixes #3223
2021-08-19 10:45:47 -04:00
Khushboo Mehta
8caf95aace
feat(MessageContextMenu): Allow Copy and Download Image
...
Added copy and download Image functionality on right click of an image or its preview
closes #2672
2021-08-19 10:23:18 -04:00
Andrei Smirnov
87b3f4f2c0
fix(@desktop/pinned): proper popup menu for pinned messages dialog
2021-08-16 14:54:36 -04:00
Anthony Laibe
28a4362b64
feat(@desktop/profile): handle blocked contact
...
fixes #3047
2021-08-16 14:03:52 -04:00
Khushboo Mehta
b80ac8070f
fix(@desktop/chat): pin button is blurred
...
Updated from PopupMenu to StatusPopMenu. Removed buttons not in design.
Also added left and right button functionalXity on memeber list
fixes #2956 , #3162
2021-08-11 14:33:21 +02:00
Anthony Laibe
9874f82a58
fix(@desktop/browser): close popup when opening link
...
fixes #3155
Also when remembering the choice, update the settings
2021-08-05 16:50:43 -04:00
Sale Djenic
83d6817f70
feature(@desktop/chat): support jumping to search result message that is not currently loaded in memory
...
Crash adding public chat which is caused by changes applied to this feature is fixed.
Fixes : #3005
2021-08-05 14:35:46 -04:00
Sale Djenic
5d8b02e057
feature(@desktop/chat): support jumping to search result message that is not currently loaded in memory
...
Feature added. Firstly we check if the searched message is already displayed and if yes simply jump
to it, if not then we are loading new 20 messages in the past using cursor and check if the
searched message's id is among those received messages. We do that in a loop till we find the
message we are searching for.
Fixes : #3005
2021-08-05 14:35:46 -04:00
Sale Djenic
74d868ab92
feature(@desktop/chat): implement search on sqlcipher (status-go side)
...
Searching messages by some term for a specific channel is added on the side of status-go and an
appropriate part on the side of nim is developed accordingly.
Fixes : #2912
2021-08-05 14:35:46 -04:00
Sale Djenic
de661459cb
feature(@desktop/chat): implement search on sqlcipher (status-go side)
...
Current code adapted to handle future changes on message search (like searching message in multiple
channels).
Memory leak which was happening in qml assigning (copying) MessageItem to qml variable messageItem
(where that qml variable messageItem was never deleted) is fixed.
Fixes : #2912
2021-08-05 14:35:46 -04:00
Sale Djenic
f0c605936d
feature(@desktop/chat): implement search on sqlcipher (status-go side)
...
Searching messages by some term for a specific channel is added on the side of status-go and an
appropriate part on the side of nim is developed accordingly.
Fixes : #2912
2021-08-04 15:49:50 -04:00
Sale Djenic
1573d7b928
feature(@desktop/chat): implement search on sqlcipher (status-go side)
...
Current code adapted to handle future changes on message search (like searching message in multiple
channels).
Memory leak which was happening in qml assigning (copying) MessageItem to qml variable messageItem
(where that qml variable messageItem was never deleted) is fixed.
Fixes : #2912
2021-08-04 15:49:50 -04:00
Anthony Laibe
edc5bd81c0
feat(@desktop/chat): disable copy to clipboard when clicking on profile
...
fixes #3111
2021-08-03 16:36:37 -04:00
Andrei Smirnov
544b0aafc7
fix(@desktop/chat): support to mentions in message edit mode
2021-08-02 20:01:57 -04:00
Richard Ramos
9de0b95c3d
fix: group member list
2021-08-02 15:51:33 -04:00
Jonathan Rainville
9f21740bae
feat: add api to delete a community channel
2021-08-02 14:08:51 -04:00
Alexandra Betouni
b5aa8d876e
[ #3119 ] Fixiing profile picture not correct in add new chat popup
...
Closes #3119
2021-08-02 13:38:54 -04:00
Richard Ramos
9204e409f3
chore: update translation files
2021-08-02 13:31:53 -04:00
Richard Ramos
2b1945425c
fix: Display current user's ENS in profile and share URL
...
Fixes #2503
2021-07-29 09:08:27 -04:00
Pascal Precht
0dbfb61093
fix(@desktop/chat): make chat group popup work again
...
This broke during the modal refactoring because we're no longer relying
on `chatsModel.contextChannel`.
Passing the channel item to the popup ensures it's properly hydrated again.
Closes #3050
2021-07-28 16:52:55 -04:00
Jonathan Rainville
a99eccee00
feat: limit to 3 pins and show how to unpin
2021-07-26 17:16:35 -04:00
Jonathan Rainville
7d169e85f2
fix(delete): disable deleting certain message types
2021-07-26 17:14:07 -04:00
Jonathan Rainville
93f602adf2
fix(delete): fix delete button color and typo in warning
2021-07-26 17:14:07 -04:00
Jonathan Rainville
523e94ae0c
feat: enable to delete messages
...
Fixes #2775
2021-07-26 17:14:07 -04:00
Anthony Laibe
54570bce6e
fix(@desktop/translation): update translation
...
fixes #2993
2021-07-23 16:35:23 -04:00
Andrei Smirnov
0675f013af
fix(@desktop/pinned): actions to unpin and jump to the message
2021-07-23 14:43:57 -04:00
Alexandra Betouni
03db6a4985
[ #2707 ] Added "My Profile" button in new chat popup
...
My profile link was not shown when starting 1x1 chat
having someone in contacts as it is currently the case in
mobile app
Closes #2707
2021-07-23 14:19:33 -04:00
Richard Ramos
d8053f5291
fix: getNodeConfig
2021-07-21 15:09:23 -04:00
Alexandra Betouni
0f0b239f2a
[ #2386 ] Fixed inline emoji reaction menu not showing on top of message
...
* Also replaced usage of synamic scoping with properties,
signals and functions where possible
Closes #2386
2021-07-19 14:06:36 -04:00
Sale Djenic
1acbc76cc9
chore(@desktop/general): run translation script
...
All untranslated properties are translated now using translation scripts.
2021-07-19 12:27:45 -04:00
Pascal Precht
c0da840a87
fix(ContactsListAndSearch): ensure component doesn't depend on `parent`
...
Also add default `height` as it otherwise breaks UI in other places.
2021-07-15 08:38:24 -04:00
Jonathan Rainville
3740eda1e6
fix(search): clear search when changing active channel
2021-07-14 17:42:55 -04:00
Jonathan Rainville
3e33db039f
fix(search): fix 1-1 name, pic, icon and symbol
2021-07-14 17:42:55 -04:00
Jonathan Rainville
3169fe636b
fix(search): fix missing scroll and wrong heights
...
Also fixes a bug where if the search was cleared, messages would after that appear all on top of each other.
Also leaves the popup live after closing so the search can be gone back to
2021-07-14 17:42:55 -04:00
Jonathan Rainville
359d0ab252
code review
2021-07-14 17:42:55 -04:00
Jonathan Rainville
6e218ad924
feat: add basic local chat search
...
Fixes #2771
2021-07-14 17:42:55 -04:00