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": "Usuń {{databaseName}}",
|
||||
"warningMessage": "Ostrzeżenie! Akcji, którą zamierzasz wykonać, nie można cofnąć. Kontynuowanie spowoduje trwałe usunięcie tego zasobu i wszystkich jego zasobów podrzędnych.",
|
||||
"copyableId": "{{databaseName}} id:",
|
||||
"confirmPrompt": "Potwierdź, wpisując identyfikator {{databaseName}} (nazwa)",
|
||||
"inputMismatch": "Nazwa wejściowa {{databaseName}} „{{input}}” nie pasuje do wybranej nazwy {{databaseName}} „{{selectedId}}”",
|
||||
"feedbackTitle": "Pomóż nam ulepszać usługę Azure Cosmos DB!",
|
||||
@@ -427,6 +428,7 @@
|
||||
},
|
||||
"deleteCollection": {
|
||||
"panelTitle": "Usuń {{collectionName}}",
|
||||
"copyableId": "{{collectionName}} id:",
|
||||
"confirmPrompt": "Potwierdź, wpisując identyfikator {{collectionName}}",
|
||||
"inputMismatch": "Identyfikator wejściowy {{input}} jest niezgodny z wybranym {{selectedId}}",
|
||||
"feedbackTitle": "Pomóż nam ulepszać usługę Azure Cosmos DB!",
|
||||
|
||||
Reference in New Issue
Block a user