feat: add kanban board
This commit is contained in:
@@ -53,6 +53,11 @@
|
||||
"command": "xboctFlow.openInDashboard",
|
||||
"title": "XBOCT flow: Edit in Dashboard",
|
||||
"icon": "$(edit)"
|
||||
},
|
||||
{
|
||||
"command": "xboctFlow.openKanban",
|
||||
"title": "XBOCT flow: Open Kanban",
|
||||
"icon": "$(layout)"
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
@@ -110,6 +115,11 @@
|
||||
"command": "xboctFlow.openDashboard",
|
||||
"when": "view == xboctFlow.tasks",
|
||||
"group": "navigation@2"
|
||||
},
|
||||
{
|
||||
"command": "xboctFlow.openKanban",
|
||||
"when": "view == xboctFlow.tasks",
|
||||
"group": "navigation@3"
|
||||
}
|
||||
],
|
||||
"view/item/context": [
|
||||
|
||||
Reference in New Issue
Block a user