fix: add success animation when enabling note history + update historyNote state
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 42s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-28 22:40:49 +02:00
parent b9175ce32d
commit f0c4cf3600
4 changed files with 44 additions and 15 deletions

View File

@@ -177,6 +177,8 @@
"historyEnabled": "History enabled",
"historyDisabledTitle": "Version history",
"historyDisabledDesc": "Track changes to this note over time. Enable history to start recording versions.",
"historyEnabledTitle": "History enabled!",
"historyEnabledDesc": "Versions of this note will now be recorded.",
"enableHistory": "Enable history",
"historyEmpty": "No versions available",
"historySelectVersion": "Select a version to preview its content",

View File

@@ -1001,6 +1001,8 @@
"historyEnabled": "Historique activé",
"historyDisabledTitle": "Historique des versions",
"historyDisabledDesc": "Suivez les modifications de cette note au fil du temps. Activez l'historique pour commencer à enregistrer des versions.",
"historyEnabledTitle": "Historique activé !",
"historyEnabledDesc": "Les versions de cette note seront désormais enregistrées.",
"enableHistory": "Activer l'historique",
"historyEmpty": "Aucune version disponible",
"historySelectVersion": "Sélectionnez une version pour prévisualiser son contenu",