session-desktop/ts/components/conversation
Audric Ackermann 940ad57f83
rework the way unread count works
we no longer refresh on each message read, only once the whole
conversation is read.
2020-10-30 16:02:18 +11:00
..
media-gallery add beta german translation copy pasted from android 2020-08-05 16:58:36 +10:00
_contactUtil.tsx simplify a lot avatar props 2020-09-15 15:07:22 +10:00
AddMentions.tsx Merge remote-tracking branch 'upstream/clearnet' into fix-drop-message-closed-group 2020-07-30 12:57:30 +10:00
AddNewLines.md Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
AddNewLines.tsx Add support for mentions in private group chats 2019-11-01 12:00:29 +11:00
AttachmentList.md Improve caption editor usability, new 'add attachment' affordance 2019-01-15 10:51:49 -08:00
AttachmentList.tsx make adding of attachment work on react conversation 2020-10-20 13:20:09 +11:00
ContactDetail.md Use backup labels if custom contact type labels are missing 2018-05-10 11:54:58 -07:00
ContactDetail.tsx update translation to match android - part 1 2020-08-17 11:36:25 +10:00
ContactName.md Finish new Message component, integrate into application 2018-07-17 15:58:07 -07:00
ContactName.tsx hide pubkey when not needed on conversationHeader and listItem 2020-10-06 15:45:27 +11:00
ConversationHeader.md Added ability to delete contacts and destroy all sessions with them. Added right click menu to contacts/conversations in list which can block, delete messages and delete contact 2019-03-07 17:10:33 +11:00
ConversationHeader.tsx pass selectiomMode without selectedMessage props to ConversationHEader 2020-10-26 09:59:56 +11:00
CreateGroupDialog.tsx Merge branch 'clearnet' into react-refactor 2020-10-08 17:23:55 +11:00
EmbeddedContact.md Download attachments in separate queue from message processing 2019-02-12 16:34:21 -08:00
EmbeddedContact.tsx make profile image which where 48pixels big 36 noew, as no more border 2020-01-31 16:52:02 +11:00
Emojify.md Turn on all of Microsoft's recommend lint rules 2018-05-23 16:26:47 -07:00
Emojify.tsx linter-fixes 2020-07-24 11:36:14 +10:00
ExpireTimer.md Restore iOS-specific theme; colors on left in android theme 2018-10-11 11:42:18 -07:00
ExpireTimer.tsx Add a numeric TTL Countdown if the time left is under 1 minute 2020-03-12 12:43:24 +01:00
FriendRequest.md Update ts/components/conversation/FriendRequest.md 2019-09-09 13:28:51 +10:00
GroupInvitation.tsx CLosed groups ui initial listprops 2020-02-04 11:55:01 +11:00
GroupNotification.md Support for blocking groups on mobile, via group/blocked syncs 2018-09-14 16:25:43 -07:00
GroupNotification.tsx render GroupNotification messages 2020-10-30 10:24:53 +11:00
Image.md Download attachments in separate queue from message processing 2019-02-12 16:34:21 -08:00
Image.tsx cleanup network status view and some UI constants 2020-10-13 13:57:43 +11:00
ImageGrid.md Show just first image if we receive mixed multi-attachment msg 2019-01-14 17:36:25 -08:00
ImageGrid.tsx Move left pane entirely to React 2019-03-12 17:44:14 -07:00
InviteContactsDialog.tsx remove authorColor unused in Session 2020-09-15 15:26:09 +10:00
Linkify.md Refactor link/emoji/newline components for composability 2018-05-23 16:26:47 -07:00
Linkify.tsx fix event propogation on links in messages 2020-02-24 17:29:07 +11:00
MemberList.tsx remove authorColor unused in Session 2020-09-15 15:26:09 +10:00
Message.md Send long text as an attachment instead of inline 2019-03-14 17:30:46 -07:00
Message.tsx rework the way unread count works 2020-10-30 16:02:18 +11:00
MessageBody.md Send long text as an attachment instead of inline 2019-03-14 17:30:46 -07:00
MessageBody.tsx linter-fixes 2020-07-24 11:36:14 +10:00
MessageDetail.md Merge signal changes into branch. 2018-11-07 15:26:37 +11:00
MessageDetail.tsx remove i18n requirement in props for message 2020-10-16 14:53:04 +11:00
ModeratorsAddDialog.tsx remove authorColor unused in Session 2020-09-15 15:26:09 +10:00
ModeratorsRemoveDialog.tsx remove authorColor unused in Session 2020-09-15 15:26:09 +10:00
Quote.md Download attachments in separate queue from message processing 2019-02-12 16:34:21 -08:00
Quote.tsx cleanup network status view and some UI constants 2020-10-13 13:57:43 +11:00
ResetSessionNotification.md Finish new Message component, integrate into application 2018-07-17 15:58:07 -07:00
ResetSessionNotification.tsx fix attachments download with already set url 2020-10-27 11:21:22 +11:00
SafetyNumberNotification.tsx hide shortened pubkey except for public groups 2020-10-06 14:17:23 +11:00
StagedGenericAttachment.md Some style and interaction fine-tuning 2019-01-14 17:40:31 -08:00
StagedGenericAttachment.tsx Move left pane entirely to React 2019-03-12 17:44:14 -07:00
StagedLinkPreview.md Link Previews 2019-01-29 13:53:14 -08:00
StagedLinkPreview.tsx link preview state moved to SessionCompositionBox 2020-10-28 13:29:45 +11:00
StagedPlaceholderAttachment.md Improve caption editor usability, new 'add attachment' affordance 2019-01-15 10:51:49 -08:00
StagedPlaceholderAttachment.tsx Improve caption editor usability, new 'add attachment' affordance 2019-01-15 10:51:49 -08:00
TimerNotification.md Show 'Off' text when disappearing messages are turned off 2018-08-01 09:24:05 -07:00
TimerNotification.tsx make adding of attachment work on react conversation 2020-10-20 13:20:09 +11:00
Timestamp.md Restore iOS-specific theme; colors on left in android theme 2018-10-11 11:42:18 -07:00
Timestamp.tsx sleek-emoji-rendering 2020-07-23 09:58:46 +10:00
TypingAnimation.md Typing Indicators 2018-11-26 15:26:04 -08:00
TypingAnimation.tsx Move left pane entirely to React 2019-03-12 17:44:14 -07:00
TypingBubble.md Increase contrast of typing indicator in iOS theme 2019-01-14 17:40:31 -08:00
TypingBubble.tsx Merge branch 'clearnet' into react-refactor 2020-10-08 17:23:55 +11:00
UpdateGroupMembersDialog.tsx remove authorColor unused in Session 2020-09-15 15:26:09 +10:00
UpdateGroupNameDialog.tsx simplify a lot avatar props 2020-09-15 15:07:22 +10:00
VerificationNotification.md Finish new Message component, integrate into application 2018-07-17 15:58:07 -07:00
VerificationNotification.tsx hide shortened pubkey except for public groups 2020-10-06 14:17:23 +11:00