feat(tasks): add quick-status button to kanban cards (#24)

Adds a small button on each kanban card that cycles the task status
(open → in_progress → done → open) without requiring drag-and-drop.
Useful for touch devices and kiosk browsers (e.g. Fully Kiosk Browser)
where drag-and-drop is unavailable. All four locales updated.
This commit is contained in:
Ulas
2026-04-05 16:16:46 +02:00
parent 31a9538518
commit 19a7161307
8 changed files with 95 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "oikos",
"version": "0.11.6",
"version": "0.11.7",
"description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.",
"main": "server/index.js",
"type": "module",