starlight_help/src/content/docs/recent-conversations.mdx
import {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 ConversationDefinition from "../include/_ConversationDefinition.mdx"; import GoToRecentConversations from "../include/_GoToRecentConversations.mdx"; import RecentConversations from "../include/_RecentConversations.mdx";
<ConversationDefinition /> <RecentConversations /> <KeyboardTip> The arrow keys and vim navigation keys (<kbd>J</kbd>, <kbd>K</kbd>, <kbd>L</kbd>, <kbd>H</kbd>) can be used to move between elements. </KeyboardTip>In the web app, you can control whether recent conversations includes all topics, just unmuted topics, or only topics you follow.
<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <GoToRecentConversations /> 1. Select **All topics**, **Standard view**, or **Followed topics** from
the dropdown in the upper left of the **recent conversations** view.
</FlattenedSteps>
1. Use the **Filter topics** box at the top to find a conversation.
You can filter by channel, topic, or direct message participants.
</FlattenedSteps>
If your organization sorts channels into folders, you can filter recent conversations to show only conversations in channels in a specific folder.
<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <GoToRecentConversations /> 1. Select a folder from the folder dropdown at the top of the
**recent conversations** view.
</FlattenedSteps>
You can filter which conversations are shown to focus your attention:
1. Click **Include DMs**, **Unread**, or **Participated** at the top to
toggle the corresponding filter.
</FlattenedSteps>
The recent conversations view displays a limited number of conversations containing the most recent messages.
<ZulipTip> Use the [search bar](/help/search-for-messages) at the top of the web app to search through all conversations, not just recent ones. </ZulipTip> <Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <GoToRecentConversations /> 1. Scroll to the bottom of the list of conversations, or bring the bottom into
view by filtering for a non-existent keyword.
1. Click the **Load more** button in the banner at the bottom.
</FlattenedSteps>