diff --git a/src/renderer/components/playlist-info/playlist-info.js b/src/renderer/components/playlist-info/playlist-info.js index a8b448ac0ec08..a29d96b8ec111 100644 --- a/src/renderer/components/playlist-info/playlist-info.js +++ b/src/renderer/components/playlist-info/playlist-info.js @@ -122,19 +122,6 @@ export default Vue.extend({ openExternalLink(invidiousUrl) break } - }, - - playFirstVideo() { - const playlistInfo = { - playlistId: this.id - } - - this.$router.push( - { - path: `/watch/${this.firstVideoId}`, - query: playlistInfo - } - ) } } }) diff --git a/src/renderer/components/playlist-info/playlist-info.vue b/src/renderer/components/playlist-info/playlist-info.vue index fbe4d0fda9b4f..dfb3e98469653 100644 --- a/src/renderer/components/playlist-info/playlist-info.vue +++ b/src/renderer/components/playlist-info/playlist-info.vue @@ -3,10 +3,18 @@
- {{ comment.author }} +
+ {{ comment.author }}
+
{{ $t("Comments.View") }}
{{ $t("Comments.Hide") }}
@@ -128,22 +156,32 @@
>
-
+
+
{{ $t("Comments.Show More Replies") }}
@@ -194,7 +236,11 @@
-
diff --git a/src/renderer/components/watch-video-live-chat/watch-video-live-chat.js b/src/renderer/components/watch-video-live-chat/watch-video-live-chat.js
index 7172b4508d057..aef8590a68d1f 100644
--- a/src/renderer/components/watch-video-live-chat/watch-video-live-chat.js
+++ b/src/renderer/components/watch-video-live-chat/watch-video-live-chat.js
@@ -250,11 +250,6 @@ export default Vue.extend({
})
this.stayAtBottom = true
this.showScrollToBottom = false
- },
-
- preventDefault: function (event) {
- event.stopPropagation()
- event.preventDefault()
}
}
})
diff --git a/src/renderer/components/watch-video-live-chat/watch-video-live-chat.vue b/src/renderer/components/watch-video-live-chat/watch-video-live-chat.vue
index 8c97f537caac0..67c915b90f02e 100644
--- a/src/renderer/components/watch-video-live-chat/watch-video-live-chat.vue
+++ b/src/renderer/components/watch-video-live-chat/watch-video-live-chat.vue
@@ -49,13 +49,20 @@
preventDefault(e)"
+ @click.stop.prevent
>
@@ -186,7 +200,12 @@
{{ $t("Search Filters.Fetch more results") }}
diff --git a/src/renderer/views/Watch/Watch.vue b/src/renderer/views/Watch/Watch.vue
index 3b166caf33249..8b4d5c384aeb4 100644
--- a/src/renderer/views/Watch/Watch.vue
+++ b/src/renderer/views/Watch/Watch.vue
@@ -44,6 +44,7 @@
- {{ reply.author }} +
+ {{ reply.author }}
+
- View {{ reply.numReplies }} replies
+ {{ $t('Comments.View {replyCount} replies', { replyCount: reply.numReplies }) }}
{{ $t("Comments.Load More Comments") }}
diff --git a/src/renderer/components/watch-video-info/watch-video-info.sass b/src/renderer/components/watch-video-info/watch-video-info.sass index 3000104b495b9..9e8c109698a51 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.sass +++ b/src/renderer/components/watch-video-info/watch-video-info.sass @@ -11,6 +11,11 @@ font-size: 22px margin: 0 0 24px word-break: break-word + display: block + margin-block-end: 1em + margin-inline-start: 0px + margin-inline-end: 0px + font-weight: normal .channelInformation .profileRow diff --git a/src/renderer/components/watch-video-info/watch-video-info.vue b/src/renderer/components/watch-video-info/watch-video-info.vue index 9c9337d2d7e68..b0872c6a3cf70 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.vue +++ b/src/renderer/components/watch-video-info/watch-video-info.vue @@ -1,11 +1,11 @@{{ title }} -
+