mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
- Introduced a comprehensive specification for renaming `searchSpace` to `workspace` in `surfsense_web` and `surfsense_desktop`, ensuring all TypeScript identifiers, React props, and local data structures are updated. - Implemented migration shims for persisted local state to prevent data loss during the transition. - Updated observability metrics and IPC channels to reflect the new naming convention. - Removed legacy `active-search-space` module and replaced it with `active-workspace` to maintain consistency. - Ensured no behavioral changes or data loss for users during the renaming process.
40 lines
1.5 KiB
Text
40 lines
1.5 KiB
Text
---
|
|
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 Workspaces and chats. This guide walks you through the full setup.
|
|
|
|
## Step 1: Invite Members
|
|
|
|
Go to the **Manage Members** page in your Workspace 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 Workspace 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' }} />
|
|
|
|
|