(feat:tools) warn on unsaved changes, deep compare

This commit is contained in:
ManishMadan2882
2025-05-23 18:22:06 +05:30
parent 56b4b63749
commit 046f6c66ed
3 changed files with 116 additions and 2 deletions

View File

@@ -122,7 +122,10 @@
"manageTools": "Go to Tools",
"edit": "Edit",
"delete": "Delete",
"deleteWarning": "Are you sure you want to delete {toolName}?"
"deleteWarning": "Are you sure you want to delete {toolName}?",
"unsavedChanges": "You have unsaved changes that will be lost if you leave without saving.",
"leaveWithoutSaving": "Leave without Saving",
"saveAndLeave": "Save and Leave"
}
},
"modals": {