mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
feat: add Public Chat Sharing permission category
This commit is contained in:
parent
a80dd25ee4
commit
0bcd7505fb
1 changed files with 7 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import {
|
|||
Crown,
|
||||
Edit2,
|
||||
FileText,
|
||||
Globe,
|
||||
Hash,
|
||||
Link2,
|
||||
LinkIcon,
|
||||
|
|
@ -827,6 +828,12 @@ const CATEGORY_CONFIG: Record<
|
|||
description: "Manage search space settings",
|
||||
order: 10,
|
||||
},
|
||||
public_sharing: {
|
||||
label: "Public Chat Sharing",
|
||||
icon: Globe,
|
||||
description: "Share chats publicly via links",
|
||||
order: 11,
|
||||
},
|
||||
};
|
||||
|
||||
const ACTION_LABELS: Record<string, string> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue