mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help: Fix find direct message conversation tabbed sections.
This commit is contained in:
committed by
Tim Abbott
parent
b4e06a6fa0
commit
6a81aba20e
@@ -10,6 +10,7 @@ import ZulipTip from "../../components/ZulipTip.astro";
|
||||
import DmFeedInstructions from "./include/_DmFeedInstructions.mdx";
|
||||
import FindDmConversationLeftSidebar from "./include/_FindDmConversationLeftSidebar.mdx";
|
||||
import MobileDirectMessages from "./include/_MobileDirectMessages.mdx";
|
||||
import SearchNoteForDmConversations from "./include/_SearchNoteForDmConversations.mdx";
|
||||
import SendDm from "./include/_SendDm.mdx";
|
||||
import ViewDmsLeftSidebar from "./include/_ViewDmsLeftSidebar.mdx";
|
||||
|
||||
@@ -85,6 +86,8 @@ There are a few different ways to view your DM conversations.
|
||||
|
||||
<Tabs>
|
||||
<TabItem label="Via left sidebar">
|
||||
<SearchNoteForDmConversations />
|
||||
|
||||
<FindDmConversationLeftSidebar />
|
||||
</TabItem>
|
||||
|
||||
|
@@ -1,20 +1,13 @@
|
||||
import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";
|
||||
import {Steps} from "@astrojs/starlight/components";
|
||||
|
||||
import KeyboardTip from "../../../components/KeyboardTip.astro";
|
||||
|
||||
DM conversations hidden under **more conversations** will be included in your
|
||||
search.
|
||||
<Steps>
|
||||
1. Type the name of a participant in the conversation you're looking for in the
|
||||
**Filter left sidebar** box at the top of the left sidebar.
|
||||
</Steps>
|
||||
|
||||
<Tabs>
|
||||
<TabItem label="Desktop/Web">
|
||||
<Steps>
|
||||
1. Type the name of a participant in the conversation you're looking for in the
|
||||
**Filter left sidebar** box at the top of the left sidebar.
|
||||
</Steps>
|
||||
|
||||
<KeyboardTip>
|
||||
You can also use the <kbd>Q</kbd> keyboard shortcut to start searching for
|
||||
a conversation.
|
||||
</KeyboardTip>
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
<KeyboardTip>
|
||||
You can also use the <kbd>Q</kbd> keyboard shortcut to start searching for
|
||||
a conversation.
|
||||
</KeyboardTip>
|
||||
|
@@ -0,0 +1,2 @@
|
||||
DM conversations hidden under **more conversations** will be included in your
|
||||
search.
|
@@ -13,6 +13,7 @@ import ConfigureChannelLinks from "./include/_ConfigureChannelLinks.mdx";
|
||||
import FilterChannels from "./include/_FilterChannels.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";
|
||||
|
||||
@@ -47,7 +48,13 @@ where clicking on channel links in the left sidebar takes you.
|
||||
|
||||
## Find a direct message conversation
|
||||
|
||||
<FindDmConversationLeftSidebar />
|
||||
<SearchNoteForDmConversations />
|
||||
|
||||
<Tabs>
|
||||
<TabItem label="Desktop/Web">
|
||||
<FindDmConversationLeftSidebar />
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
## Find a channel you're subscribed to
|
||||
|
||||
|
Reference in New Issue
Block a user