🔧 Refactoring to hook on to the file completed event

This commit is contained in:
2022-04-25 12:13:11 -07:00
parent 544d359501
commit 2b4f56d51c
4 changed files with 25 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ export const DownloadsPanel = (
<dt className="is-size-6">{props.data.name}</dt>
<dd>
<span className="is-size-3 has-text-weight-semibold">
{prettyBytes(props.data.downloaded_bytes)}/
{prettyBytes(props.data.downloaded_bytes)} of{" "}
{prettyBytes(props.data.size)}{" "}
</span>
<progress