element-portable/src/components/views/rooms
Bruno Windels ca12e6c010 don't render unverified state on bubbles
as they are only used for verification right now,
and verification events will be unverified by definition,
so no need to alarm users needlessly.

Also, this breaks the bubble layout on hover due to e2e icons
and verified left border style.
2019-11-15 16:14:18 +01:00
..
AppsDrawer.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
Autocomplete.js Replace all trivial Promise.defer usages with regular Promises 2019-11-12 12:07:56 +00:00
AuxPanel.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
BasicMessageComposer.js Support RTL language in message composer 2019-11-04 17:37:36 +00:00
E2EIcon.js restyle e2e icons 2019-11-15 16:14:18 +01:00
EditMessageComposer.js Fix reply fallback being included in edit m.new_content 2019-10-13 13:32:09 +03:00
EntityTile.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
EventTile.js don't render unverified state on bubbles 2019-11-15 16:14:18 +01:00
ForwardMessage.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
JumpToBottomButton.js missing semicolon 2019-01-22 14:52:22 +01:00
LinkPreviewWidget.js Revert "s/.done(/.then(/ since modern es6 track unhandled promise exceptions" 2019-11-12 11:56:21 +00:00
MemberDeviceInfo.js restyle unknown devices dialog 2019-02-12 18:34:35 +01:00
MemberInfo.js Revert "s/.done(/.then(/ since modern es6 track unhandled promise exceptions" 2019-11-12 11:56:21 +00:00
MemberList.js Various ARIA a11y fixes. 2019-10-03 09:35:39 +01:00
MemberTile.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
MessageComposer.js Rename RoomPermalinkCreator -> Permalinks due to scope 2019-09-30 20:39:58 -06:00
MessageComposerFormatBar.js tell tooltip when format bar gets hidden, as it won't be unmounted 2019-10-02 14:31:42 +02:00
MessageComposerInput.js Rename RoomPermalinkCreator -> Permalinks due to scope 2019-09-30 20:39:58 -06:00
PinnedEventsPanel.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
PinnedEventTile.js Attempt to fix soft crash on some pinned events by null guarding member 2019-10-31 11:21:58 +00:00
PresenceLabel.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
ReadReceiptMarker.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
ReplyPreview.js Rename RoomPermalinkCreator -> Permalinks due to scope 2019-09-30 20:39:58 -06:00
RoomBreadcrumbs.js Fix breadcrumbs so the bar is a toolbar and the buttons are buttons. 2019-11-07 14:41:01 +01:00
RoomDetailList.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
RoomDetailRow.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
RoomDropTarget.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
RoomHeader.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
RoomList.js Remove wrapping div around RoomList to fix regression with scrollbars 2019-10-23 18:32:14 +01:00
RoomNameEditor.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
RoomPreviewBar.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
RoomRecoveryReminder.js Also say "Connect ..." on remaining key backup buttons 2019-04-24 11:05:27 +01:00
RoomTile.js Fix missing i18n for RoomTile ARIA labels and +a case for notif-off bold 2019-10-29 16:34:56 +00:00
RoomTopicEditor.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
RoomUpgradeWarningBar.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
SearchableEntityList.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
SearchBar.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
SearchResultTile.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
SendMessageComposer.js Fix error message which is shown when unknown slash command attempted 2019-10-31 10:49:24 +00:00
SimpleRoomHeader.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
SlateMessageComposer.js Rename RoomPermalinkCreator -> Permalinks due to scope 2019-09-30 20:39:58 -06:00
Stickerpicker.js Various ARIA a11y fixes. 2019-10-03 09:35:39 +01:00
ThirdPartyMemberInfo.js Various ARIA a11y fixes. 2019-10-03 09:35:39 +01:00
TopUnreadMessagesBar.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
UserTile.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00
WhoIsTypingTile.js Switch to createReactClass: views/rooms and test/components. React 16 :D 2019-09-06 15:04:46 +01:00