From d805195a80a86143150fe2d659395416734b371b Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 10 Aug 2020 05:59:49 -0500 Subject: [PATCH] add collapse chevron with easing transition, popover with title/description, character list fix episode.characters pre-fetch null error, bootstrap vue icons --- client/src/components/Episode.vue | 2 +- client/src/components/SeasonList.vue | 69 +++++++++++++++++++++++++--- client/src/main.js | 3 +- 3 files changed, 65 insertions(+), 9 deletions(-) diff --git a/client/src/components/Episode.vue b/client/src/components/Episode.vue index 1464fdc..ddf094f 100644 --- a/client/src/components/Episode.vue +++ b/client/src/components/Episode.vue @@ -5,7 +5,7 @@ {{ episode.description }} - +
- + - +
Season {{ season.season_id }}
+
- - - Ep. {{ episode.episode_id }} - "{{ episode.title }}" - - + @@ -24,6 +36,47 @@