Merge branch '287-import-size' into 'develop'

Resolve "Display bug in Activity"

Closes #287

See merge request funkwhale/funkwhale!236
This commit is contained in:
Eliot Berriot 2018-06-07 07:05:22 +00:00
commit 0a7c719a46
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Display file size in human format during file upload (#287)

View File

@ -50,7 +50,7 @@
<tbody>
<tr v-for="(file, index) in files" :key="file.id">
<td>{{ file.name }}</td>
<td>{{ file.size }}</td>
<td>{{ file.size | humanSize }}</td>
<td>
<span v-if="file.error" class="ui red label">
{{ file.error }}