element-web/src/components/views/elements
2019-11-18 18:02:47 -07:00
..
AccessibleButton.js Use navigation treeview aria pattern for roomlist sublists and tiles 2019-10-17 15:53:39 +01:00
AccessibleTooltipButton.js Various ARIA a11y fixes. 2019-10-03 09:35:39 +01:00
ActionButton.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
AddressSelector.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
AddressTile.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
AppPermission.js Implement the bulk of the new widget permission prompt design 2019-11-15 14:26:16 -07:00
AppTile.js Wire up the widget permission prompt to the cross-platform setting 2019-11-18 17:56:33 -07:00
AppWarning.js Convert image URLs in React to require calls 2019-01-17 22:06:49 -06:00
CreateRoomButton.js Convert image URLs in React to require calls 2019-01-17 22:06:49 -06:00
DeviceVerifyButtons.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
DialogButtons.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
DirectorySearchBox.js room directory makeover 2019-01-29 15:34:58 +01:00
DNDTagTile.js Import react as React in src/components/views/elements/DNDTagTile.js 2018-06-06 17:59:50 +09:00
Dropdown.js Replace React.PropTypes with usage of the prop-types package 2019-07-31 12:19:29 +01:00
EditableItemList.js Cull some easily fixable errors which make the console a mess 2019-10-03 21:47:19 +01:00
EditableText.js Use Keyboard Key variables instead of hardcoded strings 2019-10-09 19:59:11 +01:00
EditableTextContainer.js Revert "s/.done(/.then(/ since modern es6 track unhandled promise exceptions" 2019-11-12 11:56:21 +00:00
ErrorBoundary.js Revert "s/.done(/.then(/ since modern es6 track unhandled promise exceptions" 2019-11-12 11:56:21 +00:00
EventListSummary.js Make ARIA happier with DateSeparator and tidy ELS 2019-10-23 18:32:10 +01:00
Field.js implement RoomAliasField component 2019-09-23 11:22:30 +02:00
Flair.js React error/warning cleanup 2019-10-08 12:10:37 +01:00
GeminiScrollbarWrapper.js Fix warning "Unknown prop wrappedRef on <div> tag..." 2018-04-05 17:39:25 +01:00
GroupsButton.js Add redesign feedback dialog + button in tag panel 2018-12-19 12:27:05 +01:00
IconButton.js fix pr feedback 2019-11-15 17:29:38 +01:00
ImageView.js Revert "s/.done(/.then(/ since modern es6 track unhandled promise exceptions" 2019-11-12 11:56:21 +00:00
InlineSpinner.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
InteractiveTooltip.js use a way of unmounting the tooltip that seems to work 100% of the time 2019-10-02 14:32:08 +02:00
LabelledToggleSwitch.js improve Settings Accessibility for Toggles and Dialogs 2019-09-25 09:25:11 +01:00
LanguageDropdown.js Revert "s/.done(/.then(/ since modern es6 track unhandled promise exceptions" 2019-11-12 11:56:21 +00:00
LazyRenderList.js bring LazyRenderList up to React 16 standards, cleanup & docs 2019-10-24 17:56:26 +02:00
ManageIntegsButton.js Support multiple integration managers behind a labs flag 2019-08-23 09:12:40 -06:00
MemberEventListSummary.js Use new React Shallow renderer with hooks support 2019-10-09 12:51:08 +02:00
MessageSpinner.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
PersistedElement.js eslint --fix src/ 2018-10-26 22:50:38 -05:00
PersistentApp.js Appease the linter 2019-11-18 18:02:47 -07:00
Pill.js Rename RoomPermalinkCreator -> Permalinks due to scope 2019-09-30 20:39:58 -06:00
PowerSelector.js allow label to be empty on power selector 2019-11-15 16:14:18 +01:00
ProgressBar.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
ReplyThread.js Fix HTML fallback in replies 2019-11-08 16:07:11 -07:00
ResizeHandle.js add id to props for completeness 2018-12-18 14:31:38 +01:00
RoomAliasField.js implement RoomAliasField component 2019-09-23 11:22:30 +02:00
RoomDirectoryButton.js Convert image URLs in React to require calls 2019-01-17 22:06:49 -06:00
SettingsFlag.js remove SettingsFlag manualSave altogether 2019-10-09 23:20:59 +01:00
Spinner.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
Spoiler.js add license header, descriptive comment and change to class 2019-08-29 18:13:52 +02:00
StartChatButton.js Convert image URLs in React to require calls 2019-01-17 22:06:49 -06:00
SyntaxHighlight.js move non-Riot-specific components over from riot-web 2018-04-11 23:58:04 +01:00
TagTile.js React error/warning cleanup 2019-10-08 12:10:37 +01:00
TextWithTooltip.js Implement the bulk of the new widget permission prompt design 2019-11-15 14:26:16 -07:00
TintableSvg.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
TintableSvgButton.js eslint --fix src/ 2018-10-26 22:50:38 -05:00
ToggleSwitch.js export ToggleSwitch 2019-10-08 12:22:22 +01:00
Tooltip.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
TooltipButton.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
TruncatedList.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
UserSelector.js Switch to createReactClass: views/elements & views/groups. React 16 :D 2019-09-06 18:35:52 +01:00
Validation.js Throttle validation in response to user input 2019-04-25 14:29:10 +01:00