element-portable/src/components/views/elements
2023-07-07 14:46:12 +01:00
..
crypto Simplify references to VerificationRequest (#11045) 2023-06-07 14:43:44 +00:00
AccessibleButton.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
AccessibleTooltipButton.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
AppPermission.tsx Change wording from avatar to profile picture (#7015) 2023-07-07 10:54:43 +00:00
AppTile.tsx Conform class names of mx_AppTileBody for a widget and PiP widget to our naming policy (#11002) 2023-06-16 18:24:10 +00:00
AppWarning.tsx Split mx_AppPermissionWarning on _AppsDrawer.pcss into two classes (#10824) 2023-05-16 11:14:52 +01:00
CopyableText.tsx Conform more of the codebase with strictNullChecks (#10703) 2023-04-25 09:28:48 +01:00
DesktopCapturerSourcePicker.tsx Conform more of the codebase to strictNullChecks (#10800) 2023-05-10 08:41:55 +01:00
DialogButtons.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
DialPadBackspaceButton.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
Draggable.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
Dropdown.tsx ARIA Accessibility improvements (#10674) 2023-04-20 17:13:30 +00:00
EditableItemList.tsx Apply strictNullChecks to src/components/views/room_settings/* (#10366 2023-03-15 08:39:02 +00:00
EditableText.tsx Apply strictNullChecks to src/components/views/elements/* (#10462 2023-03-29 08:23:54 +01:00
EditableTextContainer.tsx Enable strictPropertyInitialization (#11203) 2023-07-07 14:46:12 +01:00
EffectsOverlay.tsx Fix multiple accessibility defects identified by AXE (#10606) 2023-04-17 16:09:45 +00:00
ErrorBoundary.tsx Use MatrixClientPeg::safeGet in src/components/views/* (#10987) 2023-06-15 08:46:19 +01:00
EventListSummary.tsx Change wording from avatar to profile picture (#7015) 2023-07-07 10:54:43 +00:00
EventTilePreview.tsx ARIA Accessibility improvements (#10675) 2023-04-21 09:48:48 +00:00
ExternalLink.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
FacePile.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
Field.tsx Make more of the codebase conform to strict types (#10857) 2023-05-16 14:25:43 +01:00
FilterDropdown.tsx Apply strictNullChecks to src/components/views/elements/* (#10462 2023-03-29 08:23:54 +01:00
FilterTabGroup.tsx Poll history - filter by active or ended (#10098) 2023-02-13 09:19:45 +13:00
GenericEventListSummary.tsx Conform more of the codebase to strictNullChecks (#10573) 2023-04-13 08:52:57 +01:00
ImageView.tsx Fix multiple accessibility defects identified by AXE (#10606) 2023-04-17 16:09:45 +00:00
InfoTooltip.tsx Explicitly specify all children props (#10312) 2023-03-08 13:28:07 +00:00
InlineSpinner.tsx Fix 'Failed check: Ellipsis' on Weblate (#10144) 2023-02-14 09:05:01 +00:00
InteractiveTooltip.tsx Make more of the codebase conform to strict types (#10857) 2023-05-16 14:25:43 +01:00
InviteReason.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
IRCTimelineProfileResizer.tsx Conform more of the codebase to strictNullChecks (#10607) 2023-04-17 09:25:00 +01:00
JoinRuleDropdown.tsx Apply strictNullChecks to src/components/views/elements/* (#10462 2023-03-29 08:23:54 +01:00
LabelledCheckbox.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
LabelledToggleSwitch.tsx ARIA Accessibility improvements (#10675) 2023-04-21 09:48:48 +00:00
LanguageDropdown.tsx Apply strictNullChecks to src/components/views/elements/* (#10462 2023-03-29 08:23:54 +01:00
LazyRenderList.tsx Conform more of the codebase to strict types (#11191) 2023-07-05 11:53:22 +01:00
LearnMore.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
LinkWithTooltip.tsx Ensure tooltip contents is linked via aria to the target element (#10729) 2023-05-05 08:26:11 +00:00
Measured.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
MiniAvatarUploader.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
PersistedElement.tsx Use MatrixClientPeg::safeGet in src/components/views/* (#10987) 2023-06-15 08:46:19 +01:00
PersistentApp.tsx Make more of the codebase conform to strict types (#10859) 2023-05-12 09:49:37 +01:00
Pill.tsx Use MatrixClientPeg::safeGet in src/components/views/* (#10987) 2023-06-15 08:46:19 +01:00
PollCreateDialog.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
PowerSelector.tsx Conform more of the codebase to strictNullChecks (#10350 2023-03-10 14:55:06 +00:00
ProgressBar.tsx Fix progress bar regression throughout the app (#9219) 2022-08-25 16:39:00 +01:00
QRCode.tsx Conform more of the codebase to strictNullChecks (#10350 2023-03-10 14:55:06 +00:00
ReplyChain.tsx Use MatrixClientPeg::safeGet in src/components/views/* (#10987) 2023-06-15 08:46:19 +01:00
ResizeHandle.tsx Fix ResizeHandle of the third pinned widget (#10896) 2023-05-15 07:40:15 +00:00
RoomAliasField.tsx Conform more of the codebase to strict types (#11191) 2023-07-05 11:53:22 +01:00
RoomFacePile.tsx Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
RoomName.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
RoomTopic.tsx Handle permalinks in room topic (#11115) 2023-06-21 18:09:22 +00:00
SearchWarning.tsx Enable "jsx-a11y/alt-text" and "jsx-a11y/label-has-associated-control" lint rules (#10361) 2023-03-14 21:25:11 +00:00
ServerPicker.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
SettingsFlag.tsx Fix multiple accessibility defects identified by AXE (#10606) 2023-04-17 16:09:45 +00:00
Slider.tsx Fix multiple accessibility defects identified by AXE (#10606) 2023-04-17 16:09:45 +00:00
SpellCheckLanguagesDropdown.tsx Apply strictNullChecks to src/components/views/elements/* (#10462 2023-03-29 08:23:54 +01:00
Spinner.tsx Properly type Modal props to ensure useful typescript checking (#10238 2023-02-28 10:31:48 +00:00
Spoiler.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
SSOButtons.tsx Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
StyledCheckbox.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
StyledRadioButton.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
StyledRadioGroup.tsx Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
SyntaxHighlight.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
Tag.tsx GYU: Account Notification Settings (#11008) 2023-06-29 15:46:31 +00:00
TagComposer.tsx GYU: Account Notification Settings (#11008) 2023-06-29 15:46:31 +00:00
TextWithTooltip.tsx Use aria descriptions instead of labels for TextWithTooltip (#10952) 2023-05-25 08:42:09 +00:00
ToggleSwitch.tsx ARIA Accessibility improvements (#10675) 2023-04-21 09:48:48 +00:00
Tooltip.tsx Ensure tooltip contents is linked via aria to the target element (#10729) 2023-05-05 08:26:11 +00:00
TooltipButton.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
TooltipTarget.tsx Use aria descriptions instead of labels for TextWithTooltip (#10952) 2023-05-25 08:42:09 +00:00
TruncatedList.tsx Conform more of the codebase to strictNullChecks (#10350 2023-03-10 14:55:06 +00:00
UseCaseSelection.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
UseCaseSelectionButton.tsx Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
Validation.tsx Memoize field validation results (#10714) 2023-04-27 11:34:02 +00:00