Merge branch 'develop' into travis/room-list/breadcrumbs
This commit is contained in:
commit
bcc455b248
19 changed files with 546 additions and 26 deletions
|
@ -26,6 +26,7 @@ import TopLeftMenuButton from "./TopLeftMenuButton";
|
|||
import { Action } from "../../dispatcher/actions";
|
||||
import { MatrixClientPeg } from "../../MatrixClientPeg";
|
||||
import BaseAvatar from '../views/avatars/BaseAvatar';
|
||||
import UserMenuButton from "./UserMenuButton";
|
||||
import RoomBreadcrumbs2 from "../views/rooms/RoomBreadcrumbs2";
|
||||
import { BreadcrumbsStore } from "../../stores/BreadcrumbsStore";
|
||||
import { UPDATE_EVENT } from "../../stores/AsyncStore";
|
||||
|
@ -52,7 +53,6 @@ export default class LeftPanel2 extends React.Component<IProps, IState> {
|
|||
// TODO: Properly support TagPanel
|
||||
// TODO: Properly support searching/filtering
|
||||
// TODO: Properly support breadcrumbs
|
||||
// TODO: Properly support TopLeftMenu (User Settings)
|
||||
// TODO: a11y
|
||||
// TODO: actually make this useful in general (match design proposals)
|
||||
// TODO: Fadable support (is this still needed?)
|
||||
|
@ -142,6 +142,9 @@ export default class LeftPanel2 extends React.Component<IProps, IState> {
|
|||
/>
|
||||
</span>
|
||||
<span className="mx_LeftPanel2_userName">{displayName}</span>
|
||||
<span className="mx_LeftPanel2_headerButtons">
|
||||
<UserMenuButton />
|
||||
</span>
|
||||
</div>
|
||||
{breadcrumbs}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue