Fix delete note refresh (#337)

* Remove note from store when deleting

* fixup! Remove note from store when deleting

* Fix note deletion issues

* fixup! Fix note deletion issues

* Add translations
This commit is contained in:
Chris 2025-09-16 16:28:52 +03:00 committed by antanst
parent 17cba48ef8
commit 568613151b
28 changed files with 108 additions and 42 deletions

View file

@ -569,6 +569,7 @@
"success": {
"noteUpdated": "Note updated successfully!",
"noteCreated": "Note created successfully!",
"noteDeleted": "Note deleted successfully!",
"areaUpdated": "Area updated successfully!",
"areaCreated": "Area created successfully!",
"tagUpdated": "Tag updated successfully!",