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
Alexandra Betouni
8f1ffd96a1
fix(@desktop/chat) members' status circle is not always right
...
fixed to display online status only if is the current user and
if they have been active in the last 7 minutes. Respective color
is shown depending on if they are in "do not disturb" mode or they
have been active more than 5 minutes ago
Closes #3282
2021-08-31 13:41:22 -04:00
Anthony Laibe
5c4b75ce6a
perf(@desktop/chat): Improve performance when big member list
...
Avoid computation when it is not needed for the suggestion filter
This is quite visible when the member list contains 1000s of members.
It is the case when you load historical message (1 month)
2021-08-31 13:18:20 -04:00
Khushboo Mehta
d8817a468e
fix(@desktop/chat) Reply to image doest show image in reply box
...
Added component to show both an image/sticker in the reply area.
Moved some components from app to shared folder so that they can be reused
fixes #3272
2021-08-31 12:14:48 -04:00
Alexandra Betouni
f47ddbc955
fix(@desktop/chatMembersList) Increased minimum width in chat members list
...
*Also removed redundant Rectangles
Depends on: https://github.com/status-im/StatusQ/pull/348
Closes #3284
2021-08-27 09:24:23 -04:00
Anthony Laibe
9af32a1796
fix(@desktop/chat): Add new dedicated event for sending message
2021-08-26 16:53:38 -04:00
Khushboo Mehta
c5474d42fa
fix(@desktop/chats) Gifs playing when window is not active
...
fixes #2391
2021-08-26 15:06:13 -04:00
Pascal Precht
fb0cedf9a6
feat(@desktop/chat): allow for entering ENS names manually
...
This commit enables users to enter fully qualified ENS names manually
and marking them as mentions, which are then later being replaced with
pubkeys.
The changes do not prevent users from entering ENS names that don't exist.
There's also a fix that ensure prepended "@" signs are removed from the
items selected in the suggestions box.
Closes #3149
2021-08-26 15:05:29 -04:00
Andrei Smirnov
20bf19983f
fix(@desktop/chat): channel suggestions are not being displayed
2021-08-24 15:35:58 -04:00
Anthony Laibe
94f6041ec5
feat(@desktop/chat): Align chat member and suggestion
...
Removed all computation of suggestion from qml
Reuse user list in order to populate the suggestion box
As a side effect, the suggestion are not serialized from qml to
nim
Remove InputArea which seems not used anymore
2021-08-24 14:56:20 -04:00
Anthony Laibe
899cb7b2f5
fix(@desktop/timeline): Fix timeline reaction
...
fixes #3251
- Being able to react in timeline chat
- Once there is a reaction, being able to remove them or add new
- Height of the message taking in consideration if there is reaction or
not
2021-08-20 15:11:57 -04:00
Andrei Smirnov
754e49bf0f
fix(@desktop/communities): improve member list sorting
2021-08-20 14:56:00 -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
Anthony Laibe
6ae4568807
fix(@desktop/chat): fix replying to message at early chat
...
When replying to a chat, we were reloading messages and rerendering
the messages which were causing issue with the reply id
fixes #3219
2021-08-13 13:07:23 -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
Richard Ramos
1d4beeb041
fix: change values to consider user inactive or offline
2021-08-06 14:17:22 -04:00
Khushboo Mehta
531b2771a3
fix(@desktop/chat): mention color is too bright when replying
...
Updated the style of mention text when replying to one
fixes #3012
2021-08-06 13:03:23 -04:00
Richard Ramos
7c407305d2
fix: userlist
2021-08-05 17:09:03 -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
Anthony Laibe
cec7525fe8
fix(@desktop/chat): re-enable ability to click on profile
2021-08-04 07:50:30 -04:00
Alexandra Betouni
fe08c0bdc8
[ #2584 ] Fixing 'more' chat menu position
...
Re-parented to 'more' button so that it's
following that when scaling the window
Closes #2584
2021-08-03 16:51:35 -04:00
Anthony Laibe
9893dbb00c
fix(@desktop/chat): display correct identicon for reply
...
fixes #2959
2021-08-03 16:17:25 -04:00
Andrei Smirnov
544b0aafc7
fix(@desktop/chat): support to mentions in message edit mode
2021-08-02 20:01:57 -04:00
Jonathan Rainville
fc6143035f
fix(act-center): remove backdrop on activity center
...
Fixes #3100
2021-08-02 17:02:01 -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
Jonathan Rainville
a37ce0b133
chore(act-center): hide contact requests from the activity center
2021-07-27 15:29:03 -04:00
Jonathan Rainville
e2d91dc66b
fix(act-center): multiple fixes to the activity center
2021-07-27 15:29:03 -04:00
Richard Ramos
acdb4d3bcb
fix: last seen timestamp and removing useless echo
2021-07-27 11:16:28 -04:00
Alexandra Betouni
c7c3c5dc9d
[ #2813 ] Fixing chat layout bugs
...
* Added clipping and scrollbar in user lists
2021-07-27 10:46:50 -04:00
Jonathan Rainville
ed223f15da
fix(invitation-bubble): fix json parse
2021-07-27 10:36:42 -04:00
Jonathan Rainville
58532ba25d
fix(activity-center): fix mark as read
...
Fixes #3011
2021-07-27 10:36:42 -04:00
Anthony Laibe
a2db1deeda
fix(@desktop/chat): revert the visible logic for fetch more messages
...
This is causing fetch more message to not be visible in other chat type
such as publich chat
2021-07-27 09:45:21 -04:00
Jonathan Rainville
7d169e85f2
fix(delete): disable deleting certain message types
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
Alexandra Betouni
0a01e84b1c
[ #2813 ] Updating chat layout
...
Switched to StatusAppThreePanelLayout as per new
design for members list
Closes #2813
2021-07-26 14:05:08 -04:00
Jonathan Rainville
39dace238b
feat(chat): add unfurling message for images
...
Fixes #1940
2021-07-23 17:44:06 -04:00
Anthony Laibe
1be169bc7e
fix(@desktop/chat): remove add to contact banner from top bar
...
fixes #2717
2021-07-23 17:25:54 -04:00
Andrei Smirnov
79db861d2f
fix(@desktop/chat): incorrect timestamp evaluation
2021-07-23 16:55:05 -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
7ac63b4451
[ #2563 ] Fixed hover over Join button has wrong shape
...
For performance reasons clipping doesn't work
with rounded corners - wrapping Join button in
an Item and apply clipping there instead
Closes #2563
2021-07-23 14:13:31 -04:00
Richard Ramos
6849091460
feat: community user status pt 2
2021-07-22 13:48:53 -04:00
Jonathan Rainville
aa87a3f7fe
feat(activity): add 1-1 messages to activity center
...
Fixes #2830
2021-07-20 10:55:42 -04:00
Jonathan Rainville
2cc819af46
fix(contact): unblock input when possible request pending
2021-07-20 10:55:42 -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