added empty state for scans

ref #11
This commit is contained in:
Philipp Dormann 2021-03-07 14:04:40 +01:00
parent 14369480ea
commit 49c3507a71
2 changed files with 6 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -145,6 +145,11 @@
</tbody>
</table>
<div v-else class="text-center font-bold text-black dark:text-white text-2xl">
<img
src="../assets/empty_laps.svg"
style="height:25rem;"
:alt="[[$t('no_laps_scans_were_recorded_yet')]]"
/>
{{ $t('no_laps_scans_were_recorded_yet') }}
</div>
</div>