From bd0fbaaf27e3b6e1f5fd463b1982fd4c60e993b4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 8 Sep 2022 17:50:45 +0200 Subject: [PATCH] Use play and pause separate icons (#919) --- changedetectionio/static/images/play.svg | 122 ++++++++++++++++++ .../templates/watch-overview.html | 6 +- 2 files changed, 127 insertions(+), 1 deletion(-) create mode 100644 changedetectionio/static/images/play.svg diff --git a/changedetectionio/static/images/play.svg b/changedetectionio/static/images/play.svg new file mode 100644 index 00000000..6b41c63d --- /dev/null +++ b/changedetectionio/static/images/play.svg @@ -0,0 +1,122 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 373124e4..a9297f03 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -76,7 +76,11 @@ {% if watch.uuid in queued_uuids %}queued{% endif %}"> {{ loop.index }} - Pause checks + {% if not watch.paused %} + Pause checks + {% else %} + UnPause checks + {% endif %} Mute notifications {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}}