From 5980bd9bcdd706890804ed7096dd0d979e7dffb6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 14 Jul 2025 18:13:16 +0200 Subject: [PATCH] UI - Set default favicon, offer option to disable favicons (#3316) --- .../settings/templates/settings.html | 5 ++ .../watchlist/templates/watch-overview.html | 14 ++-- changedetectionio/forms.py | 1 + changedetectionio/model/App.py | 1 + .../styles/scss/parts/_lister_extra.scss | 75 ++++++++++--------- changedetectionio/static/styles/styles.css | 2 +- .../tests/fetchers/test_content.py | 28 ++++++- 7 files changed, 82 insertions(+), 44 deletions(-) diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html index 88ebd6de..60d5e138 100644 --- a/changedetectionio/blueprint/settings/templates/settings.html +++ b/changedetectionio/blueprint/settings/templates/settings.html @@ -256,6 +256,11 @@ nav {{ render_checkbox_field(form.application.form.ui.form.socket_io_enabled, class="socket_io_enabled") }} Realtime UI Updates Enabled - (Restart required if this is changed) +
+ {{ render_checkbox_field(form.application.form.ui.form.favicons_enabled, class="") }} + Enable or Disable Favicons next to the watch list +
+