1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

refactored, improved doc import routine to show progress

This commit is contained in:
Harvey Kandola 2017-09-26 10:12:46 +01:00
parent a0a1dd396a
commit 2cee83d570
3 changed files with 22 additions and 16 deletions

View file

@ -39,4 +39,10 @@
Alternatively, click to select or drag-drop files <br/>(doc, docx, md, markdown)
</div>
<div class="import-status">
{{#each importStatus as |status|}}
<p>{{status}}</p>
{{/each}}
</div>
</div>