You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts/components/conversation/message
Audric Ackermann 651b1c4376
Fetch translations (#2056)
* show missed-call,started-call and answered call notification in chat

* fix types for createLastMessageUpdate

* show incoming dialog if we have a pending call when enable call receptio

* simplify a bit the avatar component

* move disableDrag to a custom hook

* speed up hash colors of avatarPlaceHolders

* fixup text selection and double click reply on message

* keep avatar decoded items longer before releasing memory

* add incoming/outgoing/missed call notification

also, merge that notification with the timer and group notification
component

* hangup call if no answer after 30sec

* refactor SessionInput using hook + add testid field for recovery

* disable message request feature flag for now

* fix merge issue

* force loading screen to be black instead of white

for our dark theme user's eyes safety

* add type for i18n to run update after crowdin  fetch with tools/updateI18nKeysType.py

* update to latest translations
4 years ago
..
ClickToTrustSender.tsx Fetch translations (#2056) 4 years ago
DateBreak.tsx Fix today for translated date break (#1915) 4 years ago
GenericReadableMessage.tsx disable unsend request on the UI for now (#1934) 4 years ago
MessageAttachment.tsx speed up attachment loading by only loading those inview 4 years ago
MessageAuthorText.tsx Cleanup redux store (#1925) 4 years ago
MessageAvatar.tsx cleanup props passing of avatar and name with a custom hook 4 years ago
MessageContent.tsx Merge remote-tracking branch 'upstream/master' into clearnet 4 years ago
MessageContentWithStatus.tsx Minor call tweaks (#2051) 4 years ago
MessageContextMenu.tsx delete for opengroups is working 4 years ago
MessagePreview.tsx Minor call tweaks (#2051) 4 years ago
MessageQuote.tsx Cleanup redux store (#1925) 4 years ago
MessageStatus.tsx major UI rewrite of messages view with redux improvements 4 years ago
MessageText.tsx Unsend messages (only message hashes saving for now is enabled) (#1891) 4 years ago
OutgoingMessageStatus.tsx Minor call tweaks (#2051) 4 years ago