diff --git a/package-lock.json b/package-lock.json index 3f77b206..58768d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vuetorrent", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1998,9 +1998,9 @@ } }, "apexcharts": { - "version": "3.20.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.20.1.tgz", - "integrity": "sha512-86WedRPcIs45gdcVC+na0SDGIYcH378Z+TmOAyXYs4vwqjvbYyzA9VGFN2UorLgXHIV4RJm4kFJXdIBYh3aDiA==", + "version": "3.20.2", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.20.2.tgz", + "integrity": "sha512-Wc3viU4BmkcGMKArkWr87Flr1+2YJWV0CDZheTaK4S7kNgg8Aw7a05u5gczRDyA68RsmdQ/ltLjpBBr1CKBUPA==", "requires": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", @@ -11903,9 +11903,9 @@ "dev": true }, "vue-toastification": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/vue-toastification/-/vue-toastification-1.7.6.tgz", - "integrity": "sha512-+Nezz/mXglufIaZ+0EAUDYm4Qc4sRPKu7bOX1WMoc0PrYAOVGzEafN7xW7KlVERijk7wUbMtAP9dP1tSMWV4Yw==" + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/vue-toastification/-/vue-toastification-1.7.7.tgz", + "integrity": "sha512-SWYy6ycw6D91nBWPoaJfwIAsmUsk0pZMZ3JjCgOdozEW/QyaVbX+XL0Z2iskNDCOqwA/znIhhBN/H10eURpxkQ==" }, "vue2-perfect-scrollbar": { "version": "1.5.0", diff --git a/package.json b/package.json index 22556c38..c3a966db 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@babel/polyfill": "^7.11.5", - "apexcharts": "^3.20.1", + "apexcharts": "^3.20.2", "axios": "^0.19.2", "core-js": "^3.6.4", "dayjs": "^1.8.35", @@ -23,7 +23,7 @@ "vue-context": "^5.2.0", "vue-observe-visibility": "^0.4.6", "vue-router": "^3.3.4", - "vue-toastification": "^1.7.6", + "vue-toastification": "^1.7.7", "vue2-perfect-scrollbar": "^1.5.0", "vuetify": "^2.3.4", "vuex": "^3.5.1", diff --git a/src/components/Modals/SearchModal.vue b/src/components/Modals/SearchModal.vue index ebbd4c3c..d224db51 100644 --- a/src/components/Modals/SearchModal.vue +++ b/src/components/Modals/SearchModal.vue @@ -1,7 +1,15 @@ diff --git a/src/components/Torrent.vue b/src/components/Torrent.vue index 75a4bc0d..5c4771ae 100644 --- a/src/components/Torrent.vue +++ b/src/components/Torrent.vue @@ -136,6 +136,7 @@ - + diff --git a/src/components/Torrent/TorrentRightClickMenu.vue b/src/components/Torrent/TorrentRightClickMenu.vue index b34682df..38fbeb42 100644 --- a/src/components/Torrent/TorrentRightClickMenu.vue +++ b/src/components/Torrent/TorrentRightClickMenu.vue @@ -1,62 +1,45 @@ - -