Add processing status

This commit is contained in:
Spxg
2025-05-18 18:05:21 +08:00
parent 16196f0797
commit 65742e09a3
4 changed files with 30 additions and 7 deletions

View File

@@ -172,6 +172,7 @@ fn LoadButton(input_ref: NodeRef<Input>) -> impl IntoView {
filename: filename.clone(),
loaded: ev.loaded(),
total: ev.total(),
opened: None,
}));
}
},