mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-07-26 12:18:47 +00:00
Add checkbox column to task list view for selecting terminal-status tasks (completed/failed/cancelled). Header checkbox supports select-all with indeterminate state. Bulk action bar appears on selection with delete button that opens ConfirmDeleteDialog requiring user to type "delete" to confirm. Backend: new teams.tasks.delete-bulk RPC method with DeleteTasks batch SQL (DELETE ... WHERE id = ANY($1) RETURNING id). Broadcasts delete event per task for real-time UI sync. i18n: added bulk action keys for en/vi/zh.