From db05e764ffb597f2548e0c16f062b3d69c41d8f3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 7 Jan 2026 23:32:58 +0100 Subject: [PATCH] Add video toggle functionality on EntryPage --- client/src/pages/EntryPage.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/client/src/pages/EntryPage.tsx b/client/src/pages/EntryPage.tsx index 24d8098..1028441 100644 --- a/client/src/pages/EntryPage.tsx +++ b/client/src/pages/EntryPage.tsx @@ -12,6 +12,7 @@ export default function EntryPage() { const [entry, setEntry] = useState(null); const [loading, setLoading] = useState(true); const [error, setError] = useState(null); + const [compactVideo, setCompactVideo] = useState(true); const entryId = useMemo(() => { try { @@ -70,7 +71,14 @@ export default function EntryPage() { - +
+ +
+ +
+
{ig && (
{ig.profile_pic_url ? (