From d7ddcc04b51bc1eb905a88e8d6c0f663c5937eb8 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Thu, 7 Jan 2021 12:06:14 +0000 Subject: [PATCH] show feed errors --- assets/graphicarts/alert-circle.svg | 1 + assets/index.html | 5 +++++ assets/javascripts/api.js | 3 +++ assets/javascripts/app.js | 7 +++++++ server/handlers.go | 6 ++++++ storage/feed.go | 20 ++++++++++++++++++++ 6 files changed, 42 insertions(+) create mode 100644 assets/graphicarts/alert-circle.svg diff --git a/assets/graphicarts/alert-circle.svg b/assets/graphicarts/alert-circle.svg new file mode 100644 index 0000000..8d02b7d --- /dev/null +++ b/assets/graphicarts/alert-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/index.html b/assets/index.html index 338f803..bf5bdee 100644 --- a/assets/index.html +++ b/assets/index.html @@ -337,6 +337,11 @@ {{ feed.title }} + + {% inline "alert-circle.svg" %} +