feat: smart note history with manual/auto modes, delete entries, i18n fixes
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m16s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m16s
- Add noteHistoryMode setting (manual default / auto) with DB migration - Manual mode: commit button in editor toolbar creates snapshots on demand - Auto mode: smart snapshots with 20-char diff threshold + 5min cooldown, structural changes (color, pin, archive, labels) bypass cooldown - Add delete individual history entries from history modal - Fix sidebar: Notes nav no longer active on notebook pages - Fix sidebar icon: replace filled Lightbulb with outlined FileText - Fix title suggestions: change from amber to sky blue color scheme - Fix hydration mismatch: add suppressHydrationWarning on locale dates - Complete i18n: add history, sort, and AI chat translations for all 16 languages - Translate French AI assistant section (40+ keys) from English to French - Update README with new features and stack info Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -979,7 +979,29 @@
|
||||
"notes.emptyNotebook": "빈 노트북",
|
||||
"notes.emptyNotebookDesc": "이 노트북에 노트가 없습니다. +를 클릭하여 만드세요.",
|
||||
"notes.noNoteSelected": "선택된 노트 없음",
|
||||
"notes.selectOrCreateNote": "목록에서 노트를 선택하거나 새로 만드세요."
|
||||
"notes.selectOrCreateNote": "목록에서 노트를 선택하거나 새로 만드세요.",
|
||||
"commitVersion": "버전 저장",
|
||||
"versionSaved": "버전이 저장되었습니다",
|
||||
"deleteVersion": "이 버전 삭제",
|
||||
"versionDeleted": "버전이 삭제되었습니다",
|
||||
"deleteVersionConfirm": "이 버전을 영구적으로 삭제하시겠습니까?",
|
||||
"historyMode": "기록 모드",
|
||||
"historyModeManual": "수동 (커밋 버튼)",
|
||||
"historyModeAuto": "자동 (스마트)",
|
||||
"historyModeManualDesc": "커밋 버튼으로 수동 스냅샷 생성",
|
||||
"historyModeAutoDesc": "스마트 감지로 자동 스냅샷 생성",
|
||||
"history": "기록",
|
||||
"historyRestored": "버전이 복원되었습니다",
|
||||
"historyEnabled": "기록이 활성화되었습니다",
|
||||
"historyDisabledDesc": "기록이 비활성화되어 있습니다.",
|
||||
"enableHistory": "기록 활성화",
|
||||
"historyEmpty": "사용 가능한 버전이 없습니다",
|
||||
"historySelectVersion": "미리볼 버전을 선택하세요",
|
||||
"sortBy": "정렬",
|
||||
"sortDateDesc": "날짜 (최신)",
|
||||
"sortDateAsc": "날짜 (오래된)",
|
||||
"sortTitleAsc": "제목 A → Z",
|
||||
"sortTitleDesc": "제목 Z → A"
|
||||
},
|
||||
"pagination": {
|
||||
"next": "→",
|
||||
|
||||
Reference in New Issue
Block a user