Frontend created and rewritten a few times, with some backend fixes #1

Merged
leo merged 110 commits from plaintable into main 2023-11-08 20:38:40 +00:00
5 changed files with 7 additions and 5 deletions
Showing only changes of commit 6cdc37a172 - Show all commits

View File

@ -103,6 +103,7 @@ function next(direction: number){
.centered {
display: flex;
justify-content: center;
align-content: center;
}
.centered-vertically {

View File

@ -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)
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Vite Vasanko</title>
<script type="module" crossorigin src="/assets/index-1d8b818a.js"></script>
<link rel="stylesheet" href="/assets/index-23529f96.css">
<script type="module" crossorigin src="/assets/index-f8f7d0f2.js"></script>
<link rel="stylesheet" href="/assets/index-d58328ce.css">
</head>
<body>
<div id="app"></div>