agentic-os/dashboard
Claude 2a5f0aee74 Add missing DELETE /api/kanban/tasks/{id} endpoint
The Kanban detail modal's Delete button called api.deleteKanbanTask(),
which didn't exist on the client, and there was no backend route for
it either - clicking Delete just threw 'api.deleteKanbanTask is not
a function'. Add both the client method and the backend endpoint.
2026-07-06 15:39:35 +00:00
..
pages Replace command-runner Terminal with a real interactive PTY 2026-07-06 05:12:54 +00:00
api.js Add missing DELETE /api/kanban/tasks/{id} endpoint 2026-07-06 15:39:35 +00:00
app.js Security & polish: untrack settings.json, fix CORS, remove broken og:image, replace console.error with toast 2026-05-18 01:32:24 +05:30
index.html Add a Terminal page to the dashboard 2026-07-05 22:15:47 +00:00
styles.css Replace command-runner Terminal with a real interactive PTY 2026-07-06 05:12:54 +00:00
utils.js Add a Terminal page to the dashboard 2026-07-05 22:15:47 +00:00