From 1b3a5d3d9b05a6f052bfa5c51816c8bdf19389a8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Nov 2021 02:15:54 +0530 Subject: [PATCH] V2 in progress --- src/components/AuthenticationModal.vue | 9 +++++++++ src/router/index.js | 14 ++++++++++++-- src/routes/{TrendingPage.vue => FeedPage.vue} | 18 ++++++++++++++++-- src/routes/WatchVideo.vue | 16 +++++++++------- src/store/authentication-store.js | 18 ++++++++++++++++-- 5 files changed, 62 insertions(+), 13 deletions(-) rename src/routes/{TrendingPage.vue => FeedPage.vue} (84%) diff --git a/src/components/AuthenticationModal.vue b/src/components/AuthenticationModal.vue index 1155254..84547e2 100644 --- a/src/components/AuthenticationModal.vue +++ b/src/components/AuthenticationModal.vue @@ -2,6 +2,7 @@