mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
feat(rename): complete searchSpace to workspace transition across frontend and backend
- 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.
This commit is contained in:
parent
2a020629c5
commit
a8c1fb660d
259 changed files with 5480 additions and 2285 deletions
|
|
@ -5,17 +5,17 @@ description: How to invite teammates, share chats, and collaborate in realtime o
|
|||
|
||||
# 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.
|
||||
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 Search Space and create an invite for your teammates.
|
||||
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 Search Space becomes shared between you.
|
||||
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' }} />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue