\ No newline at end of file
diff --git a/webpage/src/components/FileListItem.svelte b/webpage/src/components/FileListItem.svelte
index 615e985..b4554ca 100644
--- a/webpage/src/components/FileListItem.svelte
+++ b/webpage/src/components/FileListItem.svelte
@@ -1,16 +1,53 @@
-
+
+
+
+ {#if state === 'active'}
+
+ {/if}
+
\ No newline at end of file
diff --git a/webpage/src/components/MainGrid.svelte b/webpage/src/components/MainGrid.svelte
index 067eb6d..d067f9a 100644
--- a/webpage/src/components/MainGrid.svelte
+++ b/webpage/src/components/MainGrid.svelte
@@ -25,7 +25,7 @@
transferDetails,
} from "../lib/store";
import { SETTINGS } from "../lib/settings";
- import { fade } from "svelte/transition";
+ import TransferProgress from "./TransferProgress.svelte";
let showOverlay = false;
let isTransferFinished = false;
@@ -101,102 +101,7 @@