element-portable/src/components/views/messages
Dariusz Niemczyk 1331e960fa
Add ability to properly edit messages in Threads. (#6877)
* Fix infinite rerender loop when editing message

* Refactor "edit_event" to Action.EditEvent

* Make up-arrow edit working in Threads

* Properly handle timeline events edit state

* Properly traverse messages to be edited

* Add MatrixClientContextHOC

* Refactor RoomContext to use AppRenderingContext

* Typescriptify test

Co-authored-by: Germain <germains@element.io>
2021-10-01 15:35:54 +02:00
..
CallEvent.tsx Show call length during a call 2021-08-27 16:34:44 +02:00
DateSeparator.tsx Delint 2021-07-02 10:49:24 +05:30
DownloadActionButton.tsx Change "Downloading" tooltip to "Decrypting" 2021-07-29 15:37:09 -06:00
EditHistoryMessage.tsx Convert EditHistoryMessage to TS 2021-09-26 13:08:04 +02:00
EncryptionEvent.tsx improve typing & comment 2021-09-08 12:53:13 +01:00
EventTileBubble.tsx Auto-fix lint errors 2021-06-29 13:11:58 +01:00
IBodyProps.ts Merge upstream and resolve conflicts 2021-07-21 11:35:27 +05:30
IMediaBody.ts Clean up after POC 2021-07-16 15:12:36 -06:00
MAudioBody.tsx Merge branch 'develop' into export-conversations 2021-09-22 18:07:01 +05:30
MessageActionBar.tsx Add ability to properly edit messages in Threads. (#6877) 2021-10-01 15:35:54 +02:00
MessageEvent.tsx Merge upstream and resolve conflicts 2021-07-21 11:35:27 +05:30
MessageTimestamp.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
MFileBody.tsx Merge branch 'develop' into export-conversations 2021-09-22 18:07:01 +05:30
MImageBody.tsx Merge branch 'develop' into export-conversations 2021-09-22 18:07:01 +05:30
MImageReplyBody.tsx Better labeling of images and stickers 2021-07-19 18:04:33 +02:00
MJitsiWidgetEvent.tsx Auto-fix lint errors 2021-06-29 13:11:58 +01:00
MjolnirBody.tsx Remove empty line 2021-09-27 10:28:07 +02:00
MKeyVerificationConclusion.tsx Fix types 2021-09-27 10:35:33 +02:00
MKeyVerificationRequest.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
MStickerBody.tsx Ensure blurhash is treated as optional 2021-08-23 16:48:39 -06:00
MVideoBody.tsx Merge branch 'develop' into export-conversations 2021-09-22 18:07:01 +05:30
MVoiceMessageBody.tsx Remove answered TODOs 2021-07-22 09:27:38 -06:00
MVoiceOrAudioBody.tsx Merge branch 'develop' into export-conversations 2021-09-22 18:07:01 +05:30
ReactionsRow.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
ReactionsRowButton.tsx Fix reactions aria-label not being a string and thus being read as [Object object] 2021-09-17 11:36:22 +01:00
ReactionsRowButtonTooltip.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
RedactedBody.tsx Merge branch 'develop' into export-conversations 2021-09-29 19:32:05 +05:30
RoomAvatarEvent.tsx Move imports 2021-09-27 10:21:46 +02:00
RoomCreate.tsx Convert RoomCreate to TS 2021-09-26 13:42:29 +02:00
SenderProfile.tsx why do my IDE be dumb 2021-07-15 12:25:26 +01:00
TextualBody.tsx Add ability to expand and collapse long quoted messages (#6701) 2021-09-27 12:20:37 +02:00
TextualEvent.tsx Merge branch 'develop' into text-for-event-perf 2021-07-11 11:35:12 -04:00
TileErrorBoundary.tsx Send user text as context 2021-08-11 18:00:21 +01:00
UnknownBody.tsx Migrate UnknownBody to TypeScript 2021-06-30 09:00:14 +01:00
ViewSourceEvent.tsx Migrate ViewSourceEvent to TypeScript 2021-07-22 17:11:23 +02:00