- {#if anilistData} {#await anilistData then data}
- Genres: {data.genres.join(", ")}
-
-
- AL popularity: {data.popularity}
- favorite on AL: {data.isFavourite ? "yes" : "no"}
- AL score: {data.averageScore}
- Also known as: {data.synonyms.join(", ")} {Object.values(manga.title).filter(t => t !== title).join(", ")}
-
-
- {/await} {/if}
-
- {#if relationships.filter(t => t.type === "manga").length}
+ {#if anilistData} {#await anilistData then data}
-
Related manga
- {#each relationships.filter(t => t.type === "manga") as relatedManga}
-
{relatedMangaMap[relatedManga.related] || relatedManga.related}
- {/each}
+
Genres: {data.genres.join(", ")}
+
+
+
AL popularity: {data.popularity}
+
favorite on AL: {data.isFavourite ? "yes" : "no"}
+
AL score: {data.averageScore}
+
Also known as: {data.synonyms.join(", ")} {Object.values(manga.title).filter(t => t !== title).join(", ")}
+
+
- {/if}
+ {/await} {/if}
{#if manga.links}
{/if}
+
+ {#if relationships.filter(t => t.type === "manga").length}
+
+ swiper.slideToClosest()} mangaRelations={relationships.filter(t => t.type === "manga")} />
+
+ {/if}