From cecb50730271ecc5cadebab0085690b3b19725b4 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 31 Aug 2022 22:15:37 +0200 Subject: Fix some issues and start cleaning up stuff Signed-off-by: Carl Schwan --- src/App.vue | 16 ++-- src/api.js | 54 +++++++++++++ src/components/AddFeed.vue | 188 +++++++++++++++++++++------------------------ src/components/Explore.vue | 58 +++++++++++++- 4 files changed, 206 insertions(+), 110 deletions(-) create mode 100644 src/api.js diff --git a/src/App.vue b/src/App.vue index ad80f18d5..6ff5bf5b7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,22 +1,22 @@ - -- cgit v1.2.3