first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
Showing only changes of commit 02bfecd540 - Show all commits

View File

@ -76,8 +76,6 @@
{#if trackscache.length > 0}
<div bind:this={table} />
{:else}
<TracksEmptyState />
{/if}
{#await tracks_promise}
<div
@ -86,6 +84,10 @@
<p class="font-bold">{$_('track-data-is-being-loaded')}</p>
<p class="text-sm">{$_('this-might-take-a-moment')}</p>
</div>
{:then}
{#if trackscache.length === 0}
<TracksEmptyState />
{/if}
{:catch error}
<div class="text-white px-6 py-4 border-0 rounded relative mb-4 bg-red-500">
<span class="inline-block align-middle mr-8">