From a3f879312d8cc8b07b638ec81dba42d1c1ca70a2 Mon Sep 17 00:00:00 2001 From: enki Date: Wed, 27 Aug 2025 22:05:10 -0700 Subject: [PATCH] more fucking UI fixes --- internal/web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/web/index.html b/internal/web/index.html index 90e9db8..16474a8 100644 --- a/internal/web/index.html +++ b/internal/web/index.html @@ -1562,7 +1562,7 @@
${new Date(file.uploaded_at).toLocaleDateString()}
- +
@@ -1611,7 +1611,7 @@ } async function shareFile(hash) { - console.log('shareFile called with hash:', hash); + console.log('DEBUG: shareFile function called!', hash); console.log('userFiles array:', userFiles); const file = userFiles.find(f => f.hash === hash); console.log('Found file:', file);