element-portable/src/components/views/rooms
Michael Telatynski 792a39a39b
ARIA Accessibility improvements (#10675)
* Fix confusing tab indexes in EventTilePreview

* Stop using headings inside buttons

* Prefer labelledby and describedby over duplicated aria-labels

* Improve semantics of tables used in settings

* Fix types

* Update tests

* Fix timestamps
2023-04-21 09:48:48 +00:00
..
EventTile Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
NotificationBadge Explicitly specify all children props (#10312) 2023-03-08 13:28:07 +00:00
wysiwyg_composer Handle more completion types in rte autocomplete (#10560) 2023-04-14 09:09:38 +00:00
AppsDrawer.tsx Conform more of the codebase to strictNullChecks (#10573) 2023-04-13 08:52:57 +01:00
Autocomplete.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
AuxPanel.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
BasicMessageComposer.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
CollapsibleButton.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
DecryptionFailureBar.tsx Fix decryption failure bar covering the timeline (#10360) 2023-03-30 10:11:16 +01:00
E2EIcon.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
EditMessageComposer.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
EmojiButton.tsx Add arrow key controls to emoji and reaction pickers (#10637) 2023-04-20 14:56:21 +00:00
EntityTile.tsx Enable "jsx-a11y/alt-text" and "jsx-a11y/label-has-associated-control" lint rules (#10361) 2023-03-14 21:25:11 +00:00
EventTile.tsx ARIA Accessibility improvements (#10675) 2023-04-21 09:48:48 +00:00
ExtraTile.tsx Refactor ExtraTile to use functional components (#10191) 2023-02-23 11:57:37 +00:00
HistoryTile.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
JumpToBottomButton.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
LinkPreviewGroup.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
LinkPreviewWidget.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
LiveContentSummary.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
MemberList.tsx Conform more of the codebase to strictNullChecks (#10504 2023-04-04 11:41:46 +01:00
MemberTile.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
MessageComposer.tsx Conform more of the codebase to strictNullChecks (#10573) 2023-04-13 08:52:57 +01:00
MessageComposerButtons.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
MessageComposerFormatBar.tsx Conform more of the codebase to strictNullChecks (#10666) 2023-04-20 09:49:10 +01:00
NewRoomIntro.tsx Fix block/inline Element descendants error noise in NewRoomIntro.tsx (#10412) 2023-03-21 10:55:48 -05:00
NotificationBadge.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
PinnedEventTile.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
PresenceLabel.tsx Conform more of the codebase to strictNullChecks (#10350 2023-03-10 14:55:06 +00:00
ReadReceiptGroup.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
ReadReceiptMarker.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
RecentlyViewedButton.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
ReplyPreview.tsx Conform more of the codebase to strictNullChecks (#10573) 2023-04-13 08:52:57 +01:00
ReplyTile.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
RoomBreadcrumbs.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
RoomContextDetails.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
RoomHeader.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
RoomInfoLine.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
RoomList.tsx Show room create icon if "UIComponent.roomCreation" is enabled (#10364) 2023-04-03 09:19:56 +12:00
RoomListHeader.tsx Conform more code to strictNullChecks (#10374) 2023-03-16 11:07:29 +00:00
RoomPreviewBar.tsx Conform more of the codebase to strictNullChecks (#10666) 2023-04-20 09:49:10 +01:00
RoomPreviewCard.tsx Add border to 'reject' button on room preview card (#9205) 2023-02-06 10:50:06 +00:00
RoomSublist.tsx Conform more of the codebase to strictNullChecks (#10666) 2023-04-20 09:49:10 +01:00
RoomTile.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
RoomTileCallSummary.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
RoomUpgradeWarningBar.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
SearchBar.tsx ARIA Accessibility improvements (#10674) 2023-04-20 17:13:30 +00:00
SearchResultTile.tsx Remove threads labs flag and the ability to disable threads (#9878) 2023-02-20 14:46:07 +00:00
SendMessageComposer.tsx Replace hardcoded strings with MsgType constants (#10604) 2023-04-17 09:37:29 +00:00
Stickerpicker.tsx Fix creatorUserId is required error when opening sticker picker (#10423) 2023-03-23 17:25:16 +00:00
ThirdPartyMemberInfo.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
ThreadSummary.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
TopUnreadMessagesBar.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
VoiceRecordComposerTile.tsx Implement MSC3952: intentional mentions (#9983) 2023-03-23 11:47:40 +00:00
WhoIsTypingTile.tsx Fix typing tile duplicating users (#10678) 2023-04-20 14:44:54 +00:00