download sections and progess bars

This commit is contained in:
SpikeHD
2022-05-11 19:20:08 -07:00
parent de9f9e1404
commit 414a9eaa86
10 changed files with 123 additions and 6 deletions

View File

@@ -36,6 +36,10 @@ export default class DownloadHandler {
this.downloads[index].status = 'finished'
})
}
getDownloads() {
return this.downloads
}
addDownload(url: string, path: string) {
// Begin download from rust backend