mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-23 06:51:51 +01:00
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:
@@ -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 개선에 도움을 주세요!",
|
||||
|
||||
Reference in New Issue
Block a user