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