feat(webui): Add attribute editing dialog box and optimize editable attribute row component

This commit is contained in:
choizhang
2025-04-13 23:32:35 +08:00
parent 4900cf07d9
commit 5b1938e5b3
7 changed files with 173 additions and 80 deletions

View File

@@ -33,7 +33,8 @@
"guestMode": "Login Free"
},
"common": {
"cancel": "Cancel"
"cancel": "Cancel",
"save": "Save"
},
"documentPanel": {
"clearDocuments": {
@@ -235,12 +236,14 @@
"vectorStorage": "Vector Storage"
},
"propertiesView": {
"editProperty": "Edit {{property}}",
"editPropertyDescription": "Edit the property value in the text area below.",
"errors": {
"duplicateName": "Node name already exists",
"updateFailed": "Failed to update node",
"tryAgainLater": "Please try again later"
},
"doubleClickToEdit": "Double click to edit",
"success": {
"entityUpdated": "Node updated successfully",
"relationUpdated": "Relation updated successfully"