There is no way to close/complete a task from the web UI task detail page. The status dropdown already lists all statuses including Done, but a prominent "Close" or "Mark Done" button would be more discoverable.
Add a "Close Task" button to the task detail page that sets status to Done.
Implementation:
hx-post="/tasks/{id}/status" hx-vals='{"status":"Done"}' (or whatever the existing status change endpoint is)Key files: Omni/Task/Web/Pages.hs (TaskDetailPage), Omni/Task/Web/Components.hs (if adding a shared component) Namespace: Omni/Task.hs
Pipeline: verification skipped (No namespace set, skipping build verification), promoting
Pipeline: integrated into live at 4c99fed85e1241f022499cb17f68f132ef35a8a2
Pipeline: dev completed (run=dev-t-638-1771441034, cost=0.0c)