element-portable/src/components/views/rooms
Michael Telatynski 8b7eb8bb1d
Fix aria-required-children axe violation (#10900)
* Fix aria-required-children axe violation

* Fix test selector
2023-05-15 12:36:28 +00:00
..
EventTile Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
NotificationBadge Make more of the codebase conform to strict types (#10859) 2023-05-12 09:49:37 +01:00
wysiwyg_composer Room and user mentions for plain text editor (#10665) 2023-05-11 14:28:42 +00:00
AppsDrawer.tsx Conform _AppsDrawer.pcss to the naming policy - AppDrawer variants (#10856) 2023-05-15 09:05:14 +00:00
Autocomplete.tsx Conform more of the codebase to strictNullChecks (#10800) 2023-05-10 08:41:55 +01:00
AuxPanel.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
BasicMessageComposer.tsx Avoid calling prepareToEncrypt onKeyDown (#10828) 2023-05-09 10:56:12 +00: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 Ensure tooltip contents is linked via aria to the target element (#10729) 2023-05-05 08:26:11 +00:00
EditMessageComposer.tsx Conform more of the codebase to strictNullChecks (#10800) 2023-05-10 08:41:55 +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 Make more of the codebase conform to strict types (#10859) 2023-05-12 09:49:37 +01: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 Make more of the codebase conform to strict types (#10859) 2023-05-12 09:49:37 +01:00
LinkPreviewGroup.tsx Conform more of the codebase to strictNullChecks (#10842) 2023-05-11 09:56:56 +01: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 Add tooltip to disabled invite button due to lack of permissions (#10869) 2023-05-12 10:25:16 +00:00
MemberTile.tsx Conform more of the codebase to strictNullChecks (#10800) 2023-05-10 08:41:55 +01:00
MessageComposer.tsx Ensure tooltip contents is linked via aria to the target element (#10729) 2023-05-05 08:26:11 +00:00
MessageComposerButtons.tsx Make more of the codebase conform to strict types (#10859) 2023-05-12 09:49:37 +01:00
MessageComposerFormatBar.tsx Conform more of the codebase to strictNullChecks (#10666) 2023-04-20 09:49:10 +01:00
NewRoomIntro.tsx Use generics to better type TabbedView (#10726) 2023-04-27 12:55:29 +01:00
NotificationBadge.tsx Fix accessibility issues around the room list and space panel (#10717) 2023-05-05 10:09:41 +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 Make existing and new issue URLs configurable (#10710) 2023-04-26 09:36:00 +00:00
RoomInfoLine.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
RoomList.tsx Conform more of the codebase to strictNullChecks (#10800) 2023-05-10 08:41:55 +01: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 (#10800) 2023-05-10 08:41:55 +01:00
RoomPreviewCard.tsx Add border to 'reject' button on room preview card (#9205) 2023-02-06 10:50:06 +00:00
RoomSublist.tsx Fix aria-required-children axe violation (#10900) 2023-05-15 12:36:28 +00:00
RoomTile.tsx Make more of the codebase conform to strict types (#10859) 2023-05-12 09:49:37 +01: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 Merge pull request from GHSA-xv83-x443-7rmw 2023-04-25 09:30:32 +01:00
SendMessageComposer.tsx Avoid calling prepareToEncrypt onKeyDown (#10828) 2023-05-09 10:56:12 +00:00
Stickerpicker.tsx Conform more of the codebase to strictNullChecks (#10842) 2023-05-11 09:56:56 +01:00
ThirdPartyMemberInfo.tsx Conform more of the codebase to strictNullChecks (#10731) 2023-04-28 09:45:36 +01:00
ThreadSummary.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
TopUnreadMessagesBar.tsx Make more of the codebase conform to strict types (#10859) 2023-05-12 09:49:37 +01: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