From c339045a0ed74eb02453c2074a8edbba4bec5686 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 4 Oct 2019 00:22:07 +0200 Subject: [PATCH] When searching for torrents we can now edit the search query and search again --- src/components/TorrentList.vue | 116 +++++++++++++++++++++++---------- 1 file changed, 83 insertions(+), 33 deletions(-) diff --git a/src/components/TorrentList.vue b/src/components/TorrentList.vue index a9874e2..73dcef9 100644 --- a/src/components/TorrentList.vue +++ b/src/components/TorrentList.vue @@ -1,42 +1,92 @@