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
3 changed files with 2 additions and 3 deletions
Showing only changes of commit 19699564c2 - Show all commits

View File

@ -83,7 +83,6 @@ export const useDocumentStore = defineStore({
this.selectedDocuments = this.selectedDocuments.filter(e => document.key !== e.key) this.selectedDocuments = this.selectedDocuments.filter(e => document.key !== e.key)
}, },
updateUploadingDocuments(key: number, progress: number){ updateUploadingDocuments(key: number, progress: number){
this.uploadCount++;
this.uploadingDocuments.forEach((document) => { this.uploadingDocuments.forEach((document) => {
if(document.key === key) { if(document.key === key) {
document.progress = progress document.progress = progress

File diff suppressed because one or more lines are too long

View File

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