mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
feat: update README files for realtime collab
- Added a section on real-time collaboration in all language-specific README files, detailing how to invite members and chat in real-time. - Included visual elements to enhance user understanding of the new features. - Updated the homepage to include new use cases for real-time chat and comments, improving the overall user experience.
This commit is contained in:
parent
5825ab9884
commit
4afddbda5a
13 changed files with 196 additions and 34 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"title": "How to",
|
||||
"pages": ["electric-sql"],
|
||||
"pages": ["electric-sql", "realtime-collaboration"],
|
||||
"defaultOpen": false
|
||||
}
|
||||
|
|
|
|||
40
surfsense_web/content/docs/how-to/realtime-collaboration.mdx
Normal file
40
surfsense_web/content/docs/how-to/realtime-collaboration.mdx
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
title: Realtime Collaboration
|
||||
description: How to invite teammates, share chats, and collaborate in realtime on SurfSense
|
||||
---
|
||||
|
||||
# Realtime Collaboration
|
||||
|
||||
SurfSense supports realtime collaboration so your team can work together on shared Search Spaces and chats. This guide walks you through the full setup.
|
||||
|
||||
## Step 1: Invite Members
|
||||
|
||||
Go to the **Manage Members** page in your Search Space and create an invite for your teammates.
|
||||
|
||||
<img src="/homepage/hero_realtime/InviteMembersGif.gif" alt="Invite Members" style={{ width: '100%', borderRadius: '12px' }} />
|
||||
|
||||
## Step 2: Teammate Joins
|
||||
|
||||
Your teammate accepts the invite and the Search Space becomes shared between you.
|
||||
|
||||
<img src="/homepage/hero_realtime/InviteJoinFlow.gif" alt="Invite Join Flow" style={{ width: '100%', borderRadius: '12px' }} />
|
||||
|
||||
## Step 3: Make Chat Shared
|
||||
|
||||
Toggle any chat to **Shared** so your team can see and participate in it.
|
||||
|
||||
<img src="/homepage/hero_realtime/MakeChatSharedGif.gif" alt="Make Chat Shared" style={{ width: '100%', borderRadius: '12px' }} />
|
||||
|
||||
## Step 4: Chat in Realtime
|
||||
|
||||
Your team can now chat together in realtime. Messages appear instantly for all participants.
|
||||
|
||||
<img src="/homepage/hero_realtime/RealTimeChatGif.gif" alt="Realtime Chat" style={{ width: '100%', borderRadius: '12px' }} />
|
||||
|
||||
## Step 5: Add Comments
|
||||
|
||||
Tag teammates by adding comments on any message. Great for reviews, feedback, or follow-ups.
|
||||
|
||||
<img src="/homepage/hero_realtime/RealTimeCommentsFlow.gif" alt="Realtime Comments" style={{ width: '100%', borderRadius: '12px' }} />
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue