From fa0cc55bfa227c3133f929fbc105115ebdda0211 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jan 2024 23:25:15 +0530 Subject: [PATCH] Reformatted, fixed playlist page grid, added skipping SponsorBlock if such data is unavailable for any reason, fixed errors popping up during logging in --- src/routes/PlaylistPage.vue | 129 +++++++------- src/routes/WatchVideo.vue | 285 +++++++++++++++--------------- src/store/authentication-store.js | 2 +- 3 files changed, 206 insertions(+), 210 deletions(-) diff --git a/src/routes/PlaylistPage.vue b/src/routes/PlaylistPage.vue index 785978c..9e3f5a9 100644 --- a/src/routes/PlaylistPage.vue +++ b/src/routes/PlaylistPage.vue @@ -1,71 +1,71 @@ diff --git a/src/routes/WatchVideo.vue b/src/routes/WatchVideo.vue index b8600e8..f136a53 100644 --- a/src/routes/WatchVideo.vue +++ b/src/routes/WatchVideo.vue @@ -1,148 +1,136 @@