From 3be6e82573552f04dce7954449b2f9f781c8a173 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Fri, 1 May 2026 18:33:11 +0100 Subject: [PATCH] vault backup: 2026-05-01 18:33:11 --- .../video-accessibility/Video Accessibility Platform.md | 2 +- 99 Daily/2026-05-01.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/01 Projects/video-accessibility/Video Accessibility Platform.md b/01 Projects/video-accessibility/Video Accessibility Platform.md index 2a3fcc1..e583cb8 100644 --- a/01 Projects/video-accessibility/Video Accessibility Platform.md +++ b/01 Projects/video-accessibility/Video Accessibility Platform.md @@ -10,7 +10,7 @@ server: optical-dev tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb] created: 2026-04-14 last_commit: 2026-05-01 -commits: 359 +commits: 360 port: 8000 db: MongoDB Atlas service: docker-compose diff --git a/99 Daily/2026-05-01.md b/99 Daily/2026-05-01.md index 8ee753f..c77599d 100644 --- a/99 Daily/2026-05-01.md +++ b/99 Daily/2026-05-01.md @@ -353,3 +353,6 @@ tags: [daily] - 18:08 | `video-accessibility` - **Asked:** Implement adaptive silence buffer for AD insertion and add caption overlay to accessible video. - **Done:** Added retimed captions state to QCDetail.tsx with fallback logic and started adaptive silence buffer logic in routes_admin.py. +- 18:32 | `video-accessibility` + - **Asked:** Move useMemo blocks to correct position after useState declarations. + - **Done:** Relocated useMemo hooks from lines 69-79 to after line 314 in the component.