mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-19 17:08:10 +01:00
✍️ feat: Automatic Save and Restore for Chat (#2942)
* feat: added "Save draft locally" to Message settings * feat: add hook to save chat input as draft every second * fix: use filepath if the file does not have a preview prop * fix: not to delete temporary files when navigating to a new chat * chore: translations * chore: import order * chore: import order --------- Co-authored-by: Danny Avila <danacordially@gmail.com> Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
parent
e9bbf39618
commit
29e71e98ad
22 changed files with 345 additions and 5 deletions
|
|
@ -447,6 +447,7 @@ export default {
|
|||
com_nav_theme_light: 'ライト',
|
||||
com_nav_enter_to_send: 'Enterキーでメッセージを送信する',
|
||||
com_nav_user_name_display: 'メッセージにユーザー名を表示する',
|
||||
com_nav_save_drafts: 'ローカルにドラフトを保存する',
|
||||
com_nav_show_code: 'Code Interpreter を使用する際は常にコードを表示する',
|
||||
com_nav_clear_all_chats: 'すべてのチャットを削除する',
|
||||
com_nav_confirm_clear: '削除を確定',
|
||||
|
|
@ -2210,6 +2211,10 @@ export const comparisons = {
|
|||
english: 'Display username in messages',
|
||||
translated: 'メッセージにユーザー名を表示する',
|
||||
},
|
||||
com_nav_save_drafts: {
|
||||
english: 'Save drafts locally',
|
||||
translated: 'ローカルにドラフトを保存する',
|
||||
},
|
||||
com_nav_show_code: {
|
||||
english: 'Always show code when using code interpreter',
|
||||
translated: 'Code Interpreter を使用する際は常にコードを表示する',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue