vault backup: 2026-05-01 18:33:11

This commit is contained in:
Vadym Samoilenko 2026-05-01 18:33:11 +01:00
parent b0af475286
commit 3be6e82573
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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.