feat(tasks): add archive button in list cards
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
"markDone": "Mark {{title}} as done",
|
||||
"markOpen": "Mark {{title}} as open",
|
||||
"editButton": "Edit task",
|
||||
"archiveButton": "Archive task",
|
||||
"swipeOpen": "Reopen",
|
||||
"swipeDone": "Done",
|
||||
"swipeEdit": "Edit",
|
||||
@@ -163,6 +164,7 @@
|
||||
"savedToast": "Task saved.",
|
||||
"createdToast": "Task created.",
|
||||
"deletedToast": "Task deleted.",
|
||||
"archivedToast": "Task archived.",
|
||||
"loadError": "Task could not be loaded.",
|
||||
"subtaskPrompt": "Subtask:",
|
||||
"kanbanOpen": "Open",
|
||||
@@ -920,4 +922,4 @@
|
||||
"birthdays": "Add birthdays — you will receive a reminder in time.",
|
||||
"recipes": "Create recipes and link them to your meal planner."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user