feat: Add Task List page (#2528)

This commit is contained in:
Paweł Kuna
2025-11-15 13:45:53 +01:00
committed by GitHub
parent 4ce08cad53
commit 99b9ea45f6
7 changed files with 380 additions and 45 deletions
+10 -1
View File
@@ -329,7 +329,16 @@
},
"tasks": {
"title": "Tasks",
"url": "tasks.html"
"children": {
"kanban": {
"title": "Kanban",
"url": "tasks.html"
},
"list": {
"title": "Task List",
"url": "tasks-list.html"
}
}
},
"text-features": {
"title": "Text features",