element-portable/src/components/views/rooms
Michael Telatynski 86017639c2
Accessibility improvements around aria-labels and tooltips (#12062)
* Prevent Cypress typechecking react-sdk components without strict mode

This prevented us from switching to `forwardRef` in a bunch of places
due to it behaving different with & without strict mode.

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

* Update global.d.ts

* Switch AccessibleButton and derivatives to using `forwardRef`

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

* Add missing ref={ref}

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

* Iterate

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

* Ensure RefObjects are used consistently

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

* Re-add WysiwygAutocomplete displayname

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

* Fix forwardRef types

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

* Add comments

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

* Remove unused export

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

* Readd comment

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

* Accessibility improvements around aria-labels and tooltips

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

* Tweak copy

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

* Iterate types & comments

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

* i18n

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

* Update snapshots

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

* Apply suggestions from code review

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

* Add comment

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

* Iterate

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

* Improve comment

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

* Prettier & i18n

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

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2024-01-05 10:59:41 +00:00
..
EventTile Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
NotificationBadge Show knock rooms in the list (#11573) 2023-09-19 11:24:35 +00:00
RoomHeader Fix: Video Room Chat Header Button Removed (#11911) 2023-11-21 21:28:54 +00:00
wysiwyg_composer Improve AccessibleButton & related types (#12075) 2023-12-20 14:42:31 +00:00
AppsDrawer.tsx Iterate landmarks around the app in order to improve a11y (#12064) 2023-12-20 15:32:24 +00:00
Autocomplete.tsx Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
AuxPanel.tsx Iterate landmarks around the app in order to improve a11y (#12064) 2023-12-20 15:32:24 +00:00
BasicMessageComposer.tsx Escape placeholder before injecting it into the style (#11607) 2023-09-19 05:58:53 +00:00
CollapsibleButton.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
E2EIcon.tsx Switch Pill & E2EIcon to using Compound Tooltips (#12080) 2023-12-21 15:21:41 +00:00
EditMessageComposer.tsx Update matrix-org (#11625) 2023-10-19 08:02:24 +00:00
EmojiButton.tsx Migrate more strings to translation keys (#11498) 2023-08-31 11:22:10 +01:00
EntityTile.tsx Implement new unreachable state and fix broken string ref (#11748) 2023-11-07 10:14:30 +00:00
EventTile.tsx Fix io.element.late_event received_ts vs received_at (#11789) 2023-10-25 07:01:24 +00:00
ExtraTile.tsx Improve AccessibleButton & related types (#12075) 2023-12-20 14:42:31 +00:00
HistoryTile.tsx Migrate more strings to translation keys (#11606) 2023-09-14 18:47:29 +01:00
JumpToBottomButton.tsx Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
LegacyRoomHeader.tsx Switch Pill & E2EIcon to using Compound Tooltips (#12080) 2023-12-21 15:21:41 +00:00
LinkPreviewGroup.tsx Migrate more strings to translation keys (#11671) 2023-09-26 18:35:55 +01:00
LinkPreviewWidget.tsx Switch to importing client from main js-sdk export (#11370) 2023-08-09 07:18:41 +00:00
LiveContentSummary.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
MemberList.tsx Fix: Space scope header overflow (#11933) 2023-11-29 08:25:34 +00:00
MemberTile.tsx Element-R: Use MatrixClient.CryptoApi.getUserVerificationStatus instead of MatrixClient.checkUserTrust in MemberTile.tsx (#11701) 2023-10-04 13:01:39 +00:00
MessageComposer.tsx Iterate landmarks around the app in order to improve a11y (#12064) 2023-12-20 15:32:24 +00:00
MessageComposerButtons.tsx Migrate more strings to translation keys (#11672) 2023-09-27 17:15:22 +01:00
MessageComposerFormatBar.tsx Migrate more strings to translation keys (#11672) 2023-09-27 17:15:22 +01:00
NewRoomIntro.tsx Migrate more strings to translation keys (#11671) 2023-09-26 18:35:55 +01:00
NotificationBadge.tsx Migrate more strings to translation keys (#11672) 2023-09-27 17:15:22 +01:00
PinnedEventTile.tsx Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
PresenceLabel.tsx Implement new unreachable state and fix broken string ref (#11748) 2023-11-07 10:14:30 +00:00
ReadReceiptGroup.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
ReadReceiptMarker.tsx Fix regression around read receipt animation from refs changes (#12100) 2024-01-03 11:36:11 +00:00
ReplyPreview.tsx Migrate more strings to translation keys (#11672) 2023-09-27 17:15:22 +01:00
ReplyTile.tsx Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
RoomBreadcrumbs.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
RoomContextDetails.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
RoomHeader.tsx Accessibility improvements around aria-labels and tooltips (#12062) 2024-01-05 10:59:41 +00:00
RoomInfoLine.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
RoomKnocksBar.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
RoomList.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
RoomListHeader.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
RoomPreviewBar.tsx Iterate landmarks around the app in order to improve a11y (#12064) 2023-12-20 15:32:24 +00:00
RoomPreviewCard.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
RoomSublist.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
RoomTile.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
RoomTileCallSummary.tsx Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
RoomTileSubtitle.tsx Compound Typography pass regression fixes (#11189) 2023-07-04 16:54:28 +00:00
RoomUpgradeWarningBar.tsx Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
SearchBar.tsx Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
SearchResultTile.tsx Switch to importing models/event from main js-sdk export (#11363) 2023-08-07 08:24:58 +00:00
SendMessageComposer.tsx Update matrix-org (#11625) 2023-10-19 08:02:24 +00:00
SpaceScopeHeader.tsx Fix: Space scope header overflow (#11933) 2023-11-29 08:25:34 +00:00
Stickerpicker.tsx Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
ThirdPartyMemberInfo.tsx Fix: Space scope header overflow (#11933) 2023-11-29 08:25:34 +00:00
ThreadSummary.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
TopUnreadMessagesBar.tsx Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
VoiceRecordComposerTile.tsx Migrate more strings to translation keys (#11680) 2023-09-29 08:49:26 +01:00
WhoIsTypingTile.tsx Change avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00