You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui-kit/react/core-features.mdx
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,45 +133,40 @@ Mentions is a robust feature provided by CometChat that enhances the interactivi
133
133
|[Message Composer](/ui-kit/react/message-composer)|[Message Composer](/ui-kit/react/message-composer) is a component that allows users to craft and send various types of messages, including the usage of the mentions feature for direct addressing within the conversation. |
134
134
|[Message List](/ui-kit/react/message-list)|[Message List](/ui-kit/react/message-list) is a component that displays a list of sent and received messages. It also supports the rendering of Mentions, enhancing the readability and interactivity of conversations. |
135
135
136
-
## Quoted Reply
136
+
## Threaded Conversations
137
137
138
-
Quoted Reply is a robust feature provided by CometChat that enables users to quickly reply to specific messages by selecting the "Reply" option from a message's action menu. This enhances context, keeps conversations organized, and improves overall chat experience in both 1-1 and group chats.
138
+
The Threaded Conversations feature enables users to respond directly to a specific message in a chat. This keeps conversations organized and enhances the user experience by maintaining context, especially in group chats.
|[Message List](/ui-kit/react/message-list)|[Message List](/ui-kit/react/message-list) supports replying to messages via the "Reply" option. Users can select "Reply" on a message to open the composer with the quoted reply pre-filled, maintaining context. |
147
-
|[Message Composer](/ui-kit/react/message-composer)|[Message Composer](/ui-kit/react/message-composer) works seamlessly with Quoted Message by showing the quoted reply above the input field, letting users compose their response in proper context. |
|[Threaded Message Preview](/ui-kit/react/threaded-message-preview)|[Threaded Message Preview](/ui-kit/react/threaded-message-preview) component displays the parent message along with the number of replies. |
148
147
149
-
## Conversation and Advanced Search
148
+
## Quoted Replies
150
149
151
-
Conversation and Advanced Search is a powerful feature provided by CometChat that enables users to quickly find conversations, messages, and media across chats in real time. It supports filters, scopes, and custom actions, allowing users to locate content efficiently while keeping the chat experience smooth and intuitive.
150
+
Quoted Replies is a robust feature provided by CometChat that enables users to quickly reply to specific messages by selecting the "Reply" option from a message's action menu. This enhances context, keeps conversations organized, and improves overall chat experience in both 1-1 and group chats.
|[Search](/ui-kit/react/search)|[Search](/ui-kit/react/search) allows users to search across conversations and messages in real time. Users can click on a result to open the conversation or jump directly to a specific message. |
160
-
|[Message Header](/ui-kit/react/message-header)|[Message Header](/ui-kit/react/message-header) shows the search button in the chat header, allowing users to search within a conversation. |
161
-
|[Message List](/ui-kit/react/message-list)|[Message List](/ui-kit/react/message-list) shows the selected message when clicked from search results and highlights it in the message list. |
162
-
|[Conversations](/ui-kit/react/conversations)|[Conversations](/ui-kit/react/conversations) displays the search input. |
158
+
|[Message List](/ui-kit/react/message-list)|[Message List](/ui-kit/react/message-list) supports replying to messages via the "Reply" option. Users can select "Reply" on a message to open the composer with the quoted reply pre-filled, maintaining context. |
159
+
|[Message Composer](/ui-kit/react/message-composer)|[Message Composer](/ui-kit/react/message-composer) works seamlessly with Quoted Message by showing the quoted reply above the input field, letting users compose their response in proper context. |
163
160
164
-
## Threaded Conversations
161
+
## Group Chat
165
162
166
-
The Threaded Conversations feature enables users to respond directly to a specific message in a chat. This keeps conversations organized and enhances the user experience by maintaining context, especially in group chats.
163
+
CometChat facilitates Group Chats, allowing users to have conversations with multiple participants simultaneously. This feature is crucial for team collaborations, group discussions, social communities, and more.
|[Threaded Message Preview](/ui-kit/react/threaded-message-preview)|[Threaded Message Preview](/ui-kit/react/threaded-message-preview) component displays the parent message along with the number of replies. |
169
+
For a comprehensive understanding and guide on implementing and using the Groups feature in CometChat, you should refer to our detailed guide on [Groups](/ui-kit/react/groups).
175
170
176
171
## Moderation
177
172
@@ -207,15 +202,20 @@ Learn more about how flagged messages are handled, reviewed, and moderated in th
|[Message List](/ui-kit/react/message-list)|[Message List](/ui-kit/react/message-list) provides the "Report Message" option in the message actions menu, allowing users to initiate the reporting process for inappropriate messages. |
209
204
210
-
## Group Chat
205
+
## Conversation and Advanced Search
211
206
212
-
CometChat facilitates Group Chats, allowing users to have conversations with multiple participants simultaneously. This feature is crucial for team collaborations, group discussions, social communities, and more.
207
+
Conversation and Advanced Search is a powerful feature provided by CometChat that enables users to quickly find conversations, messages, and media across chats in real time. It supports filters, scopes, and custom actions, allowing users to locate content efficiently while keeping the chat experience smooth and intuitive.
For a comprehensive understanding and guide on implementing and using the Groups feature in CometChat, you should refer to our detailed guide on [Groups](/ui-kit/react/groups).
|[Search](/ui-kit/react/search)|[Search](/ui-kit/react/search) allows users to search across conversations and messages in real time. Users can click on a result to open the conversation or jump directly to a specific message. |
216
+
|[Message Header](/ui-kit/react/message-header)|[Message Header](/ui-kit/react/message-header) shows the search button in the chat header, allowing users to search within a conversation. |
217
+
|[Message List](/ui-kit/react/message-list)|[Message List](/ui-kit/react/message-list) shows the selected message when clicked from search results and highlights it in the message list. |
218
+
|[Conversations](/ui-kit/react/conversations)|[Conversations](/ui-kit/react/conversations) displays the search input. |
0 commit comments