From 840e844947baefa96745591d3c5cb2ad0a5284de Mon Sep 17 00:00:00 2001 From: Nyte <39193783+codenyte@users.noreply.github.com> Date: Fri, 16 Jun 2023 17:07:35 +0200 Subject: [PATCH] Fix buttons UI under video player, add icon for Odysee (#2551) Co-authored-by: Bnyro --- src/components/ChannelPage.vue | 6 +++--- src/components/PlaylistPage.vue | 6 +++--- src/components/WatchOnButton.vue | 26 +++++++++++++++++++++++++ src/components/WatchOnYouTubeButton.vue | 22 --------------------- src/components/WatchVideo.vue | 17 ++++++---------- src/main.js | 3 ++- 6 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 src/components/WatchOnButton.vue delete mode 100644 src/components/WatchOnYouTubeButton.vue diff --git a/src/components/ChannelPage.vue b/src/components/ChannelPage.vue index 2f93b519..062bb983 100644 --- a/src/components/ChannelPage.vue +++ b/src/components/ChannelPage.vue @@ -44,7 +44,7 @@ - +
@@ -55,13 +55,13 @@ import ErrorHandler from "./ErrorHandler.vue"; import LoadingIndicatorPage from "./LoadingIndicatorPage.vue"; import CollapsableText from "./CollapsableText.vue"; import VideoItem from "./VideoItem.vue"; -import WatchOnYouTubeButton from "./WatchOnYouTubeButton.vue"; +import WatchOnButton from "./WatchOnButton.vue"; export default { components: { ErrorHandler, VideoItem, - WatchOnYouTubeButton, + WatchOnButton, LoadingIndicatorPage, CollapsableText, }, diff --git a/src/components/WatchOnButton.vue b/src/components/WatchOnButton.vue new file mode 100644 index 00000000..e97f33f4 --- /dev/null +++ b/src/components/WatchOnButton.vue @@ -0,0 +1,26 @@ + + + diff --git a/src/components/WatchOnYouTubeButton.vue b/src/components/WatchOnYouTubeButton.vue deleted file mode 100644 index bd6c895f..00000000 --- a/src/components/WatchOnYouTubeButton.vue +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 2f34e6e2..52fc42f3 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -113,20 +113,15 @@ > - - - - LBRY - + + + +