From 12efa21d8895eb3dbdf587cae97befa1ee1b88df Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Fri, 8 May 2026 14:15:34 +0100 Subject: [PATCH] vault backup: 2026-05-08 14:15:34 --- 99 Daily/2026-05-08.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/99 Daily/2026-05-08.md b/99 Daily/2026-05-08.md index 801627d..0d6e380 100644 --- a/99 Daily/2026-05-08.md +++ b/99 Daily/2026-05-08.md @@ -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.