From 0e47ad92aa30c0076fbf97fb047eaeec264026c1 Mon Sep 17 00:00:00 2001 From: Kenimarru Date: Sat, 6 Jan 2024 16:12:26 +0100 Subject: v0.2.1 --- components/Details.vue | 89 +++++++++++++++++++++++++++--------------- components/Popular.vue | 22 ++++++++--- components/Recommendations.vue | 23 ----------- components/Trending.vue | 22 ++++++++--- 4 files changed, 89 insertions(+), 67 deletions(-) delete mode 100644 components/Recommendations.vue (limited to 'components') diff --git a/components/Details.vue b/components/Details.vue index 2983bab..a25ac70 100644 --- a/components/Details.vue +++ b/components/Details.vue @@ -1,43 +1,68 @@ \ No newline at end of file diff --git a/components/Popular.vue b/components/Popular.vue index 215fbfb..9584719 100644 --- a/components/Popular.vue +++ b/components/Popular.vue @@ -5,12 +5,12 @@

Most Popular Anime

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

{{ item.format }}

-

{{ item.seasonYear }}

+

{{ item.type }}

+

{{ item.year }}

@@ -18,5 +18,15 @@ \ No newline at end of file diff --git a/components/Recommendations.vue b/components/Recommendations.vue deleted file mode 100644 index 238e300..0000000 --- a/components/Recommendations.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - \ No newline at end of file diff --git a/components/Trending.vue b/components/Trending.vue index efeb050..572a4be 100644 --- a/components/Trending.vue +++ b/components/Trending.vue @@ -5,12 +5,12 @@

Currently Trending Anime

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

{{ item.format }}

-

{{ item.seasonYear }}

+

{{ item.type }}

+

{{ item.year }}

@@ -18,5 +18,15 @@ \ No newline at end of file -- cgit v1.2.3