Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for adding DM rooms to the MemberInfo Panel #2147

Merged
merged 2 commits into from
Sep 9, 2016

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Sep 9, 2016

Deletes BottomLeftMenuTile because it was used in one place that was not neither in the bottom left, not a menu. Include the markup directly where we do use it (MemberInfo in react-sdk).

This causes the right panel to gain a horizontal scrollbar sometimes, leaving it to Matthew's CSS skills to figure out why.

Renames RoomDNDView to DNDRoomTile which now provides a separate DNDRoomTile component rather than
clobberring RoomTile, so we can use a draggable one where we want a draggable one and a non-draggable
one where we don't want it to be draggable. RoomTile main is still polluted with DND stuff, but is
now optional.

Remove BottomLeftMenuTile because it was no longer used in the bottom left menu. Just include
the equivalent markup directly in the one place we now use it (in MemberTile in react-sdk).
@ara4n
Copy link
Member

ara4n commented Sep 9, 2016

lgtm

@dbkr dbkr merged commit 013f685 into develop Sep 9, 2016
@t3chguy t3chguy deleted the dbkr/memberinfo_list_rooms branch May 12, 2022 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants