From 0406cdb9dce589f44bdc8dcdf193fdca635edfff Mon Sep 17 00:00:00 2001 From: nmemmert Date: Tue, 7 Jul 2026 13:00:47 -0400 Subject: [PATCH] Remove accept filter on full-backup restore file input iPadOS greys out .tar.gz files when the input has an accept filter, so the archive could not be selected. The server validates the gzip signature and archive contents before restoring, so no client-side filter is needed. Co-Authored-By: Claude Fable 5 --- src/components/AnalyticsPanel.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/AnalyticsPanel.tsx b/src/components/AnalyticsPanel.tsx index 183459d..91c7c69 100644 --- a/src/components/AnalyticsPanel.tsx +++ b/src/components/AnalyticsPanel.tsx @@ -827,10 +827,11 @@ export function AnalyticsPanel({
+ {/* No accept filter: iPadOS greys out .tar.gz with one — the server + validates the archive contents before restoring anyway. */} setFullBackupFile(e.target.files?.[0] ?? null)} disabled={fullBackupBusy} />