vault backup: 2026-05-08 14:15:34

This commit is contained in:
Vadym Samoilenko 2026-05-08 14:15:34 +01:00
parent dc40d44c84
commit 12efa21d88

View file

@ -231,3 +231,9 @@ tags: [daily]
- 14:07 | `aimpress`
- **Asked:** Check USB flash drive status | Formatted disk4 to ExFAT | Disk4
- **Done:** USB drive format | Disk4 formatted to ExFAT, all data cleared | Disk4
- 14:13 (1min) | `video-accessibility`
- **Asked:** Why do only 3 output types display in the job details when all 5 checkboxes were selected?
- **Done:** Identified that JobDetail.tsx only renders 3 of 5 output fields; accessible_video_mp4 and sdh_captions are missing from the output section.
- 14:14 | `video-accessibility`
- **Asked:** Why does the job output show only 3 checkboxes instead of all 5 selected options?
- **Done:** Added missing output fields `accessible_video_mp4` and `sdh_captions` to the render logic in JobDetail.tsx.