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
Richard Ramos
4f4a3f1c30
feat: see stickers details when clicking on a sticker
2021-03-16 15:39:52 -04:00
Pascal Precht
84806ee96c
feat(MessageContextMenu): add copy link actions
...
This commit adds a menu item to the message context menu to
copy links that may exist inside of a message.
There are three possible scenarios:
1. There's no link in the message, which causes the menu to not
render the dedicated menu item at all
2. There's one link in the message, which renders an additional
`Action` with a copy-to-clipboard functionality
3. There are multiple links in a single message. This adds a
nested `PopupMenu` in the existing menu with menu items for each
link extracted from the message
To make this work there were some changes in the `PopupMenu` component
needed, as it wasn't take the sub menu's `enabled` state into account
properly. This makde it always render nested menus even when they
should've been invisible.
Closes : #1733
2021-02-23 08:53:54 -05:00
Jonathan Rainville
eeb1628337
fix: fix binding loop on the fetch button
2021-02-18 16:38:10 -05:00
Jonathan Rainville
3fef5c7a69
feat: hide fetch old messages after 30 days
2021-02-12 14:45:43 -05:00
Iuri Matias
7b5a1660f8
make compact mode the default
2021-02-10 15:48:57 -05:00
Richard Ramos
b2262c8105
Show chat image and username again after a couple of minutes in chat
...
Fixes #1764
2021-02-10 13:52:36 -05:00
Jonathan Rainville
cabc82782c
fix: fix emojis on normal mode and replies on compact
2021-02-08 16:48:14 -05:00
Jonathan Rainville
02651326b5
feat: add hover and selected state to the emoji picker
2021-02-08 16:48:14 -05:00
Jonathan Rainville
bffe888b0d
feat: improve compact mode to fix all alignements
2021-02-08 16:48:14 -05:00
RichΛrd
200285399d
Update ui/app/AppLayouts/Chat/ChatColumn/Message.qml
...
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
2021-02-01 14:23:29 -05:00
Richard Ramos
4a9f63c59a
fix: code review
2021-02-01 14:23:29 -05:00