element-web/src/components/views/messages
Travis Ralston 1d9d0cd7be Convert a bunch more js-sdk imports to absolute paths
Turns out a lot of the typescript warnings about improper warnings were correct. TypeScript appears to be pulling in two copies of the js-sdk when we do this, which can lead to type conflicts (or worse: the wrong code entirely). We fix this at the webpack level by explicitly importing from `src`, but some alternative build structures have broken tests because of this - jest ends up pulling in the "wrong" js-sdk, breaking things.
2021-03-18 20:50:34 -06:00
..
DateSeparator.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
EditHistoryMessage.js Convert a bunch more js-sdk imports to absolute paths 2021-03-18 20:50:34 -06:00
EncryptionEvent.tsx fix tests 2020-11-05 16:27:41 +00:00
EventTileBubble.tsx fix tests 2020-11-05 16:27:41 +00:00
MAudioBody.js Appease the linter 2021-03-10 12:32:18 -07:00
MFileBody.js Make styles dynamic 2021-03-10 21:08:01 -07:00
MImageBody.js docs 2021-03-10 12:32:18 -07:00
MJitsiWidgetEvent.tsx Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
MKeyVerificationConclusion.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
MKeyVerificationRequest.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
MStickerBody.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
MVideoBody.tsx Appease the linter 2021-03-10 12:32:18 -07:00
MessageActionBar.js Convert a bunch more js-sdk imports to absolute paths 2021-03-18 20:50:34 -06:00
MessageEvent.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
MessageTimestamp.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
MjolnirBody.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
ReactionsRow.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
ReactionsRowButton.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
ReactionsRowButtonTooltip.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
RedactedBody.tsx Show timestamp of redaction on hover 2020-05-22 14:41:32 -05:00
RoomAvatarEvent.js Convert cases of mxcUrlToHttp to new media customisation 2021-03-10 12:32:18 -07:00
RoomCreate.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
SenderProfile.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
TextualBody.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
TextualEvent.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
TileErrorBoundary.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00
UnknownBody.js Fix react error about functional components can't take props 2020-08-29 13:51:43 +01:00
ViewSourceEvent.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:39 -07:00