From 13d465c1c45e649a702457d67476694aeb553704 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 27 Sep 2023 16:16:10 -0500 Subject: Get rid of crc32, truncate instead Signed-off-by: Matt Strapp --- app/src/routes/truncate/+page.svelte | 75 ++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 app/src/routes/truncate/+page.svelte (limited to 'app/src/routes/truncate') diff --git a/app/src/routes/truncate/+page.svelte b/app/src/routes/truncate/+page.svelte new file mode 100644 index 0000000..9e2545f --- /dev/null +++ b/app/src/routes/truncate/+page.svelte @@ -0,0 +1,75 @@ + + + + Truncate + + +
+
+
+ +
+ +
+ + {#if disableInput} +

Truncating the file, this may take time!

+
+ + {/if} + +
+
-- cgit v1.2.3