mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
preferences: Update inactive channels preference setting for new UI.
"Hide" is a better verb with the channel folders UI. Also automatically hide inactive channels at 20+ susbscribed channels, as we have more content in the left sidebar now.
This commit is contained in:
@@ -58,5 +58,5 @@ section above channel folders.
|
||||
* [Introduction to channels](/help/introduction-to-channels)
|
||||
* [Pin a channel](/help/pin-a-channel)
|
||||
* [Mute or unmute a channel](/help/mute-a-channel)
|
||||
* [Manage inactive channels](/help/manage-inactive-channels)
|
||||
* [Hide or reveal inactive channels](/help/manage-inactive-channels)
|
||||
* [Manage user groups](/help/manage-user-groups)
|
||||
|
||||
13
help/include/filter-channels.md
Normal file
13
help/include/filter-channels.md
Normal file
@@ -0,0 +1,13 @@
|
||||
{start_tabs}
|
||||
|
||||
{tab|desktop-web}
|
||||
|
||||
1. Type the name of the channel you are looking for in the **Filter channels**
|
||||
box below the **direct messages** section in the left sidebar.
|
||||
|
||||
!!! keyboard_tip ""
|
||||
|
||||
You can also use the <kbd>Q</kbd> keyboard shortcut to start searching for
|
||||
a channel.
|
||||
|
||||
{end_tabs}
|
||||
@@ -147,7 +147,7 @@
|
||||
* [Pin a channel](/help/pin-a-channel)
|
||||
* [Change the color of a channel](/help/change-the-color-of-a-channel)
|
||||
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
|
||||
* [Show or hide inactive channels](/help/manage-inactive-channels)
|
||||
* [Hide or reveal inactive channels](/help/manage-inactive-channels)
|
||||
* [Move content to another channel](/help/move-content-to-another-channel)
|
||||
* [View channel information](/help/view-channel-information)
|
||||
* [View channel subscribers](/help/view-channel-subscribers)
|
||||
|
||||
@@ -1,25 +1,60 @@
|
||||
# Manage inactive channels
|
||||
# Hide or reveal inactive channels
|
||||
|
||||
In normal Zulip usage, channels fall in and out of use. By default, Zulip
|
||||
automatically moves channels that haven't been used in a while to the
|
||||
**Inactive** section at the bottom of your channels list in the left sidebar.
|
||||
This helps prevent low-traffic channels from cluttering the left sidebar.
|
||||
To avoid clutter in the [left sidebar](/help/left-sidebar), Zulip automatically
|
||||
hides channels with no recent messages if you're subscribed to 20+ channels. You
|
||||
can [configure](#configure-hiding-inactive-channels) Zulip to show or hide
|
||||
inactive channels regardless of how many you're subscribed to.
|
||||
|
||||
You can configure Zulip to move (demote) inactive channels more or less
|
||||
aggressively. This is an advanced setting; you can safely ignore it if this
|
||||
is your first time using Zulip.
|
||||
It's easy to [reveal](#reveal-inactive-channels) or [find]() hidden inactive
|
||||
channels if you need to access them.
|
||||
|
||||
### Manage inactive channels
|
||||
## Reveal inactive channels
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{settings_tab|preferences}
|
||||
{tab|desktop-web}
|
||||
|
||||
1. Under **Information**, configure **Demote inactive channels**.
|
||||
1. In the left sidebar, scroll to the bottom of the list of channels in the
|
||||
[folder](/help/channel-folders) you're viewing.
|
||||
|
||||
1. Click **inactive channels** to reveal inactive channels. If you don't see
|
||||
this button, there are no inactive channels, or they are already revealed.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
The default is **Automatic**, which demotes inactive channels once you're
|
||||
subscribed to a minimum total number of channels. **Always** and **Never**
|
||||
either demote or don't demote inactive channels regardless of how many
|
||||
channels you have.
|
||||
## Hide inactive channels
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|desktop-web}
|
||||
|
||||
1. In the left sidebar, scroll to the bottom of the list of channels in the
|
||||
[folder](/help/channel-folders) you're viewing.
|
||||
|
||||
1. Click **hide inactive channels**. If you don't see this button, there are no
|
||||
inactive channels, or they are already hidden.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Find inactive channels
|
||||
|
||||
{!filter-channels.md!}
|
||||
|
||||
## Configure hiding inactive channels
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|desktop-web}
|
||||
|
||||
{settings_tab|preferences}
|
||||
|
||||
1. Under **Information**, configure **Hide inactive channels**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Related articles
|
||||
|
||||
* [Introduction to channels](/help/introduction-to-channels)
|
||||
* [Pin a channel](/help/pin-a-channel)
|
||||
* [Mute or unmute a channel](/help/mute-a-channel)
|
||||
* [Channel folders](/help/channel-folders)
|
||||
|
||||
Reference in New Issue
Block a user