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": "العنوان أ ← ي",
|
||||
"sortTitleDesc": "العنوان ي ← أ"
|
||||
},
|
||||
"pagination": {
|
||||
"next": "→",
|
||||
|
||||
Reference in New Issue
Block a user