column.toggleSorting(column.getIsSorted() === 'asc')}
+ className="px-2 py-0 text-xs hover:bg-surface-hover sm:px-2 sm:py-2 sm:text-sm"
+ aria-sort={ariaSort}
+ aria-label={localize('com_ui_name_sort')}
+ aria-current={sortState ? 'true' : 'false'}
+ >
+ {localize('com_nav_archive_name')}
+
+
+ }
+ />
);
},
cell: ({ row }) => {
const { conversationId, title } = row.original;
return (
-
+ }
+ />
);
},
cell: ({ row }) => formatDate(row.original.createdAt?.toString() ?? '', isSmallScreen),
@@ -219,7 +247,7 @@ export default function ArchivedChatsTable({
return (
{unarchiveMutation.isLoading ? (
@@ -243,7 +271,7 @@ export default function ArchivedChatsTable({
}
/>
diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json
index addf32e08a..7651b5a51d 100644
--- a/client/src/locales/en/translation.json
+++ b/client/src/locales/en/translation.json
@@ -883,6 +883,7 @@
"com_ui_delete_confirm_prompt_version_var": "This will delete the selected version for \"{{0}}.\" If no other versions exist, the prompt will be deleted.",
"com_ui_delete_confirm_strong": "This will delete {{title}}",
"com_ui_delete_conversation": "Delete chat?",
+ "com_ui_delete_conversation_tooltip": "Delete conversation",
"com_ui_delete_memory": "Delete Memory",
"com_ui_delete_not_allowed": "Delete operation is not allowed",
"com_ui_delete_preset": "Delete Preset?",
@@ -1176,11 +1177,11 @@
"com_ui_off": "Off",
"com_ui_offline": "Offline",
"com_ui_on": "On",
+ "com_ui_open_archived_chat_new_tab_title": "{{title}} (opens in new tab)",
"com_ui_open_source_chat_new_tab": "Open Source Chat in New Tab",
"com_ui_open_source_chat_new_tab_title": "Open Source Chat in New Tab - {{title}}",
"com_ui_open_var": "Open {{0}}",
"com_ui_openai": "OpenAI",
- "com_ui_opens_new_tab": "(opens in new tab)",
"com_ui_optional": "(optional)",
"com_ui_page": "Page",
"com_ui_people": "people",
@@ -1376,6 +1377,7 @@
"com_ui_ui_resource_not_found": "UI Resource not found (index: {{0}})",
"com_ui_ui_resources": "UI Resources",
"com_ui_unarchive": "Unarchive",
+ "com_ui_unarchive_conversation": "Unarchive conversation",
"com_ui_unarchive_error": "Failed to unarchive conversation",
"com_ui_unavailable": "Unavailable",
"com_ui_unknown": "Unknown",