Strange switch button on chat

This just showed up on our forum, is it a new “feature”? How can it be disabled?

2 Likes

Looks like a new feature on Discourse to me

1 Like

I can reproduce this on Meta as well, so something is happening.

Note: If you can’t reproduce it, view the forum in mobile view, then open the chat

1 Like

Is this what broke everything?

Wow you are already running it :slight_smile: There’s been some issue and the commit has been split in two. Should be fixed in the next hours

3 Likes

Is there a way to disable/hide it for now (maybe with a theme component)?

2 Likes

Add this to your theme:

.sidebar__panel-switch-button  {
  display: none;
}
1 Like

That’s nice to know (at first I thought it was a staff prank, and I was confused when I didn’t see anything in logs)

2 Likes

Will that make the non-chat sidebar sections visible when chat is in fullscreen?

2 Likes

No, but the fix for this is already merged.

3 Likes

Im still working on few bugs reports about this right now, so it’s possible there are more fixes in next hours.

3 Likes

Will we be able to use the old layout eventually? I tend to check whether there are new messages in specific channels while reading posts, and being unable to see the channel list while looking at topics makes that impossible.

2 Likes

Yes the default will be as it was

3 Likes

I think it should be good now.

3 Likes