Test frontend #only_compile
This commit is contained in:
@@ -103,6 +103,7 @@ function next(direction: number){
|
||||
.centered {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.centered-vertically {
|
||||
|
||||
@@ -70,6 +70,7 @@ async function uploadFileChangeHandler(event: Event) {
|
||||
const start = i * chunkSize
|
||||
const end = Math.min(file.size, start + chunkSize)
|
||||
const res = await sendChunk(file, start, end)
|
||||
console.log( 'progress: '+ (100*i) / numChunks )
|
||||
documentStore.updateUploadingDocuments( document.key, (100*i) / numChunks)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user