From fb6096045ff5c1893bbd7043fb2354533cd44643 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Apr 2023 02:10:05 +0530 Subject: [PATCH] System sharing panel --- src/components/Video/VideoSharingPanel.vue | 46 ++++++++++++++++++++-- src/routes/WatchVideo.vue | 2 +- src/translations/en.json | 3 +- vue.config.js | 6 +++ 4 files changed, 51 insertions(+), 6 deletions(-) diff --git a/src/components/Video/VideoSharingPanel.vue b/src/components/Video/VideoSharingPanel.vue index acb47c5..807475f 100644 --- a/src/components/Video/VideoSharingPanel.vue +++ b/src/components/Video/VideoSharingPanel.vue @@ -7,17 +7,27 @@ {{ $t('video_sharing_panel.via_pm')}} - + + + + {{ mdiShareVariantOutline }} + + {{ $t('video_sharing_panel.via_yt')}} - + + + + {{ mdiShareVariantOutline }} + +

{{ $t('video_sharing_panel.without_timestamps') }}

@@ -25,27 +35,50 @@ {{ $t('video_sharing_panel.via_pm')}} - + + + + {{ mdiShareVariantOutline }} + + {{ $t('video_sharing_panel.via_yt')}} - + + + + {{ mdiShareVariantOutline }} + + diff --git a/src/routes/WatchVideo.vue b/src/routes/WatchVideo.vue index 270686d..b08993e 100644 --- a/src/routes/WatchVideo.vue +++ b/src/routes/WatchVideo.vue @@ -13,7 +13,7 @@ @timeupdate="onTimeUpdate" /> - +