From 3ef72922874d1542f739f6c55491be409224bfe9 Mon Sep 17 00:00:00 2001 From: Mathis HERRIOT <197931332+0x485254@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:10:59 +0100 Subject: [PATCH] feat: add captions support for video uploads - Enhanced video previews with `` element for captions. --- frontend/src/app/(dashboard)/upload/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/(dashboard)/upload/page.tsx b/frontend/src/app/(dashboard)/upload/page.tsx index 8d09d71..166d189 100644 --- a/frontend/src/app/(dashboard)/upload/page.tsx +++ b/frontend/src/app/(dashboard)/upload/page.tsx @@ -218,7 +218,9 @@ export default function UploadPage() {
{file?.type.startsWith("video/") ? ( -