From 95b830ee1a09dabb12f8cfd027998a912b282dae Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Fri, 26 Jun 2020 12:25:59 +0100 Subject: [PATCH] basic feed management ui --- template/index.html | 80 ++++++++++++++++++++++-------- template/static/images/folder.svg | 1 + template/static/images/trash-2.svg | 1 + template/static/javascripts/app.js | 15 +++++- 4 files changed, 76 insertions(+), 21 deletions(-) create mode 100644 template/static/images/folder.svg create mode 100644 template/static/images/trash-2.svg diff --git a/template/index.html b/template/index.html index d1c3ce5..6b7109e 100644 --- a/template/index.html +++ b/template/index.html @@ -95,34 +95,74 @@