1
0

feat(views): allow reordering views

Resolves https://community.vikunja.io/t/reordering-views/2394
This commit is contained in:
kolaente
2024-06-18 16:39:52 +02:00
parent 9f604eca79
commit d12deee977
5 changed files with 101 additions and 47 deletions

View File

@ -401,8 +401,9 @@
"titleRequired": "Please provide a title.",
"delete": "Delete this view",
"deleteText": "Are you sure you want to remove this view? It will no longer be possible to use it to view tasks in this project. This action won't delete any tasks. This cannot be undone!",
"deleteSuccess": "The view was successfully deleted",
"onlyAdminsCanEdit": "Only project admins can edit views."
"deleteSuccess": "The view was deleted successfully.",
"onlyAdminsCanEdit": "Only project admins can edit views.",
"updateSuccess": "The view was updated successfully."
}
},
"filters": {