From ad249074f702726d1ea2a4bbf5f021a5b1cecf94 Mon Sep 17 00:00:00 2001 From: Kenimarru Date: Sun, 7 Jan 2024 18:00:01 +0100 Subject: v0.2.5 --- components/Details.vue | 57 ++++++++++++++++++++++--------------------------- components/Popular.vue | 22 ++++++------------- components/Stream.vue | 34 +++++++++++++---------------- components/Trending.vue | 22 ++++++------------- 4 files changed, 52 insertions(+), 83 deletions(-) (limited to 'components') diff --git a/components/Details.vue b/components/Details.vue index ae8bce4..7bb5557 100644 --- a/components/Details.vue +++ b/components/Details.vue @@ -1,53 +1,53 @@ \ No newline at end of file diff --git a/components/Popular.vue b/components/Popular.vue index 4b2dbcf..a8ac5d7 100644 --- a/components/Popular.vue +++ b/components/Popular.vue @@ -5,13 +5,13 @@

Most Popular Anime

- - + -
{{ item.title }}
+
{{ item.title.romaji }}
-

{{ item.type }}

-

{{ item.year }}

+

{{ item.format }}

+

{{ item.seasonYear }}

@@ -19,15 +19,5 @@ \ No newline at end of file diff --git a/components/Stream.vue b/components/Stream.vue index 393174d..816f8bc 100644 --- a/components/Stream.vue +++ b/components/Stream.vue @@ -1,19 +1,20 @@