Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove 'welcome' from top-left menu #2641

Merged
merged 2 commits into from
Feb 14, 2019
Merged

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Feb 14, 2019

Tjis is quite confusing as the welcome page is designed for when
you're not logged in, ie. has a sign-in button. There's also no way
to get back into the app so it really looks like it's logged you
out.

Reverts 116367f
Fixes element-hq/element-web#8618

Tjis is quite confusing as the welcome page is designed for when
you're not logged in, ie. has a sign-in button. There's also no way
to get back into the app so it really looks like it's logged you
out.

Reverts 116367f
@dbkr dbkr requested a review from a team February 14, 2019 15:55
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but one line to tweak I think.

@@ -25,8 +25,6 @@ import MatrixClientPeg from '../../../MatrixClientPeg';
export class TopLeftMenu extends React.Component {
constructor() {
super();
this.viewHomePage = this.viewHomePage.bind(this);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The viewHomePage line is a related bug fix that I think we want to keep. (I should have made a separate commit...)

@dbkr
Copy link
Member Author

dbkr commented Feb 14, 2019

oops, well spotted - I was trying to minimise chances of me screwing it up by just reverting the commit but I didn't spot that.

@jryans jryans merged commit df5f060 into develop Feb 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants