feat: add kanban board

This commit is contained in:
2026-07-15 01:12:40 +05:00
parent 0454a32d8c
commit 35465f581f
12 changed files with 718 additions and 1 deletions
+10
View File
@@ -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": [