fix: file uploading state admonition

This commit is contained in:
Calum H. (IMB11)
2026-05-16 17:03:56 +01:00
parent 02a7774722
commit 680301ed9d
9 changed files with 78 additions and 38 deletions
@@ -52,7 +52,6 @@ const meta = {
const uploadState = ref<UploadState>({
isUploading: true,
currentFileName: 'resourcepack.zip',
currentFileProgress: 0.2,
uploadedBytes: 20_000,
totalBytes: 100_000,
completedFiles: 1,