add file reading indicator

This commit is contained in:
Klemek
2025-03-20 09:38:16 +01:00
parent 0c98289c0e
commit f31914b3c6
2 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
<code>{{ fileName }}<br>({{ prettyFileSize }})</code>
</div>
<template v-if="isServer">
<div v-if="!server.data" class="my-t w-full">
<div v-if="serverCanUpload" class="my-t w-full">
<label for="file-input" class="btn btn-primary w-full"><i icon="file-up"></i> Select file</label>
<input @change="onFileChange" id="file-input" type="file" class="hidden" />
</div>