question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hide channel messages number in sidebar & show only mentions

See original GitHub issue

Feature Description

Right now TheLounge is showing, in the sidebar, the total number of unread messages. This is very annoying if one is interested about messages addressed exclusively to him, especially in channels with big traffic and lots of messages.

A setting allows displaying the number of messages exclusively addressed to @my_own_nickname is ideal in such a scenario, avoiding the chore of just clicking through each channel just to “clear the numbers”.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
xPawcommented, Feb 18, 2019

I don’t see why it needs to be one.

0reactions
Jay2k1commented, Dec 14, 2020

Late follow-up, but since this came up on IRC recently, a custom CSS hack that’s a bit better than just hiding the unread counter badge. This also hides the unread counter badge, and for the highlight badge, it hides the (misleading) number on it so you just have sort of an indicator icon:

image

#sidebar .badge:not(.highlight) { 
    display: none;
}
#sidebar .badge.highlight {
    color: white; /* or whatever background color your highlight badge has, depending on your theme */
    border-radius: 20px; /* optional, makes the badge circle shaped */
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Adjust your sidebar preferences - Slack
Click More to see any hidden options. Choose which conversations to show. By default, your sidebar will show all the channels you've joined...
Read more >
Customize your channel sidebar - Mattermost Documentation
To configure the number of direct messages to display, go to Settings > Sidebar, then set Number of direct messages to show. Or...
Read more >
How to customize your Slack sidebar - Zapier
Hover over Channels, click the three dots to the right, then click Unread channels only. You will now only see channels in the...
Read more >
Show and hide channels - Microsoft Support
Hide or show a channel. From within the channel, Select More options More options button > Hide. If you want to unhide the...
Read more >
Rooms - Rocket.Chat Docs
Change the Sidebar channel list mode setting to Unread Rooms Mode. ... Hide/Show counter: Show the number of unread messages for a room....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found