mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-24 11:24: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
|
|
@ -538,6 +538,7 @@ export default {
|
|||
com_nav_my_files: '내 파일',
|
||||
com_nav_enter_to_send: '엔터키를 눌러 메시지 보내기',
|
||||
com_nav_user_name_display: '메시지에서 사용자 이름 표시',
|
||||
com_nav_save_drafts: '초안을 로컬에 저장',
|
||||
com_nav_show_code: '코드 인터프리터 사용 시 항상 코드 표시',
|
||||
com_nav_setting_beta: '베타 기능',
|
||||
com_nav_setting_account: '계정',
|
||||
|
|
@ -2555,6 +2556,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: '코드 인터프리터 사용 시 항상 코드 표시',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue