Avoid showing previews while file upload is in progress or the file is incomplete. This avoids 500 errors on server trying to generate the preview.

This commit is contained in:
Leo Vasanko
2026-04-23 19:34:16 +00:00
parent 7b3252c588
commit bb25d8db74
3 changed files with 21 additions and 6 deletions
+1
View File
@@ -46,6 +46,7 @@ dependencies = [
"setproctitle>=1.3.6",
"stream-zip>=0.0.83",
"tomli_w>=1.2.0",
"tracerite>=2.3.1",
"zstandard>=0.24.0",
]