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
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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user