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:
@@ -974,7 +974,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