Add task archive and restore

This commit is contained in:
Gordon
2021-05-27 12:49:13 +01:00
parent 79b43b204b
commit 720202e194
10 changed files with 1614 additions and 776 deletions

View File

@ -59,6 +59,11 @@
"command": "kanbn.burndown",
"title": "Open burndown chart",
"category": "Kanbn"
},
{
"command": "kanbn.restoreTask",
"title": "Restore task",
"category": "Kanbn"
}
],
"configuration": {
@ -88,7 +93,7 @@
}
},
"dependencies": {
"@basementuniverse/kanbn": "^0.8.2",
"@basementuniverse/kanbn": "file:~/Projects/kanbn",
"dateformat": "^4.5.1",
"formik": "^2.2.6",
"git-user-name": "^2.0.0",