feat: 实现连接列表中标签的内联编辑和创建

允许用户直接在连接列表的标签分组标题上进行编辑
This commit is contained in:
Baobhan Sith
2025-05-03 09:48:47 +08:00
parent b40be119d4
commit bc85d52aa5
10 changed files with 477 additions and 71 deletions
+7 -2
View File
@@ -366,7 +366,9 @@
},
"inputPlaceholder": "Type to search or create tags...",
"removeSelection": "Remove this tag selection",
"deleteTagGlobally": "Delete this tag globally"
"deleteTagGlobally": "Delete this tag globally",
"createSuccess": "Tag created successfully.",
"updateSuccess": "Tag updated successfully."
},
"settings": {
"title": "Settings",
@@ -797,7 +799,10 @@
"workspaceConnectionList": {
"untagged": "Untagged",
"searchPlaceholder": "Search name or host...",
"noResults": "No connections found matching \"{searchTerm}\"."
"noResults": "No connections found matching \"{searchTerm}\".",
"allConnectionsTaggedSuccess": "All connections tagged successfully.",
"noConnectionsToTag": "No connections to tag.",
"clickToEditTag": "Click to edit tag name"
},
"remoteDesktopModal": {
"title": "Remote Desktop",