Enhances property edit dialog with error handling and loading states
- Displays error messages when save operations fail - Shows loading spinner during save attempts - Improves UX with loading state indicators - Updates translations for save-related strings in multiple languages
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
},
|
||||
"common": {
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
"save": "Save",
|
||||
"saving": "Saving...",
|
||||
"saveFailed": "Save failed"
|
||||
},
|
||||
"documentPanel": {
|
||||
"clearDocuments": {
|
||||
|
Reference in New Issue
Block a user