From 9e38b67857abc28ac3cffa98bc93c22181693695 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 4 Oct 2019 00:21:18 +0200 Subject: [PATCH] Use our store value for number of torrents and implemented a getter in the sidebar action button component and action call from the torrentList component. --- src/components/TorrentList.vue | 75 +++++++++++++++++++++----- src/components/movie/SidebarAction.vue | 16 ++++++ 2 files changed, 77 insertions(+), 14 deletions(-) diff --git a/src/components/TorrentList.vue b/src/components/TorrentList.vue index a306978..a9874e2 100644 --- a/src/components/TorrentList.vue +++ b/src/components/TorrentList.vue @@ -44,10 +44,15 @@