Pascal Precht
638e91717e
refactor: move `Separator` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Alexandra Betouni
4ee21ada05
feat(desktop) Added image function in Style
...
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
source: Style.svg("check)
....
Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths
Closes #3678
2021-09-28 15:28:00 -04:00
Alexandra Betouni
16d6196aea
feat(desktop/searchMessage) Updating highlight animation
...
Added animation to highlight selected message
from search popup. Currenly when a message is clicked
from the search results, the user is navigated to
that message but it's not clear where is the
message in the screen
Closes #3562
2021-09-24 16:15:42 -04:00
Eric Mastro
233d1f4da4
fix: block/unblock contacts not persisting
...
Fixes : #3473 .
Sometimes when blocking users and changes channels, blocked user messages would still appear.
This PR fixes the issue by toggling a `hide` property on messages from a contact when that contact is blocked or unblocked. Previously, the messages were only removed from the view when the contact was blocked, but when the view was reloaded, that state was not tracked correctly.
2021-09-21 09:53:15 -04:00
Sale Djenic
b5e8132859
fix(@desktop/chat): blocked user messages disappear after the user is blocked
...
Fixes : #3418
2021-09-20 17:17:43 -04:00
Sale Djenic
5a448abfd5
fix(@desktop/chat): after reaching the top of chat history, unable to scroll down again
...
InvitationBubble binding loop on height fixed.
Scroll down if you reach the top of the chat is not blocked any more.
Fixes : #3320
2021-09-06 17:00:17 -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
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
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
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
cec7525fe8
fix(@desktop/chat): re-enable ability to click on profile
2021-08-04 07:50:30 -04:00
Anthony Laibe
9893dbb00c
fix(@desktop/chat): display correct identicon for reply
...
fixes #2959
2021-08-03 16:17:25 -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
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
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
Andrei Smirnov
f66e64cc9c
fix(@desktop/timeline): auto-update messages age
2021-07-16 18:14:01 -04:00
Jonathan Rainville
6e218ad924
feat: add basic local chat search
...
Fixes #2771
2021-07-14 17:42:55 -04:00
Sale Djenic
47d1546893
fix(@desktop/chat): app crash when you leave a chat
...
The issue is happening randomly. I managed to catch it few times and hopefully fix it. Problem was
in leave proc in src/status/chat.nim cause we were sending activeChannelChanged signal from it what
started setting activeChannel to the value of the backToFirstChat variable, and while that process
was in progress setActiveChannelByIndex was called from activeChannel what caused another emit of
activeChannelChanged signal while the previous one was not completed. That caused new setting of
activeChannel with active channel index 0, what caused an app crash.
This is fixed by setting active channel to the first one from the list when we get a signal that
any channel from the list is removed. This way activeChannelChanged is broadcasted to the other
parts correctly.
Fixes : #2825
2021-07-14 16:15:40 -04:00
Andrei Smirnov
f755ba44e2
fix(@desktop/chat): fetch more messages fix
2021-07-13 17:05:58 -04:00
Anthony Laibe
76f1aec0e3
fix(@desktop/communities): disable edit for cleared message
2021-07-13 16:41:27 -04:00
Andrei Smirnov
1653e3bf20
fix(@desktop/timeline): can't click the links and hashtags in timeline
2021-07-12 17:07:41 -04:00
Andrei Smirnov
3bb5be8685
fix(@desktop/chat): navigating from Chats to Timeline shows wrong messages
2021-07-12 16:51:20 -04:00
Richard Ramos
c7750da267
feat: edit messages
2021-07-06 11:30:07 -04:00
Andrei Smirnov
6efe90ef77
Addressed PR feedback.
2021-07-06 10:57:37 -04:00
Andrei Smirnov
7255dcd256
Fixed: starting a group chat shouldn't show the section to fetch more messages.
2021-07-06 10:57:37 -04:00
Richard Ramos
ec1ba71db1
fix: prevMsgTimestamp and nextMsgTimestamp
2021-06-29 08:01:53 -04:00
Richard Ramos
1d3e5230b2
revert: SortFilterProxyModel
2021-06-23 08:08:08 -04:00
Iuri Matias
f8e5b25a09
refactor: extract messages from chat view
...
refactor: extract messages from chat view
refactor: extract messages from chat view
refactor: extract messages from chat view
update references to messageView
fix setup
remove duplicated method
2021-06-22 15:12:01 -04:00
Richard Ramos
fd4e0de3f3
feat: SortFilterProxyModel
2021-06-21 16:28:46 -04:00
Jonathan Rainville
1ecb636f58
fix read background to only cover the message and fix hidden text
2021-06-15 13:14:19 -04:00
Jonathan Rainville
d5032430f9
feat(act-center): scroll to the clicked message in the act center
...
Fixes #2681
2021-06-15 13:14:19 -04:00
Jonathan Rainville
414b39d7e0
feat: add mentions to activity center and interactions
...
Fixes #2610
2021-06-15 13:14:19 -04:00
Jonathan Rainville
bee54e628f
feat(Activity center): add placeholder activity center
...
Fixes #2608
2021-05-31 15:54:18 -04:00
Jonathan Rainville
c8cc65506b
fix(CommunityRequest): fix request list emptying after accepting
...
Fixes #2474
2021-05-26 15:27:49 -04:00
Jonathan Rainville
0fe7da0480
feat(community): fetch community info from link
...
Fixes #2290
2021-05-26 15:27:49 -04:00
Jonathan Rainville
c1f6afd799
fixes
2021-05-26 12:12:05 -04:00
Jonathan Rainville
b52dceb984
feat(Chat): add pinned messages feature
2021-05-26 12:12:05 -04:00
Richard Ramos
f86611303f
feat: updated mailserver logic
2021-05-25 14:47:13 -04:00
Richard Ramos
62d7fc9853
feat: mailserver gaps
2021-05-25 14:47:13 -04:00
Richard Ramos
9493839b65
force messages to dissapear if a contact is blocked
2021-05-14 11:56:07 -04:00
Jonathan Rainville
eac7009807
feat(community): fetch community info from link
...
Fixes #2290
2021-05-03 14:36:37 -04:00
Jonathan Rainville
22398284e9
fix(CompactChat): fix margins for images and invites
...
Fixes #2407
2021-04-30 13:01:52 -04:00
Jonathan Rainville
3a7c95967a
feat: implement redesign of message replies
...
Fixes #2303
2021-04-29 12:35:59 -04:00
Jonathan Rainville
23a8de0449
fix: fix community not being passed correctly to the invite bubble
2021-03-17 16:09:23 -04:00
Jonathan Rainville
62d10eba49
feat: show community invite component on community link
2021-03-17 16:09:23 -04:00
Jonathan Rainville
b9594591b0
fix: fix a lot of issues relative to dark theme
...
Fixes #1997
2021-03-16 17:22:58 -04:00