element-portable/src/components/views/elements
Michael Telatynski 93ccccc03d
Fix regression around FacePile with overflow (#11527)
* Work around compound-web AvatarStack not applying overlap to non-Avatars

* Fix FacePile overflow tile not being layed out correctly
2023-09-05 09:11:26 +00:00
..
crypto Replace getQRCodeBytes with generateQRCode (#11241) 2023-07-13 13:55:55 +00:00
AccessibleButton.tsx Allow managing room knocks (#11404) 2023-08-16 08:16:19 +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 avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00
AppTile.tsx Migrate more strings to translation keys (#11499) 2023-09-01 08:26:48 +01:00
AppWarning.tsx Split mx_AppPermissionWarning on _AppsDrawer.pcss into two classes (#10824) 2023-05-16 11:14:52 +01:00
CopyableText.tsx Align action_* strings with Element X project in Localazy (#11437) 2023-08-22 20:55:15 +01:00
DesktopCapturerSourcePicker.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
DialogButtons.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
DialPadBackspaceButton.tsx Migrate more strings to translation keys (#11530) 2023-09-05 10:44:41 +01:00
Draggable.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
Dropdown.tsx Align common_* strings with Element X project in Localazy (#11434) 2023-08-22 18:47:33 +01:00
EditableItemList.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01: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 Port more strings to translation keys (#11474) 2023-08-31 07:35:34 +00:00
EventListSummary.tsx Switch to importing @types/{event,partials} from main js-sdk export (#11369) 2023-08-08 10:12:12 +00:00
EventTilePreview.tsx Switch to importing @types/{event,partials} from main js-sdk export (#11369) 2023-08-08 10:12:12 +00:00
ExternalLink.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
FacePile.tsx Fix regression around FacePile with overflow (#11527) 2023-09-05 09:11:26 +00: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 Change avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00
ImageView.tsx Change avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00
InfoTooltip.tsx Explicitly specify all children props (#10312) 2023-03-08 13:28:07 +00:00
InlineSpinner.tsx Align common_* strings with Element X project in Localazy (#11434) 2023-08-22 18:47:33 +01:00
InteractiveTooltip.tsx Make more of the codebase conform to strict types (#10857) 2023-05-16 14:25:43 +01:00
InviteReason.tsx Enable jsx-a11y/click-events-have-key-events eslint rule (#10362) 2023-08-09 06:27:31 +00:00
IRCTimelineProfileResizer.tsx Conform more of the codebase to strictNullChecks (#10607) 2023-04-17 09:25:00 +01:00
JoinRuleDropdown.tsx Switch to importing @types/{event,partials} from main js-sdk export (#11369) 2023-08-08 10:12:12 +00:00
LabelledCheckbox.tsx Allow creating public knock rooms (#11481) 2023-09-04 16:09:44 +00:00
LabelledToggleSwitch.tsx ARIA Accessibility improvements (#10675) 2023-04-21 09:48:48 +00:00
LanguageDropdown.tsx Use Intl for names of languages (#11427) 2023-08-22 14:07:16 +00:00
LazyRenderList.tsx Conform more of the codebase to strict types (#11191) 2023-07-05 11:53:22 +01:00
LearnMore.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01: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 Change avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00
PersistedElement.tsx Use MatrixClientPeg::safeGet in src/components/views/* (#10987) 2023-06-15 08:46:19 +01:00
PersistentApp.tsx Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
Pill.tsx Change avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00
PollCreateDialog.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01: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 Replace getQRCodeBytes with generateQRCode (#11241) 2023-07-13 13:55:55 +00:00
ReplyChain.tsx Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +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 Add face pile to rooms (#11356) 2023-08-30 17:55:02 +00:00
RoomName.tsx Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
RoomTopic.tsx Switch to importing @types/{event,partials} from main js-sdk export (#11369) 2023-08-08 10:12:12 +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 Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
SettingsFlag.tsx Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
Slider.tsx Fix multiple accessibility defects identified by AXE (#10606) 2023-04-17 16:09:45 +00:00
SpellCheckLanguagesDropdown.tsx Use Intl for names of languages (#11427) 2023-08-22 14:07:16 +00:00
Spinner.tsx Align common_* strings with Element X project in Localazy (#11434) 2023-08-22 18:47:33 +01:00
Spoiler.tsx Enable jsx-a11y/click-events-have-key-events eslint rule (#10362) 2023-08-09 06:27:31 +00:00
SSOButtons.tsx Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +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 Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01: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
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 Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01: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