-
📡 Releases
-
-
+
+
+
-
{/page-content}
📡 Releases
+
+
+
+ RSS Feed
+
+
+
+ OPML
+
+
diff --git a/src/main/resources/templates/artists.html b/src/main/resources/templates/artists.html index fa5edcb..d0b0b0b 100644 --- a/src/main/resources/templates/artists.html +++ b/src/main/resources/templates/artists.html @@ -1,9 +1,9 @@ {#include layouts/base} {#page-content} -
No artists tracked yet
-Search for artists using the search bar above and click "+ Add"
+No artists tracked yet
+Search for artists using the search bar above and click + Add
| Artist | Since | Release Types | -Actions | +Actions | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{artist.name}
{#if artist.disambiguation}
- {artist.disambiguation}
+ {artist.disambiguation}
{/if}
|
- {artist.createdAt} | +{artist.createdAt} |
-
- |
- | diff --git a/src/main/resources/templates/fragments/feed-entries.html b/src/main/resources/templates/fragments/feed-entries.html index f09b09a..ec62085 100644 --- a/src/main/resources/templates/fragments/feed-entries.html +++ b/src/main/resources/templates/fragments/feed-entries.html @@ -1,46 +1,60 @@ {#if entries.isEmpty()} -
| Cover | +||||||
|---|---|---|---|---|---|---|
| Cover | Artist | Release | Type | -Date | +Date | |
|
- |
- {entry.artistName} | ++ {entry.artistName} + | + class="link link-hover font-medium"> {entry.title} | - {entry.primaryType} + {#if entry.primaryType == 'Album'} + Album + {#else if entry.primaryType == 'Single'} + Single + {#else if entry.primaryType == 'EP'} + EP + {#else} + {entry.primaryType} + {/if} | -{entry.firstReleaseDate} | +{entry.firstReleaseDate} |