Allow downloading individual files from zip archive

This commit is contained in:
2024-01-24 14:13:26 +01:00
parent 12e80ec4f4
commit 0e2b410833
7 changed files with 35 additions and 49 deletions

View File

@@ -2,6 +2,7 @@
import { createEventDispatcher } from "svelte";
import IconBlock from "./IconBlock.svelte"
import TextBlock from "./TextBlock.svelte"
import FileTitle from "./FileTitle.svelte";
let dispatch = createEventDispatcher()
@@ -16,7 +17,7 @@ let file = {
}
</script>
<h1>{file.name}</h1>
<FileTitle title={file.name}/>
<TextBlock>
<h2>Unavailable for legal reasons</h2>