starlight_help/src/content/docs/left-sidebar.mdx
import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import ComposeAndSendMessage from "../include/_ComposeAndSendMessage.mdx"; import ConfigureChannelLinks from "../include/_ConfigureChannelLinks.mdx"; import FilterChannels from "../include/_FilterChannels.mdx"; import FilterFollowedLeftSidebar from "../include/_FilterFollowedLeftSidebar.mdx"; import FilterResolvedLeftSidebar from "../include/_FilterResolvedLeftSidebar.mdx"; import FindDmConversationLeftSidebar from "../include/_FindDmConversationLeftSidebar.mdx"; import SearchNoteForDmConversations from "../include/_SearchNoteForDmConversations.mdx"; import StartTopicViaLeftSidebar from "../include/_StartTopicViaLeftSidebar.mdx"; import ViewDmsLeftSidebar from "../include/_ViewDmsLeftSidebar.mdx";
import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; import PanelLeftIcon from "~icons/zulip-icon/panel-left"; import PanelLeftDashedIcon from "~icons/zulip-icon/panel-left-dashed"; import SquarePlusIcon from "~icons/zulip-icon/square-plus";
The left sidebar in the Zulip web and desktop apps helps you navigate your conversations, and start new ones. It's divided into sections:
You can customize how channels are organized within the channels section by:
You can also configure where clicking on channel links in the left sidebar takes you.
There are many ways you can adjust the left sidebar to help you focus on the information you need in the moment.
<ZulipTip>
To return to the channel list in the left sidebar, click the **back to
channels** link above the search box.
</ZulipTip>
<ZulipTip>
To return to the channel list in the left sidebar, click the **back to
channels** link above the search box.
</ZulipTip>
You can start any new conversation from the left sidebar, regardless of what you’re currently viewing.
<ComposeAndSendMessage />
</FlattenedSteps>
<KeyboardTip>
You can also use the <kbd>X</kbd> keyboard shortcut to start a new direct
message conversation.
</KeyboardTip>