From 3d2e3f7ac548f3fff358667ef764b998d1640df0 Mon Sep 17 00:00:00 2001 From: dszymanski Date: Wed, 31 Jan 2024 21:57:48 +0100 Subject: [PATCH 1/3] [Issue #2487] Add YouTube share link option below the video * Add YouTube share button * Handle non-HTTPS environment in copy operation --- client/components/watch/ShareOptions.vue | 33 +++++++++++++++++++----- client/pages/watch.vue | 2 +- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/client/components/watch/ShareOptions.vue b/client/components/watch/ShareOptions.vue index f49592327..77e0ddafe 100644 --- a/client/components/watch/ShareOptions.vue +++ b/client/components/watch/ShareOptions.vue @@ -1,10 +1,13 @@