element-web/src/components/views/rooms
Travis Ralston 245181cf80 Fix show less/more button occluding the list automatically
When the user would click 'show more' they would be presented with a 'show less' button that occluded the last room. 

Similarly, if they resized the list so that all their rooms would be shown and refreshed the page, they would find their last room covered by the button.

This changes the handling so that showAllClick() sets the height to numTiles + button padding, and adjusts the height calculations on render to deal with relative tiles.

This also removes the conditional padding of the resize handle, as we always occupy the 4px of space. It was leading to rooms getting trimmed slightly by the show N button.
2020-06-17 22:09:59 -06:00
..
AppsDrawer.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
Autocomplete.tsx add null-guard for Autocomplete containerRef 2020-06-03 10:39:28 +01:00
AuxPanel.js Revert "Prevent PersistedElements overflowing scrolled areas" 2020-06-02 00:21:31 -06:00
BasicMessageComposer.js Don't show FormatBar if composer is empty 2020-06-03 18:05:43 -05:00
E2EIcon.js Remove feature_cross_signing 2020-05-27 10:28:25 +01:00
EditMessageComposer.js Add a focus_composer dispatcher action 2020-06-02 19:07:46 -06:00
EntityTile.js Fix formatting 2020-02-28 12:56:53 +01:00
EventTile.js Merge pull request #4664 from matrix-org/foldleft/13523-hide-empty-verifications 2020-06-03 10:10:06 -06:00
ForwardMessage.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
InviteOnlyIcon.js Remove invite only padlocks feature flag 2020-04-24 10:05:28 -06:00
JumpToBottomButton.js rename 'jump to bottom' to avoid ublock block 2020-03-17 11:15:57 -06: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 Merge pull request #4655 from matrix-org/t3chguy/remove_cross_signing 2020-06-03 10:42:13 +01:00
MessageComposerFormatBar.js Make FormatButton use AccessibleButtons 2020-03-29 20:07:32 +01:00
NotificationBadge.tsx Add some resource leak protection to new room list badges 2020-06-10 16:04:27 -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.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
RoomBreadcrumbs2.tsx Bump animation time for breadcrumbs up to 640ms 2020-06-09 15:35:07 -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
RoomDropTarget.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
RoomHeader.js Remove feature_cross_signing 2020-05-27 10:28:25 +01:00
RoomList.js Fix: Tag_DM is not defined 2020-05-22 13:49:56 +01:00
RoomList2.tsx Add a minimized view to the new room list 2020-06-11 14:39:28 -06:00
RoomNameEditor.js Revert to UNSAFE_componentWillMount where componentDidMount will not work 2020-04-01 11:05:49 -06:00
RoomPreviewBar.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
RoomRecoveryReminder.js use normal accessible button, which is themed 2020-04-28 16:35:20 +02:00
RoomSublist2.tsx Fix show less/more button occluding the list automatically 2020-06-17 22:09:59 -06:00
RoomTile.js Remove feature_cross_signing 2020-05-27 10:28:25 +01:00
RoomTile2.tsx and another 2020-06-16 17:42:26 -06:00
RoomTileIcon.tsx Refactor listener usage 2020-06-16 17:35:56 -06: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 iterate PR 2020-06-02 13:48:08 +01: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
UserOnlineDot.js Make UserOnlineDot more generic 2019-12-26 18:14:46 +00:00
WhoIsTypingTile.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00