Use generated download link element instead of iframe for downloading

This commit is contained in:
2025-03-27 12:52:45 +01:00
parent 61ed63d458
commit c8d22f534a
10 changed files with 92 additions and 72 deletions

View File

@@ -2,7 +2,7 @@
import { formatDataVolume } from "../../util/Formatting.svelte";
import TextBlock from "../../layout/TextBlock.svelte"
import ProgressBar from "../../util/ProgressBar.svelte";
import { stats } from "../../lib/StatsSocket.js"
import { stats } from "../../lib/StatsSocket.mjs"
export let file = {
size: 0,