feature: board operations (#1800)

This commit is contained in:
Manuel
2024-01-13 22:52:44 +01:00
committed by GitHub
parent 6717bcf8b4
commit c7992260f0
7 changed files with 241 additions and 22 deletions

View File

@@ -15,6 +15,19 @@
"delete": {
"label": "Delete permanently",
"disabled": "Deletion disabled, because older Homarr components do not allow the deletion of the default config. Deletion will be possible in the future."
},
"duplicate": "Duplicate",
"rename": {
"label": "Rename",
"modal": {
"title": "Rename board {{name}}",
"fields": {
"name": {
"label": "New name",
"placeholder": "New board name"
}
}
}
}
},
"badges": {