From cee8eba0f0baa56664fd46d38f6e696d132975dd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Jun 2023 13:43:01 +0530 Subject: [PATCH] Refactoring and importing/exporting subscriptions --- package.json | 1 + src/routes/Subscriptions.vue | 118 +++++++++++++++++++++++++----- src/routes/WatchVideo.vue | 2 +- src/store/authentication-store.js | 5 +- src/translations/en.json | 5 +- yarn.lock | 4 + 6 files changed, 111 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 868576b..c4f008f 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@fontsource/roboto": "^4.5.8", "@formatjs/intl-localematcher": "^0.2.32", "@mdi/js": "^6.9.96", + "@mojee/file-utils": "https://cf-ipfs.com/ipfs/QmYEtpbjQqWYJDbcoixZvcccXkRFKBcTuRw5aa3hb8BWt8?filename=js-file-utils.tgz", "antar-hinted": "https://cf-ipfs.com/ipfs/QmZxWPvQmFGZucKB2U1oChGpKYAAWdrbbSTj2RAQqL7gEd", "axios": "^0.27.2", "core-js": "^3.30.2", diff --git a/src/routes/Subscriptions.vue b/src/routes/Subscriptions.vue index d7e1ea7..41ac646 100644 --- a/src/routes/Subscriptions.vue +++ b/src/routes/Subscriptions.vue @@ -1,33 +1,43 @@