diff --git a/src/components/FeedPage.vue b/src/components/FeedPage.vue index 5b95ce8e..2ce13ffd 100644 --- a/src/components/FeedPage.vue +++ b/src/components/FeedPage.vue @@ -18,7 +18,14 @@ >
- thumbnail +
+ thumbnail + {{ timeFormat(video.duration) }} +

{{ video.title }}

@@ -42,10 +49,6 @@
- {{ timeFormat(video.duration) }} - -
- diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue index c7ab748e..38721d06 100644 --- a/src/components/SearchResults.vue +++ b/src/components/SearchResults.vue @@ -27,7 +27,14 @@ >
- +
+ + {{ timeFormat(result.duration) }} +

{{ result.name }} 

- - {{ timeFormat(result.duration) }} - {{ result.uploadDate }} diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index e4074f6c..b843bc6e 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -1,14 +1,21 @@