From fb3ac51cd8290c3cd7e1bd064e5aa5e41eda8e84 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Wed, 12 Jan 2022 11:27:08 +0000 Subject: [PATCH] Changes for Preferences menu and cleanup. --- index.html | 3 +- src/App.vue | 23 +++++++++++-- src/components/Channel.vue | 2 +- src/components/Comment.vue | 14 ++++---- src/components/ImportPage.vue | 2 +- src/components/LoginPage.vue | 7 ++-- src/components/Navigation.vue | 9 +++--- src/components/Playlist.vue | 2 +- src/components/Preferences.vue | 57 ++++++++++++++------------------- src/components/RegisterPage.vue | 2 +- src/components/VideoItem.vue | 8 ++--- 11 files changed, 69 insertions(+), 60 deletions(-) diff --git a/index.html b/index.html index d21a97a6..8e22d715 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
@@ -25,5 +25,4 @@ - diff --git a/src/App.vue b/src/App.vue index e6f6874e..2f875624 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ -+
diff --git a/src/components/Comment.vue b/src/components/Comment.vue index 1cad58b7..4c4d34ea 100644 --- a/src/components/Comment.vue +++ b/src/components/Comment.vue @@ -11,33 +11,33 @@