feat: add copyable ID to delete confirmation dialogs

When deleting databases or containers, the confirmation dialog now displays
the resource ID in a read-only text field with a copy button, allowing users
to copy-paste the ID into the confirmation input instead of typing it manually.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Jade Welton
2026-04-21 11:25:48 -07:00
parent fd49752881
commit 3bedaf285d
25 changed files with 3153 additions and 22 deletions

View File

@@ -420,6 +420,7 @@
"deleteDatabase": {
"panelTitle": "删除 {{databaseName}}",
"warningMessage": "警告!你将执行的操作无法撤消。继续操作将永久删除此资源及其所有子资源。",
"copyableId": "{{databaseName}} id:",
"confirmPrompt": "通过键入 {{databaseName}} ID(名称)进行确认",
"inputMismatch": "输入的 {{databaseName}} 名称 '{{input}}' 与所选的 {{databaseName}} '{{selectedId}}' 不匹配",
"feedbackTitle": "帮助我们改进 Azure Cosmos DB!",
@@ -427,6 +428,7 @@
},
"deleteCollection": {
"panelTitle": "删除 {{collectionName}}",
"copyableId": "{{collectionName}} id:",
"confirmPrompt": "通过键入 {{collectionName}} ID 进行确认",
"inputMismatch": "输入 id {{input}} 与所选 {{selectedId}} 不匹配",
"feedbackTitle": "帮助我们改进 Azure Cosmos DB!",