From 20ea9a849b62bdd58ec637cb75ce4e86e41601fb Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Mon, 15 Jun 2020 22:02:30 +0100 Subject: [PATCH] minor ui tweaks --- template/index.html | 14 ++++++++++---- template/static/images/layers.svg | 1 + template/static/javascripts/app.js | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 template/static/images/layers.svg diff --git a/template/index.html b/template/index.html index 429db63..555a305 100644 --- a/template/index.html +++ b/template/index.html @@ -10,7 +10,7 @@
-
+
diff --git a/template/static/images/layers.svg b/template/static/images/layers.svg new file mode 100644 index 0000000..ea788c2 --- /dev/null +++ b/template/static/images/layers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/static/javascripts/app.js b/template/static/javascripts/app.js index 149c1c2..a595917 100644 --- a/template/static/javascripts/app.js +++ b/template/static/javascripts/app.js @@ -59,6 +59,7 @@ new Vue({ }, watch: { 'feedSelected': function(newVal, oldVal) { + if (newVal === null) return var parts = newVal.split(':', 2) var type = parts[0] var guid = parts[1]