From 8bbdc31d171a71095ab2da29e99e22acea57a274 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 18 Feb 2026 15:53:12 +0100 Subject: [PATCH] Remove download button on mobile, keep only Open in New Tab iOS Safari doesn't support programmatic downloads reliably. Co-Authored-By: Claude Opus 4.6 --- src/components/shared/file-viewer.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/shared/file-viewer.tsx b/src/components/shared/file-viewer.tsx index 43c60d5..0c9f8ba 100644 --- a/src/components/shared/file-viewer.tsx +++ b/src/components/shared/file-viewer.tsx @@ -333,10 +333,9 @@ function FileItem({ file }: { file: ProjectFile }) { - {/* Mobile action buttons — no inline preview on mobile, just open + download */} + {/* Mobile action button — open in new tab only (download unreliable on iOS) */}
-