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:
yangdx
2025-05-11 12:35:51 +08:00
parent d5b9318553
commit fd5f61f166
6 changed files with 409 additions and 370 deletions

View File

@@ -34,7 +34,9 @@
},
"common": {
"cancel": "Cancel",
"save": "Save"
"save": "Save",
"saving": "Saving...",
"saveFailed": "Save failed"
},
"documentPanel": {
"clearDocuments": {