element-portable/src/components/views/messages
renovate[bot] 56d8ef3640
Update dependency @vector-im/compound-web to v2 (#12133)
* Update dependency @vector-im/compound-web to v2

* Update Tooltip props

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Include TooltipProvider in MatrixChat

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix pillify & tooltipify

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update tests to use TooltipProvider where necessary

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix tooltips in Modals, ContextMenus, PersistedElements, Spoiler, HtmlExport

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update tests

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* delint

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update tests

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix tooltips in HTMLExport

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Don't pass mountAsChild to DOM

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* prettier

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Stabilise test

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-11 19:56:36 +00:00
..
shared Apply prettier formatting 2022-12-12 12:24:14 +01:00
CallEvent.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
DateSeparator.tsx Render timeline separator for late event groups (#11739) 2023-10-16 14:14:04 +00:00
DecryptionFailureBody.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
DisambiguatedProfile.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
DownloadActionButton.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
EditHistoryMessage.tsx Align action_* strings with Element X project in Localazy (#11437) 2023-08-22 20:55:15 +01:00
EncryptionEvent.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
EventTileBubble.tsx Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
HiddenBody.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
IBodyProps.ts Switch to importing models/event from main js-sdk export (#11363) 2023-08-07 08:24:58 +00:00
IMediaBody.ts Conform more of the codebase to strictNullChecks (#10800) 2023-05-10 08:41:55 +01:00
JumpToDatePicker.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
LegacyCallEvent.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
MAudioBody.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
MBeaconBody.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
MessageActionBar.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
MessageEvent.tsx Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
MessageTimestamp.tsx Iterate io.element.late_event decoration (#11760) 2023-10-17 12:31:41 +00:00
MFileBody.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
MImageBody.tsx Use Compound tooltips more widely (#12128) 2024-01-11 11:49:24 +00:00
MImageReplyBody.tsx Populate info.duration for audio & video file uploads (#11225) 2023-07-17 12:07:58 +00:00
MJitsiWidgetEvent.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
MjolnirBody.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
MKeyVerificationRequest.tsx Simplify display of verification requests in timeline (#11931) 2023-11-30 17:41:47 +00:00
MLocationBody.tsx Migrate more strings to translation keys (#11613) 2023-09-19 17:16:38 +01:00
MPollBody.tsx Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
MPollEndBody.tsx Fix ended polls overlapping event bubbles (#11895) 2023-11-20 17:27:54 +00:00
MStickerBody.tsx Use Compound tooltips more widely (#12128) 2024-01-11 11:49:24 +00:00
MVideoBody.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
MVoiceMessageBody.tsx Migrate more strings to translation keys (#11683) 2023-10-02 13:52:27 +01:00
MVoiceOrAudioBody.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
ReactionsRow.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
ReactionsRowButton.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
ReactionsRowButtonTooltip.tsx Consolidate conjugation i18n strings (#11660) 2023-09-25 12:18:15 +01:00
RedactedBody.tsx Migrate more strings to translation keys (#11613) 2023-09-19 17:16:38 +01:00
RoomAvatarEvent.tsx Migrate more strings to translation keys (#11613) 2023-09-19 17:16:38 +01:00
RoomPredecessorTile.tsx Migrate more strings to translation keys (#11613) 2023-09-19 17:16:38 +01:00
SenderProfile.tsx Switch to importing @types/{event,partials} from main js-sdk export (#11369) 2023-08-08 10:12:12 +00:00
TextualBody.tsx Update dependency @vector-im/compound-web to v2 (#12133) 2024-01-11 19:56:36 +00:00
TextualEvent.tsx Switch to importing models/event from main js-sdk export (#11363) 2023-08-07 08:24:58 +00:00
TileErrorBoundary.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
TimelineSeparator.tsx Render timeline separator for late event groups (#11739) 2023-10-16 14:14:04 +00:00
UnknownBody.tsx Enable strictFunctionTypes (#11201) 2023-07-07 13:37:26 +01:00
ViewSourceEvent.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00