From 22d299959f054366a9bd388f8ec8e498e71fb5d9 Mon Sep 17 00:00:00 2001 From: "K. O. A." Date: Thu, 2 Jul 2026 03:44:10 -0400 Subject: [PATCH] fix: restore .feedpak in the upload file-picker accept filter (#698) PR #530 set accept=".feedpak,.sloppak" on the shared upload input, but a later index.html edit reverted the attribute to ".sloppak" only. The client-side extension filter (app.js) and the server upload endpoint both accept .feedpak, so the only effect was the OS file-picker hiding .feedpak files from the dialog. Restore the dual filter. Signed-off-by: Kris Anderson Co-authored-by: Claude Fable 5 --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 9ee5353..906a166 100644 --- a/static/index.html +++ b/static/index.html @@ -72,7 +72,7 @@ - +