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:
@@ -1024,7 +1024,29 @@
|
||||
"notes.emptyNotebook": "Leeg notitieboek",
|
||||
"notes.emptyNotebookDesc": "Dit notitieboek heeft geen notities. Klik op + om er een te maken.",
|
||||
"notes.noNoteSelected": "Geen notitie geselecteerd",
|
||||
"notes.selectOrCreateNote": "Selecteer een notitie uit de lijst of maak een nieuwe."
|
||||
"notes.selectOrCreateNote": "Selecteer een notitie uit de lijst of maak een nieuwe.",
|
||||
"commitVersion": "Versie opslaan",
|
||||
"versionSaved": "Versie opgeslagen",
|
||||
"deleteVersion": "Deze versie verwijderen",
|
||||
"versionDeleted": "Versie verwijderd",
|
||||
"deleteVersionConfirm": "Deze versie definitief verwijderen?",
|
||||
"historyMode": "Geschiedenismodus",
|
||||
"historyModeManual": "Handmatig (commit-knop)",
|
||||
"historyModeAuto": "Automatisch (slim)",
|
||||
"historyModeManualDesc": "Handmatig snapshots maken met de commit-knop",
|
||||
"historyModeAutoDesc": "Automatische snapshots met slimme detectie",
|
||||
"history": "Geschiedenis",
|
||||
"historyRestored": "Versie hersteld",
|
||||
"historyEnabled": "Geschiedenis ingeschakeld",
|
||||
"historyDisabledDesc": "Geschiedenis is uitgeschakeld voor uw account.",
|
||||
"enableHistory": "Geschiedenis inschakelen",
|
||||
"historyEmpty": "Geen versies beschikbaar",
|
||||
"historySelectVersion": "Selecteer een versie om de inhoud te bekijken",
|
||||
"sortBy": "Sorteren op",
|
||||
"sortDateDesc": "Datum (nieuwste)",
|
||||
"sortDateAsc": "Datum (oudste)",
|
||||
"sortTitleAsc": "Titel A → Z",
|
||||
"sortTitleDesc": "Titel Z → A"
|
||||
},
|
||||
"pagination": {
|
||||
"next": "→",
|
||||
|
||||
Reference in New Issue
Block a user