feat: add hotkeys for priority, delete and favorite on the TaskDetailView
(#3400)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3400 Reviewed-by: konrad <k@knt.li> Co-authored-by: primeapple <toni.mueller.web@mailbox.org> Co-committed-by: primeapple <toni.mueller.web@mailbox.org>
This commit is contained in:
@ -897,7 +897,10 @@
|
||||
"color": "Change the color of this task",
|
||||
"move": "Move this task to another project",
|
||||
"reminder": "Manage reminders of this task",
|
||||
"description": "Toggle editing of the task description"
|
||||
"description": "Toggle editing of the task description",
|
||||
"delete": "Delete this task",
|
||||
"priority": "Change the priority of this task",
|
||||
"favorite": "Mark this task as favorite / unfavorite"
|
||||
},
|
||||
"project": {
|
||||
"title": "Project Views",
|
||||
@ -1056,4 +1059,4 @@
|
||||
"frontendVersion": "Frontend Version: {version}",
|
||||
"apiVersion": "API Version: {version}"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user