diff --git a/client/src/components/Nav/SettingsTabs/Data/SharedLinks.tsx b/client/src/components/Nav/SettingsTabs/Data/SharedLinks.tsx
index cbcf172622..cd946c2785 100644
--- a/client/src/components/Nav/SettingsTabs/Data/SharedLinks.tsx
+++ b/client/src/components/Nav/SettingsTabs/Data/SharedLinks.tsx
@@ -21,6 +21,7 @@ import {
useMediaQuery,
OGDialogHeader,
OGDialogTitle,
+ TooltipAnchor,
DataTable,
Spinner,
Button,
@@ -259,30 +260,42 @@ export default function SharedLinks() {
},
cell: ({ row }) => (
-
-
-
-
+
+
+
+ }
+ />
+ {
+ setDeleteRow(row.original);
+ setIsDeleteOpen(true);
+ }}
+ aria-label={localize('com_ui_delete_shared_link', {
+ title: row.original.title || localize('com_ui_untitled'),
+ })}
+ aria-haspopup="dialog"
+ aria-controls="delete-shared-link-dialog"
+ >
+
+
+ }
+ />
),
},
diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json
index d61a02b94a..cb279c338e 100644
--- a/client/src/locales/en/translation.json
+++ b/client/src/locales/en/translation.json
@@ -1359,7 +1359,8 @@
"com_ui_version_var": "Version {{0}}",
"com_ui_versions": "Versions",
"com_ui_view_memory": "View Memory",
- "com_ui_view_source": "View source chat - {{title}}",
+ "com_ui_open_source_chat_new_tab_title": "Open Source Chat in New Tab - {{title}}",
+ "com_ui_open_source_chat_new_tab": "Open Source Chat in New Tab",
"com_ui_web_search": "Web Search",
"com_ui_web_search_cohere_key": "Enter Cohere API Key",
"com_ui_web_search_firecrawl_url": "Firecrawl API URL (optional)",