]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/index.html
Support dropping a folder for upload
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / index.html
index d2b526d15c82c48f9954cf2b42e2761d37748cec..bb53ca47c3ea640942ce3a195f64628c61d16b11 100644 (file)
 
   </el-main>
   <el-footer v-show="uploadStatus.busy">
-    <el-row>
+    <el-row v-if="uploadStatus.uploadListCount">
+      <center><i class="el-icon-loading"></i> Fetching file information for upload <el-badge class="mark" :value="uploadStatus.uploadListCount"/></center>
+    </el-row>
+    <el-row v-else>
       <el-col :span="4">
         Uploading files ({{ uploadStatus.done }} / {{ uploadStatus.count }})
       </el-col>