From 5f0eabcac1d0fc681652cebe8a904e4f98ca0e05 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 7 Jan 2026 23:34:57 +0100 Subject: [PATCH] Remove compact video toggle and meta box from EntryPage --- client/src/pages/EntryPage.tsx | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/client/src/pages/EntryPage.tsx b/client/src/pages/EntryPage.tsx index 1028441..477894f 100644 --- a/client/src/pages/EntryPage.tsx +++ b/client/src/pages/EntryPage.tsx @@ -12,7 +12,6 @@ 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 { @@ -72,12 +71,7 @@ export default function EntryPage() {
- -
- -
+
{ig && (
@@ -117,21 +111,6 @@ export default function EntryPage() {
)} -
-
-
Mode
-
{entry.meta?.mode || 'n/a'}
-
-
-
Type
-
{entry.meta?.type || 'n/a'}
-
-
-
Entry ID
-
{entry.id}
-
-
-