element-web/src/components/views/rooms
Travis Ralston a0b2859436 Support custom tags in the room list again
Fixes https://github.com/vector-im/riot-web/issues/14091

Design needs work, however this is behind labs anyways. This re-implements the behaviour of the old room list.

The implementation ended up being a lot easier due to early confusion with what the TagOrderStore and TagPanel take care of. Turns out they don't deal with tags, but groups. As such, we don't need to do anything with filtering (though we keep some sanity checks in place for safety), and just have to wire up the CustomRoomTagPanel and CustomRoomTagStore.
2020-07-20 16:51:16 -06:00
..
AppsDrawer.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
Autocomplete.tsx Convert editor to TypeScript 2020-07-15 09:45:45 +01:00
AuxPanel.js CallView2 -> CallView 2020-07-17 15:55:30 -06:00
BasicMessageComposer.tsx mark some things as public 2020-07-20 16:34:52 +01:00
E2EIcon.js Use mouseleave instead of mouseout for hover events. Fix tooltip flicker 2020-07-18 12:01:51 +01:00
EditMessageComposer.js Add a focus_composer dispatcher action 2020-06-02 19:07:46 -06:00
EntityTile.js Switch to svg masks for the e2eicon and border it for the EntityTile avatars 2020-07-14 00:52:03 +01:00
EventTile.js check that encryptionInfo.sender is set 2020-07-15 12:25:10 -04:00
ForwardMessage.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
JumpToBottomButton.js Highlight "Jump to Bottom" badge when appropriate 2020-07-06 23:09:54 -04:00
LinkPreviewWidget.js Label and use UNSAFE_componentWillMount to minimize warnings 2020-03-31 14:15:23 -06:00
MemberList.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
MemberTile.js Remove feature_cross_signing 2020-05-27 10:28:25 +01:00
MessageComposer.js Add buttons to composer actions 2020-07-17 18:16:31 +01:00
MessageComposerFormatBar.js Replace non-functional Interactive Tooltip 2020-07-17 18:43:42 +01:00
NotificationBadge.tsx Clean up TODOs, comments, and imports in the new room list 2020-07-13 20:25:02 -06:00
PinnedEventsPanel.js Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6 2019-12-22 21:20:13 -07:00
PinnedEventTile.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
PresenceLabel.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
ReadReceiptMarker.js Use px where images use px width 2020-06-08 14:45:12 +01:00
ReplyPreview.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
RoomBreadcrumbs.tsx RoomBreadcrumbs2 -> RoomBreadcrumbs 2020-07-17 15:32:06 -06:00
RoomDetailList.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
RoomDetailRow.js Label and use UNSAFE_componentWillMount to minimize warnings 2020-03-31 14:15:23 -06:00
RoomHeader.js delint 2020-07-17 19:25:37 +01:00
RoomList.tsx Support custom tags in the room list again 2020-07-20 16:51:16 -06:00
RoomNameEditor.js Revert to UNSAFE_componentWillMount where componentDidMount will not work 2020-04-01 11:05:49 -06:00
RoomPreviewBar.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
RoomRecoveryReminder.js use normal accessible button, which is themed 2020-04-28 16:35:20 +02:00
RoomSublist.tsx Remove TODO flags 2020-07-17 15:47:37 -06:00
RoomTile.tsx Remove TODO flags 2020-07-17 15:47:37 -06:00
RoomTileIcon.tsx Update style of default tooltips to match the new style 2020-07-17 16:19:10 +01:00
RoomTopicEditor.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
RoomUpgradeWarningBar.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
SearchBar.js Label and use UNSAFE_componentWillMount to minimize warnings 2020-03-31 14:15:23 -06:00
SearchResultTile.js Import haveTileForEvent() from the right place 2019-12-22 21:23:07 -07:00
SendMessageComposer.js Prioritize text on the clipboard over file 2020-06-10 21:48:39 +01:00
SimpleRoomHeader.js Convert many imports to handle ES6 exports 2019-12-22 21:04:42 -07:00
Stickerpicker.js Add buttons to composer actions 2020-07-17 18:16:31 +01:00
TemporaryTile.tsx RoomTile2 -> RoomTile 2020-07-17 15:43:29 -06:00
ThirdPartyMemberInfo.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
TopUnreadMessagesBar.js Include a mark as read X under the scroll to unread button 2020-03-02 13:59:14 -06:00
WhoIsTypingTile.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00