feat(projects): confirmation popup before opening link

This commit is contained in:
2025-12-18 16:19:46 +01:00
parent 9f1bdfceea
commit 4bfc5f5858
8 changed files with 198 additions and 13 deletions

View File

@@ -32,5 +32,12 @@
"title": "Touch Screen",
"description": "TODO"
}
},
"projects": {
"linkConformationPopup": {
"yes": "yes",
"no": "no",
"text": "Open {url}?"
}
}
}