feat: feedback verbetering

This commit is contained in:
kodi
2026-03-15 13:28:11 +01:00
parent a52493459a
commit 66abf991d8
15 changed files with 585 additions and 180 deletions
+5
View File
@@ -129,6 +129,11 @@ Response shape:
}
```
Voor task-based file-actions `copy`, `move` en `duplicate` betekenen progressvelden:
- `done_items`: aantal volledig verwerkte bestanden
- `total_items`: exact aantal te verwerken bestanden in de hele task
- `current_item`: taakrelatief bestandspad als beschikbaar, anders bestandsnaam
### `POST /api/tasks/{task_id}/cancel`
Success for cancellable file-action task:
```json