element-web/src/components/structures
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
..
auth Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
AutoHideScrollbar.js Fix Breadcrumbs2 ending up with 2 tabIndexes on Firefox due to explicit css overflow scroll 2020-07-18 12:19:03 +01:00
CompatibilityPage.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
ContextMenu.tsx Add ContextMenuTooltipButton 2020-07-17 16:43:24 +01:00
CustomRoomTagPanel.js Support custom tags in the room list again 2020-07-20 16:51:16 -06:00
EmbeddedPage.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
FilePanel.js Revert "Fix Filepanel scroll position state lost when room is changed" 2020-04-19 19:14:08 -06:00
GenericErrorPage.js Implement design and copy for errors 2019-06-05 11:32:02 -06:00
GroupView.js Merge pull request #4402 from matrix-org/t3chguy/alias 2020-05-26 09:36:58 +01:00
HomePage.tsx Fix homepage logo 2020-07-15 00:09:39 -06:00
IndicatorScrollbar.js Fix Breadcrumbs2 ending up with 2 tabIndexes on Firefox due to explicit css overflow scroll 2020-07-18 12:19:03 +01:00
InteractiveAuth.js Merge branch 'develop' into travis/react-warnings/3-componentCannotDidMount 2020-04-01 11:14:19 -06:00
LeftPanel.tsx Support custom tags in the room list again 2020-07-20 16:51:16 -06:00
LoggedInView.tsx LeftPanel2 -> LeftPanel 2020-07-17 15:22:18 -06:00
MainSplit.js Don't remount main split children on rhs collapse 2020-03-10 20:09:40 +00:00
MatrixChat.tsx Notify left panel of resizing when it is collapsed&expanded 2020-07-16 06:05:53 +01:00
MessagePanel.js Fix jumping to read marker for events without tiles 2020-06-30 18:40:52 +01:00
MyGroups.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
NotificationPanel.js Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6 2019-12-22 21:20:13 -07:00
RightPanel.js tidy up and delint 2020-05-27 10:47:01 +01:00
RoomDirectory.js Use brand name from config in all strings 2020-07-10 19:57:01 +01:00
RoomSearch.tsx fix typescript definitions 2020-07-16 08:58:11 +01:00
RoomStatusBar.js update call icons 2020-07-08 18:02:30 +02:00
RoomView.js Merge branch 'develop' into element 2020-07-14 14:31:31 +02:00
ScrollPanel.js Implement IRC draggable display name width 2020-05-13 02:16:43 +01:00
SearchBox.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
TabbedView.tsx Support minimum to open user settings to a particular tab 2020-06-08 08:20:15 -06:00
TagPanel.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
TimelinePanel.js Send read marker updates immediately after moving visually 2020-06-12 14:34:57 +01:00
ToastContainer.tsx Merge branches 'develop' and 't3chguy/toasts3' of github.com:matrix-org/matrix-react-sdk into t3chguy/toasts3 2020-05-26 13:38:17 +01:00
UploadBar.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
UserMenu.tsx rename traces of element(-dark) theme in code 2020-07-14 18:40:32 +02:00
UserView.js UserView, show Welcome page in the mid panel instead of empty space 2020-05-13 11:40:56 +01:00
ViewSource.js Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6 2019-12-22 21:20:13 -07:00