Category: frontend
Project area: frontend/src/components/StreamsTable.tsx
Context:
BULK_SELECTION_IMPLEMENTATION.md and BULK_SELECTION_VISUAL_GUIDE.md already exist.
Implementation:
- Checkbox column in streams table.
- Select all / deselect all.
- Batch actions: cancel, pause, resume.
- Confirmation modal showing count.
Acceptance Criteria:
- Batch cancel triggers individual cancel per stream.
- Partial failures shown per stream.
- UI matches BULK_SELECTION_VISUAL_GUIDE.md spec.
Category: frontend
Project area: frontend/src/components/StreamsTable.tsx
Context:
BULK_SELECTION_IMPLEMENTATION.md and BULK_SELECTION_VISUAL_GUIDE.md already exist.
Implementation:
Acceptance Criteria: