feat: improve chat renaming functionality with dialog support in sidebar components

This commit is contained in:
Anish Sarkar 2026-02-21 23:59:04 +05:30
parent f3652ad7cf
commit f0d170a595
12 changed files with 213 additions and 23 deletions

View file

@ -682,7 +682,7 @@
"rename_chat": "Rename Chat",
"rename_chat_description": "Enter a new name for this conversation.",
"chat_title_placeholder": "Chat title",
"renaming": "Renaming...",
"renaming": "Renaming",
"no_archived_chats": "No archived chats",
"error_archiving_chat": "Failed to archive chat",
"new_chat": "New chat",
@ -720,7 +720,8 @@
"unread": "Unread",
"connectors": "Connectors",
"all_connectors": "All connectors",
"close": "Close"
"close": "Close",
"cancel": "Cancel"
},
"errors": {
"something_went_wrong": "Something went wrong",

View file

@ -720,7 +720,8 @@
"unread": "No leído",
"connectors": "Conectores",
"all_connectors": "Todos los conectores",
"close": "Cerrar"
"close": "Cerrar",
"cancel": "Cancelar"
},
"errors": {
"something_went_wrong": "Algo salió mal",

View file

@ -720,7 +720,8 @@
"unread": "अपठित",
"connectors": "कनेक्टर",
"all_connectors": "सभी कनेक्टर",
"close": "बंद करें"
"close": "बंद करें",
"cancel": "रद्द करें"
},
"errors": {
"something_went_wrong": "कुछ गलत हो गया",

View file

@ -720,7 +720,8 @@
"unread": "Não lido",
"connectors": "Conectores",
"all_connectors": "Todos os conectores",
"close": "Fechar"
"close": "Fechar",
"cancel": "Cancelar"
},
"errors": {
"something_went_wrong": "Algo deu errado",

View file

@ -704,7 +704,8 @@
"unread": "未读",
"connectors": "连接器",
"all_connectors": "所有连接器",
"close": "关闭"
"close": "关闭",
"cancel": "取消"
},
"errors": {
"something_went_wrong": "出错了",