diff --git a/src/main/resources/templates/fragments/feed-list.html b/src/main/resources/templates/fragments/feed-list.html index 8d81db9..5d1e843 100644 --- a/src/main/resources/templates/fragments/feed-list.html +++ b/src/main/resources/templates/fragments/feed-list.html @@ -1,3 +1,14 @@ +{#if syncing?? && syncing} +
+ + Fetching releases from MusicBrainz… +
+ +{/if} {#for row in rows} {#include fragments/feed-row.html row=row /} {/for} @@ -10,21 +21,9 @@ Load more {/if} -{#if !hasMore && rows.empty} -{#if syncing?? && syncing} -
- -

Fetching releases from MusicBrainz…

-
- -{#else} +{#if !hasMore && rows.empty && !(syncing?? && syncing)}

No releases yet.

Search for an artist above and click Follow to start tracking their release groups.

{/if} -{/if}