refactor(chat): consolidate chat handling by merging shared and private chat sections into a unified chat view, update related components and translations

This commit is contained in:
Anish Sarkar 2026-06-03 00:07:13 +05:30
parent 9daaf12658
commit c002f45c8e
15 changed files with 116 additions and 826 deletions

View file

@ -650,13 +650,14 @@
"created": "Created"
},
"sidebar": {
"chats": "Private Chats",
"chats": "Chats",
"shared_chats": "Shared Chats",
"search_chats": "Search chats",
"no_chats_found": "No chats found",
"no_shared_chats": "No shared chats",
"shared_chat": "Shared chat",
"view_all_shared_chats": "View all shared chats",
"view_all_private_chats": "View all private chats",
"view_all_chats": "View all chats",
"show_all": "Show all",
"hide": "Hide",
"no_chats": "No chats",